DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31520>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31520

Extending JAR-Task for SPI

           Summary: Extending JAR-Task for SPI
           Product: Ant
           Version: unspecified
          Platform: All
               URL: http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html#S
                    ervice%20Provider
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


SPI is well known and used but not supported by ANT.
Maybe something like this:

<jar ...>
  ...
  <service type="java.io.spi.CharCodec">
    <provider class="sun.io.StandardCodec"/>
  </service>
</jar>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to