AW: Calling a cmd batch file from Ant

2008-05-28 Thread Knuplesch, Juergen
: Chris Green [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. Mai 2008 11:08 An: Ant Users List Betreff: Re: Calling a cmd batch file from Ant But doesn't setting the ineritall to false mean that the script you are calling won't have access to properties you have set up ? On Wed, Ma

Re: Calling a cmd batch file from Ant

2008-05-28 Thread Olivier Gies
all copies.* Original Message ---- Subject: Re: Calling a cmd batch file from Ant From: Chris Green <[EMAIL PROTECTED]> To: Ant Users List Date: 28/05/2008 16:57 Jan Unless I'm missing something here, that wouldn't work. You can't redefine an ant property one

Re: Calling a cmd batch file from Ant

2008-05-28 Thread Peter Reilly
to:[EMAIL PROTECTED] > Gesendet: Mittwoch, 28. Mai 2008 10:56 > An: Ant Users List > Betreff: Re: Calling a cmd batch file from Ant > > Jan > > Unless I'm missing something here, that wouldn't work. > > You can't redefine an ant property one it has already bee

Re: Calling a cmd batch file from Ant

2008-05-28 Thread Chris Green
gliche Nachricht- > Von: Chris Green [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 28. Mai 2008 10:56 > An: Ant Users List > Betreff: Re: Calling a cmd batch file from Ant > > Jan > > Unless I'm missing something here, that wouldn't work. > > You can

AW: Calling a cmd batch file from Ant

2008-05-28 Thread Knuplesch, Juergen
-Ursprüngliche Nachricht- Von: Chris Green [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. Mai 2008 10:56 An: Ant Users List Betreff: Re: Calling a cmd batch file from Ant Jan Unless I'm missing something here, that wouldn't work. You can't redefine an ant prop

Re: Calling a cmd batch file from Ant

2008-05-28 Thread Chris Green
ld two: ${two} > > > one.properties: > # Specifies which parts for component 'one' to do > one=J > two=N > > two.properties: > # Specifies which parts for component 'one' to do > one=J > two=J > > > > Jan > > > > > -

AW: Calling a cmd batch file from Ant

2008-05-28 Thread Jan.Materne
gt; -Ursprüngliche Nachricht- > Von: Chris Green [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 28. Mai 2008 10:36 > An: Ant Users List > Betreff: Re: Calling a cmd batch file from Ant > > Can't use ant or antcall's even in a nested structure. Reason being :-

Re: Calling a cmd batch file from Ant

2008-05-28 Thread Chris Green
55 > USt-IdNr.: DE 811944121 > -Ursprüngliche Nachricht- > Von: Chris Green [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 28. Mai 2008 09:51 > An: Ant Users List > Cc: [EMAIL PROTECTED] > Betreff: Re: Calling a cmd batch file from Ant > > The reason I

AW: Calling a cmd batch file from Ant

2008-05-28 Thread Knuplesch, Juergen
: Mittwoch, 28. Mai 2008 09:51 An: Ant Users List Cc: [EMAIL PROTECTED] Betreff: Re: Calling a cmd batch file from Ant The reason I'm not using ant is that :- 1. My main build.xml script calls the component.xml script numerous times. 2. Each time the component.xml script is called, the var

AW: Calling a cmd batch file from Ant

2008-05-28 Thread Jan.Materne
with nested ? Or use of s? Jan The reason I'm not using ant is that :- 1. My main build.xml script calls the component.xml script numerous times. 2. Each time the component.xml script is called, the variable 'component' needs

Re: Calling a cmd batch file from Ant

2008-05-28 Thread Chris Green
The reason I'm not using ant is that :- 1. My main build.xml script calls the component.xml script numerous times. 2. Each time the component.xml script is called, the variable 'component' needs to be set to something different. 3. Component.xml is generic therefore don't want to hard code anythin

AW: Calling a cmd batch file from Ant

2008-05-28 Thread Jan.Materne
> I am calling a dos batch file from an Ant script using the > following code :- > > > > > > > > > On the assumption that I get the Microsoft Windows Copyright > info appear, I > assume the above commands are running ok. The only trouble > is, the contents > / commands in the b

Calling a cmd batch file from Ant

2008-05-28 Thread Chris Green
I am calling a dos batch file from an Ant script using the following code :- On the assumption that I get the Microsoft Windows Copyright info appear, I assume the above commands are running ok. The only trouble is, the contents / commands in the batch file don't seen to get execu