https://issues.apache.org/bugzilla/show_bug.cgi?id=46913
Summary: <service...
Product: Ant
Version: 1.7.0
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
The <service option in the jar task, intended to add service provider
information to the jar's META-INF directory creates a wrongly named subfolder.
According to Sun's SPI docs, the folder should be called "services" while ant
creates one named "service", which is wrong and useless.
Unfortunately a possible workaround using <metainf> also fails, because ant
reports not further specified "problems" with the javax....spi link file (which
in my case is fine itself) then.
Workaround: use jdk tools externally to add the services information (but then
why use ant at all?)
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.