DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31837>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31837 <cvs ant task gives error when package attribute has a space in it Summary: <cvs ant task gives error when package attribute has a space in it Product: Ant Version: 1.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I was trying to run the <cvs ant task with package="Tran center Web" i.e the package name with spaces in it and the ant task keeps failing.The ant task succeeds when i use package="TrancenterEAR" i.e any name without spaces.WSAD 5.1.2 lets me create a project name with spaces in it. How can I handle spaces in the package name while using the <cvs> ant task ? I have defined a <property name="cvs.package" value="TransactionCenterWeb"/> at the top of the build file and I use this in the ant task as package="${cvs.package}" I have tried the following to no avail:" \'TCWeb Test\'" I am able to run it from the command line by using "TCWeb Test" for the package when doing a cvs checkout command. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]