Yes, that will be an easy solution. That said, I'm still not convinced about the single source directory and I'm sure this will be revisited in the future. The pressure of users will push us to several source directories (which I think is logical). Actually I believe that we will probably end up with a layout XML file that we will use to define all the project directories, as in :
<layout> <directory name="src/java" category="source"/> <directory name="src/test" category="unittest"/> <directory name="conf" category="configuration"/> [...] </layout> Of course, a default layout will be proposed. -Vincent > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 06 June 2002 15:25 > To: Turbine Maven Developers List > Subject: Re: problem with maven:check-source > > > Hi Vincent, > > my plan is to get rid of fileset from path altogether now we have a single > directory for source. > -- > dIon Gillard, Multitask Consulting > Work: http://www.multitask.com.au > Developers: http://adslgateway.multitask.com.au/developers > > > > "Vincent > Massol" To: "'Turbine Maven > Developers List'" > <vmassol@octo. <turbine-maven- > [EMAIL PROTECTED]> > com> cc: > Subject: problem with > maven:check-source > 06/06/02 07:48 > AM > Please respond > to "Turbine > Maven > Developers > List" > > > > > > > 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:turbine-maven-dev- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:turbine-maven-dev- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
