You may be able to use <classloader> from http://enitsys.sourceforge.net/ant-classloadertask/
but with the same class in two places in the classpath, you will have problems. Peter On Mon, Nov 1, 2010 at 11:46 PM, Peter Reilly <[email protected]> wrote: > It would be good to understand one word in three of that ;-) > Peter > > > On Mon, Nov 1, 2010 at 9:18 PM, Stephen Connolly > <[email protected]> wrote: >> You could shade your ant task using a shading tool, eg maven-shade-plugin >> then it would be in a different package and depend on classes in a different >> package also (there may be non-maven shading tools for the maven averse ;-) >> ) >> >> On 1 Nov 2010 17:07, "Peter Reilly" <[email protected]> wrote: >> >> That will not work. >> The jars in $ant.home/lib or ~/.ant/lib will >> be in front in the classloader. >> >> Peter >> >> >> >> On Mon, Nov 1, 2010 at 4:23 PM, David Weintraub <[email protected]> wrote: >>> When you use a <taskd... >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
