[Bug 183] Build error: Argument list too long

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Sep 15 16:17:08 PDT 2008


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=183





------- Comment #2 from dj at linuxfromscratch.org  2008-09-15 23:17 -------
Could totally side step the problem.  Something like this should work:

jar c0mf ... `head -n1 $tmplist` &&
for item in `cat $tmplist`
do
   jar u0mf ... $item
done

I'll send a patch when I get back to it tonight.


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list