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
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
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]
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
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