You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Paul Libbrecht <pa...@activemath.org> on 2003/07/22 23:59:33 UTC

[jelly] current jelly doesn't compile with maven b10

Hi Jelly Committers,

The current jelly cvs distribution doesn't compile with maven b10 as the 
project.xml seems to need the following:

		<sourceDirectory>${basedir}/src/java</sourceDirectory>
  <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>

and will otherwise not compile anything or not test anything...

Also, one test fails...

Presumably, the same is true for the tags...

Paul


Re: [jelly] current jelly doesn't compile with maven b10

Posted by Peter Royal <pr...@apache.org>.
On Tuesday, July 22, 2003, at 05:59  PM, Paul Libbrecht wrote:
> Hi Jelly Committers,
>
> The current jelly cvs distribution doesn't compile with maven b10 as 
> the project.xml seems to need the following:
>
> 		<sourceDirectory>${basedir}/src/java</sourceDirectory>
>  <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
>
> and will otherwise not compile anything or not test anything...
>
> Also, one test fails...
>
> Presumably, the same is true for the tags...

Thanks for the report. Can you add a bug, 
<http://jira.codehaus.org/secure/BrowseProject.jspa?id=10012> to make 
sure this doesn't get dropped? Thanks!!
-pete