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=21868>.
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=21868

javac task fails if there are space in the Absolute Path of the srcdir

           Summary: javac task fails if there are space in the Absolute Path
                    of the srcdir
           Product: Ant
           Version: 1.5.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


javac fails because the java compiler provided with the SDK does not handle 
spaces in path provided up to the Source File.

While it is true that spaces are not valid for package names, the directory 
structure beneath the package directories can have spaces without consequences.

If absolute paths are going to be fed to the java compiler by the javac task, 
then spaces should be escaped in a manner appropriate to the OS.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to