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

Semicolon as path separator.

           Summary: Semicolon as path separator.
           Product: Ant
           Version: 1.5
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build Process
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When the classpath option (-cp) in the exec statement contains more than one 
jar-file,
I try to separate the files with a semicolon. This semicolon is translated to 
space when the program executes.

Ecampel:
<exec dir="." executable="ejbdeploy.bat" os="Windows NT" output="ejbdeploy.txt">
<arg line="${project.destdir.car}/carEJB.jar ${temp.dir}
${project.destdir.car}/carEJB_deployed.jar -cp file1.jar;file2.jar;file3.jar" />

Only file1.jar is OK.

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

Reply via email to