https://issues.apache.org/bugzilla/show_bug.cgi?id=50781
--- Comment #3 from Justin Ryan <[email protected]> 2011-12-22 04:51:14 UTC --- Created attachment 28096 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28096 Patch to fix Bug 50781 The trouble maker for this bug is the -classpath argument which can grow without control and surpass the 32K buffer allowed by Windows. The current logic only protect a long source file list. The fix includes all parameters into the @ temp file. I've tested locally and it works fine. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
