You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2009/03/26 07:40:34 UTC

DO NOT REPLY [Bug 46913] New:
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: notifications@ant.apache.org
        ReportedBy: np@humatic.de


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.

DO NOT REPLY [Bug 46913] Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46913


Peter Reilly <pe...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Peter Reilly <pe...@apache.org>  2009-03-26 00:39:44 PST ---
fixed in 1.7.1

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.