Re: Create a jar with the META-INF/services dir: strange behavior...

2009-06-08 Thread Peter Reilly
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

Create a jar with the META-INF/services dir: strange behavior...

2009-06-08 Thread Federico Tomassetti
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:

Re: build from java program

2009-06-08 Thread divyanshu singh
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

Re: build from java program

2009-06-08 Thread Steve Loughran
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

build from java program

2009-06-08 Thread divyanshu singh
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