Thanks, thats good to know...
Juergen
--
Jürgen Knuplesch
-Ursprüngliche Nachricht-
Von: Francis GALIEGUE [mailto:f...@one2team.com]
Gesendet: Donnerstag, 22. Oktober 2009 14:01
An: Ant Users List
Betreff: Re: Setting Property to a path containing Space
On Thu
On Thu, Oct 22, 2009 at 13:45, Knuplesch, Juergen
wrote:
> Better use only arg without line. Then you give each argument alone. The
> syntax is:
>
>
>
>
> But probably you need quotes, because this is read bei windows batch stuff.
>
No you don't. ensures that whatever the OS, the value
is o
Gesendet: Donnerstag, 22. Oktober 2009 13:27
> An: Ant Users List
> Betreff: Setting Property to a path containing Space
>
> Hi,
>
> I have a requirement to execute a program that uses a path as an argument.
> The path argument is set using task.
>
>
>
>
&g
: Donnerstag, 22. Oktober 2009 13:27
An: Ant Users List
Betreff: Setting Property to a path containing Space
Hi,
I have a requirement to execute a program that uses a path as an argument.
The path argument is set using task.
SpaceVar = ${SpaceVar
On Thu, Oct 22, 2009 at 13:27, Rohit P wrote:
> Hi,
>
> I have a requirement to execute a program that uses a path as an argument.
> The path argument is set using task.
>
>
>
>
> SpaceVar = ${SpaceVar}
>
>
>
>
>
>
> After execution of
Hi,
I have a requirement to execute a program that uses a path as an argument.
The path argument is set using task.
SpaceVar = ${SpaceVar}
After execution of the above snippet i am getting the below error:
E:\Scripts>ant -f