I have found the problem and it is with my plugin. Sorry for bothering you with this!
Thanks -Vincent > -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: 21 March 2003 21:59 > To: 'Jakarta Commons Developers List' > Subject: [Jelly/Maven] Pb with nested filesets? > > Hi, > > I'm writing a Maven plugin and I am calling an Ant script from a jelly > script. In this Ant script, I have the following: > > <copy todir="${cactus.target.dir}/${cactus.context}/WEB-INF/classes"> > <fileset dir="${cactus.target.classes.dir}"/> > </copy> > > This seems to work fine in Ant but when called from my jelly script, I > get: > > [copy] Copying 5 files to > E:\Dev\maven\src\plugins-build\cactus\sample\target\cactustest\WEB-INF\c > lasses > > BUILD FAILED > Use a fileset to copy directories. > Total time: 8 seconds > > If I run with debug info, I get the attached logs.txt > > Any idea? > > Thanks > -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
