maven:clean and maven:install-jar when switching between different ant versions. I think this should resolve the AbstractFileSet problem.
there does seem to be a bug with ant 1.5 / maven. I get the 'must specify...' error with 1.5 beta 2. Vincent Massol wrote: > Hi, > > If I use Ant 1.4.1, I get the following when running > "maven:check-source" : > > C:\apps\maven\plugins\core\build.xml:509: Could not create task of type: > filesetfrompath due to java > .lang.NoClassDefFoundError: org/apache/tools/ant/types/AbstractFileSet > > If I use "Ant 1.5alpha compile on April 12 2002", "maven:check-source" > works fine but "maven:site" fails with : > > do-check-source: > > BUILD FAILED > C:\apps\maven\plugins\core\build.xml:548: Must specify atleast one of > 'file' or nested 'fileset'. > > Meaning the build path taken by "maven:check-source" and "maven:site" > has some difference when it comes to executing "do-check-source" ! > > Any idea ? > Thanks > -Vincent > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
