Did you load your dependencies used by the ftp task in the root classloader
?
http://maven.apache.org/maven-1.x/using/developing-plugins.html#Plugin_dependencies
Arnaud
On 2/24/06, Jon Strayer <[EMAIL PROTECTED]> wrote:
>
> I'm getting this error:
>
> Element... ant:fileset
> Line...... 384
> Column.... -1
> org/apache/commons/net/ftp/FTPClient
>
> for this code (that worked under 1.0)
>
> <ant:ftp action="get" server="chd4.sbc.com" userid="wfaoper"
> password="foobar!"
> remotedir="/appl/wfa/apache/htdocs/repository/${
> dependency.artifactDirectory}wfa-billing/jars"
> verbose="true">
> <ant:fileset dir="${maven.build.dir
> }/${releaseNameBin}/${path}">
> <ant:include name="${maven.final.name}.jar" />
> </ant:fileset>
> </ant:ftp>
>
> Does anyone have any idea what's going wrong?
>
>
>
> --
> Esse quam videri
> (to be rather than to seem)
>
>