DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17961>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17961 New task to collect services from a JAR Summary: New task to collect services from a JAR Product: Ant Version: unspecified Platform: All OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Enclosed is an Ant Task I wrote to support another project. It seems general enough to me to make available in Ant itself. It takes an input JAR, and looks at all classes in the JAR. It tests to see if they are an implementation of the specified service(s). If there happens to be a class that implements more than one service, it will appear in every service definition that it applies to.
