I get the following error trying to call the "get" ant task:

[AntTag] Class org.apache.commons.jelly.tags.core.JellyTag doesn't
support the nested "get" element.

My jelly script looks like this:

<?xml version="1.0"?>
<j:jelly trim="false" 
   xmlns:ant="jelly:ant"
   xmlns:j="jelly:core">

<ant:get src="http://jakarta.apache.org/"; dest="help/index.html"/>

<ant:echo>Hello</ant:echo>

</j:jelly>

Any suggestions?

Gordon


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

Reply via email to