https://issues.apache.org/bugzilla/show_bug.cgi?id=49425
Summary: <javac> task hangs or crashes with SYS0008
Product: Ant
Version: 1.8.1
Platform: PC
OS/Version: OS/2
Status: NEW
Severity: major
Priority: P2
Component: Core tasks
AssignedTo: notifications@ant.apache.org
ReportedBy: dmik.for-maillists@hugaida.com
Created an attachment (id=25580)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25580)
Fixes the issue mentioned in this ticket
If the 'fork' attribute of the <javac> task is set to 'true', the external
javac executable gets started through CMD.EXE which will hang or crash with
error SYS0008 if the resulting command line is too long. There is support for
the limited command line length in Ant already but it assumes that this limit
is 4096 characters on all platforms, while in the OS/2 version of CMD.EXE it is
much less -- about 1023 characters.
The supplied patch fixes this issue.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
|