RE: Possible TaskDef donation

2003-03-13 Thread Dominique Devienne
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

Re: Possible TaskDef donation

2003-03-13 Thread Berin Loritsch
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).

RE: Possible TaskDef donation

2003-03-13 Thread Dominique Devienne
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

Possible TaskDef donation

2003-03-12 Thread Berin Loritsch
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