You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Vijay Balakrishnan <bv...@gmail.com> on 2004/10/21 19:11:50 UTC

Hi,

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
taks ? 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.


Thanks in advance for your help,
Vijay

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: Posted by Antoine Levy-Lambert <an...@gmx.de>.
Hello Vijay,

this sounds like a bug.
Have a look at http://issues.apache.org/bugzilla to see whether someone 
has reported it already.
Cheers,
Antoine

Vijay Balakrishnan wrote:

>Hi,
>
>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
>taks ? 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.
>
>
>Thanks in advance for your help,
>Vijay
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org