Need custom classloader in Ant while running

2007-01-26 Thread hanasaki
I have a need for a custom classloader that Ant will delegate too when running. Classloader is written, how can it be hooked in? In the past, I wrote a hook into the Ant source code that would delegate to a Classloader based on an env var. If set, the value for the key would be used as the FQN

Re: creating a

2005-05-23 Thread hanasaki
works like a champ!thanks... hmm anyway to do a zipfileset in a path? Antoine Levy-Lambert wrote: Hello Hanasaki, what you can do is nest a in your war task invocation. Cheers, Antoine hanasaki wrote

creating a

2005-05-23 Thread hanasaki
how can some .jar files from one WAR be added to another WAR? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

dynamic classpath during build - how can this be done?

2005-02-27 Thread hanasaki
Hi... I would be great full for some pointers in accomplishing the following: Our project needs to hook into ANT so any resources or classes that are needed are supplied by our utility class. At first, this appeared to be a need to customize "classpath" in ANT to use our utility class. Later, it

scoping issue with macros in included included ant file.

2004-10-25 Thread hanasaki
build.xml includes buildroot.xml buildroot.xml includes buildmacros.xml and includes another build2.xml file dynamically based on a property set in the first build.xml (the one called from the command line) The goal is to have polymorphism of macro names that are defined in buildmacros.xml. build2