This is fixed in ant 1.7.1.
Peter
On Mon, Jun 8, 2009 at 11:37 PM, Federico
Tomassetti wrote:
> Hi, I am trying to build some Jars that contains annotations
> processors so they need to create a file under META-INF/services named
> javax.annotation.processing.Processor. I am doind it for annopro
Hi, I am trying to build some Jars that contains annotations
processors so they need to create a file under META-INF/services named
javax.annotation.processing.Processor. I am doind it for annoproc_jar
and annoproc_wd_jar:
thanks i got what i wanted
On Mon, Jun 8, 2009 at 3:43 PM, Steve Loughran wrote:
> divyanshu singh wrote:
>
>> hi i want to use java program to build ant files
>>
>> so is there a way to run build command through java program which is
>> platform independent
>>
>> will exec command will work on
divyanshu singh wrote:
hi i want to use java program to build ant files
so is there a way to run build command through java program which is
platform independent
will exec command will work on any platform i mean without changing any
thing in the java code
do you mean you want to exec() ant? Y
hi i want to use java program to build ant files
so is there a way to run build command through java program which is
platform independent
will exec command will work on any platform i mean without changing any
thing in the java code