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: