DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19285>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19285

Invalid path when using javac with fork="true"

           Summary: Invalid path when using javac with fork="true"
           Product: Ant
           Version: 1.5.3
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The javac task fails if the (expanded) srcdir contains one or more spaces, but 
only if fork is set to true.

<javac 
  destdir="build"
  classpathref="class.path"
  source="1.4"
  srcdir="src"
  fork="yes"
/>

[javac] Compiling 256 source files to C:\Documents and Settings\Eric\My Docu
ments\Projects\Test\build
[javac] javac: invalid flag: C:\Documents
[javac] Usage: javac <options> <source files>
...

Reply via email to