You can completely ignore these 'errors' - they are the Jelly Ant 
processor being overly ambitious trying to convert things to ant data 
types.

The next release of maven will 'ignore' these errors and they will not 
appear in the log except in debug mode.

"David Liles" <[EMAIL PROTECTED]> wrote on 03/07/2003 05:59:10 AM:

> I am trying to convert a regular ant build to a maven project and am
> getting the following errors and am not sure what I should do or 
> replace it with...
> 
> in maven log file:
> 
> 2003-07-02 15:25:44,645 ERROR org.apache.commons.jelly.tags.ant.
> AntTag - Class org.apache.commons.jelly.tags.core.IfTag doesn't 
> support the nested "available" element.
> 2003-07-02 15:25:45,787 ERROR org.apache.commons.jelly.tags.ant.
> AntTag - Class org.apache.commons.jelly.tags.core.IfTag doesn't 
> support the nested "path" element.
> 2003-07-02 15:25:45,867 ERROR org.apache.commons.jelly.tags.ant.
> AntTag - Class com.werken.werkz.jelly.ProjectTag doesn't support the
> nested "property" element.
> 2003-07-02 15:25:49,883 ERROR org.apache.commons.jelly.tags.ant.
> AntTag - Class com.werken.werkz.jelly.GoalTag doesn't support the 
> nested "mkdir" element.
> 2003-07-02 15:25:49,893 ERROR org.apache.commons.jelly.tags.ant.
> AntTag - Class org.apache.commons.jelly.tags.core.WhenTag doesn't 
> support the nested "javac" element.
> 
> here is an example from the build file:
> 
> <target name="-init-publish-doc" >
> 
> <available file="${doc.dir}" type="dir" property="doc.dir.present" />
> 
> </target>
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Work:      http://www.multitask.com.au

Reply via email to