ED]
Subject: Re: Possible TaskDef donation
Dominique Devienne wrote:
> This is indeed interesting. I do something quite similar for another
purpose
> (scans a JAR for all classes having a give static method signature,
executes
> all these methods, gathering the meta-info required, generate
Dominique Devienne wrote:
This is indeed interesting. I do something quite similar for another purpose
(scans a JAR for all classes having a give static method signature, executes
all these methods, gathering the meta-info required, generate a XML file
then stuck into the JAR's META-INF directory).
ED]
Sent: Wednesday, March 12, 2003 4:13 PM
To: [EMAIL PROTECTED]
Subject: Possible TaskDef donation
Currently, if you want to support the JAR Services standard set forth
by Sun, you have to create a file with an interface name in
META-INF/services and list all the implementations.
This can get
Currently, if you want to support the JAR Services standard set forth
by Sun, you have to create a file with an interface name in
META-INF/services and list all the implementations.
This can get to become a problem if we are adding and removing classes,
and we forget to update this hand maintained