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)

Reply via email to