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>
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]