On Mon, 13 Aug 2001, Joshua Calloway
<[EMAIL PROTECTED]> wrote:
> Does anyone know a workaround for this..
workaround for what?
> for instance, I'm looking for a slight variation of fileset
>
> <MyCompanySpecificTask>
> <myCompanyFileset dir="..." todir="..."/>
> </MyCompanySpecificTask>
So you have
public class MyCompanyFileset /* maybe extends FileSet? */
and
public class MyCompanySpecificTask extends Task
and in MyCompanySpecificTask.java
public void addMyCompanyFileset(MyCompanyFileset fileset)
and it should work. Where is the problem?
Stefan