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
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
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
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
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
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
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