RE: enumerating all classes in a package

2004-05-20 Thread didge
le to access any other resources it needs to execute the test. Finally, the ant task collates the results into a final report and mails it off. didge > -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 20, 2004 9:04 AM > To: Ant Develope

RE: enumerating all classes in a package

2004-05-20 Thread didge
What JDK version(s) do you need to support? Can you provide an example of the classpath you have to search? Who's 'funny RMI classloaders' are they? didge > -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 20, 2004 3:37

RE: antlib and classloaders

2004-04-02 Thread didge
So what's to say that we can't build up an ANTLIB_PATH just like we build up CLASSPATHs using ? didge > -Original Message- > From: Jose Alberto Fernandez [mailto:[EMAIL PROTECTED] > Sent: Friday, April 02, 2004 2:46 AM > To: Ant Developers List; [EMAIL PROTECTED]

RE: antlib and classloaders

2004-04-02 Thread didge
How about just supporting an equivalent of an LD_LIBRARY_PATH for antlibs, called ANTLIB_PATH or some such? didge > -Original Message- > From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 01, 2004 1:58 PM > To: Ant Developers List > Subject: Re: antlib a

RE: Blog "Complex build systems need a real language" found

2004-01-21 Thread didge
be run by simply calling them, i.e. clean(). 5. Targets may be defined in another python script and imported using python's import keyword. 6. Parameters may be passed to Targets when calling them, e.g. clean(dir="some/dir") didge > -Original Message- > From: Jose Alberto

RE: XML Namespace avoids collision between xml vocabularies was RE: a comment about xml namespace

2003-12-31 Thread didge
> -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 30, 2003 3:48 PM > To: Ant Developers List > Subject: Re: XML Namespace avoids collision between xml vocabularies was > RE: a comment about xml namespace > > > Jim Fuller wrote: > >>From: Steve

RE: trying to get access to fileset from new task to javac task

2003-08-25 Thread didge
vac.execute(); Why should the src fileset be immutable when not much else is, particularly classpath? No clue, maybe someone can shed some light on this... didge > -Original Message- > From: Dean Hiller [mailto:[EMAIL PROTECTED] > Sent: Monday, August 25, 2003 6:25 AM > To: Ant Devel

RE: javac-task and mapper

2003-08-20 Thread didge
rojects can override any target specified in buildTargets.xml, eg. compile, clean, build, javadoc, etc. using indirect target references. 2. JDK specific classpaths and build tools are specifiable. This allows me to easily build the same source against multiple JDK versions that may require differen

RE: javac-task and mapper

2003-08-20 Thread didge
How about this? didge > -Original Message- > From: Ulf Caspers [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 19, 2003 11:06 AM >