https://issues.apache.org/bugzilla/show_bug.cgi?id=50781

           Summary: javac task creates long command line
           Product: Ant
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core tasks
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The javac task does not put all long list-like command line arguments
(classpath, etc.) into a response file, just the list of source files to be
compiled.

This can create command lines when fork="true" that are too long for the host
OS if there are too many entries in 
-classpath,
-sourcepath,
-bootclasspath,
-extdirs and
-endorseddirs.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to