You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Gordon <go...@zareus.com> on 2002/12/21 16:44:44 UTC

[jelly] Error calling an ant task

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