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;