Re: [Ant customizable task]dependencies

2011-06-11 Thread wayne
Dominique Devienne and haefelinger : I use pathelement. it works. thanks for kind help. >From Wayne 2011/6/11 wolfgang haefelinger : >>> i try to use  fileset  to add these dependencies. but it seems wrong. > > I bet he is missing transitive dependencies: Just let task "javaflow" > depend

Re: [Ant customizable task]dependencies

2011-06-11 Thread wolfgang haefelinger
>> i try to use  fileset  to add these dependencies. but it seems wrong. I bet he is missing transitive dependencies: Just let task "javaflow" depend on " commons-javaflow-1.0-SNAPSHOT.jar" and Ant would automatically add those other dependencies. On Fri, Jun 10, 2011 at 3:47 PM, Dominique Devien

Re: [Ant customizable task]dependencies

2011-06-10 Thread Dominique Devienne
On Fri, Jun 10, 2011 at 4:22 AM, wayne wrote: >     Is anybody know how to add dependencies to a customizable ant task. Not sure what you mean here. >         classname="org.apache.commons.javaflow.ant.AntRewriteTask"> >                                 >                                         >

[Ant customizable task]dependencies

2011-06-10 Thread wayne
Hi All: Is anybody know how to add dependencies to a customizable ant task. here is my case: