ERROR org.apache.commons.jelly.tags.ant.AntTag - The <javac> task doesn't
support the nested "available" element.

A bug in the java-plugin, I filed
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-891

has anybody else encountered this, and more specifically: fixed it?


----- Original Message ----- 
From: "khote" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Saturday, October 04, 2003 5:21 AM
Subject: sourceModifications


> I'm looking for some examples on how to use the <sourceModifications>
> element in the project descriptor.
> It seems that it is replacing <sourceDirectory>, rather than adding to it.
> What am I doing wrong?
> <build>
> ....
>     <sourceDirectory>src/java</sourceDirectory>
>
>     <sourceModifications>
>
>       <sourceModification>
>         <className>com.chronicle.om.Volume</className>
>         <includes>
>           <include name="../common/com/chronicle/om/**.java"/>
>           <include name="src/java/**.java"/>
>         </includes>
>       </sourceModification>
>
>     </sourceModifications>
> ....
> </build>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to