Taskdef and custom classloader

2008-05-03 Thread hdockter
With a Groovy based build tool I have the following problem. The JVM this build tool is running in, is started with a jar in the classpath that contains a certain Ant task (groovyc). What I need now is a way to define a groovyc task from _another_ jar with a different version. I try to do this t

Re: Programmatically create a fileset and reference

2008-05-03 Thread Matt Benson
--- Wascally Wabbit <[EMAIL PROTECTED]> wrote: > If you're not averse to creating a little helper > class, why not > just write a custom file selector that can read your > delimited > file. Then you can just leverage the built in > resource collection > mechanisms like: > > > classname="you

Re: Programmatically create a fileset and reference

2008-05-03 Thread Wascally Wabbit
If you're not averse to creating a little helper class, why not just write a custom file selector that can read your delimited file. Then you can just leverage the built in resource collection mechanisms like: As of 1.7 this item can be used just about wherever the older type was