Aw: Re: macrodef with parameters to pass to java task

2017-05-29 Thread Al Le
Yes, it works! Thank you! > Gesendet: Montag, 29. Mai 2017 um 12:16 Uhr > Von: "Stefan Bodewig" > An: user@ant.apache.org > Betreff: Re: macrodef with parameters to pass to java task > > On 2017-05-29, Al Le wrote: > > > in my ant script I'd like to

AW: macrodef with parameters to pass to java task

2017-05-29 Thread jhm
he.org] > Gesendet: Montag, 29. Mai 2017 12:17 > An: user@ant.apache.org > Betreff: Re: macrodef with parameters to pass to java task > > On 2017-05-29, Al Le wrote: > > > in my ant script I'd like to define a macro (via macrodef) which > would call the 'java' task

Re: macrodef with parameters to pass to java task

2017-05-29 Thread Stefan Bodewig
On 2017-05-29, Al Le wrote: > in my ant script I'd like to define a macro (via macrodef) which would call > the 'java' task as a part of its body/implementation. > In the java task call in the macro, I want to just specify the main class > name and the classpath. The parameters (which are usual

Aw: macrodef with parameters to pass to java task

2017-05-29 Thread Al Le
I'm sorry, the last closing tag in the example should of course be "". > Gesendet: Montag, 29. Mai 2017 um 12:04 Uhr > Von: "Al Le" > An: user@ant.apache.org > Betreff: macrodef with parameters to pass to java task > > Hello, > > in my an

macrodef with parameters to pass to java task

2017-05-29 Thread Al Le
Hello, in my ant script I'd like to define a macro (via macrodef) which would call the 'java' task as a part of its body/implementation. In the java task call in the macro, I want to just specify the main class name and the classpath. The parameters (which are usually specified via nested 'arg'