Re: META-INF/services

2013-04-10 Thread Manivannan Selvadurai
atoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > From: manivan...@unmetric.com > > Date: Wed, 10 Apr 2013 14:52:22 +0530 > > Subject: META-INF/services > &g

RE: META-INF/services

2013-04-10 Thread Martin Gainty
ur le contenu fourni. > From: manivan...@unmetric.com > Date: Wed, 10 Apr 2013 14:52:22 +0530 > Subject: META-INF/services > To: user@ant.apache.org > > Hi All, > >When i tried to build a final jar out of the jars of my project, > the resultant jar had same e

META-INF/services

2013-04-10 Thread Manivannan Selvadurai
Hi All, When i tried to build a final jar out of the jars of my project, the resultant jar had same entries for a particular service under META-INF/services. Due to this my class loader while trying to load the services, picks the first one and the other configurations are missed. Is

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 doi

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: bug: jar task with nested service does not create META-INF/services

2008-02-28 Thread Steve Loughran
Robert Koberg wrote: Hi, I am trying to use the nested service element in the jar class. It produces a META-INF/service rather than META-INF/services: This is be fixed in Ant 1.7.1, which is shortly to go into beta release https://issues.apache.org/bugzilla/show_bug.cgi?id=41201 -- Steve

bug: jar task with nested service does not create META-INF/services

2008-02-27 Thread Robert Koberg
Hi, I am trying to use the nested service element in the jar class. It produces a META-INF/service rather than META-INF/services: /** * Write SPI Information to JAR */ private void writeServices(ZipOutputStream zOut) throws IOException { Iterator serviceIterator