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;