I have the following code snippet:

                <ftp    server="${oc4j.host.name}"
                        
remotedir="trips/schemas/${target.schemas.path}${hyphen.app.name.suffix}"
                        chmod="0777"
                        userid="${ftp.userid}"
                        password="${ftp.password}">
                        <fileset dir="${tripsrootdir}Java/Projects/trips-types">
                                <include name="**/*.xml"/>
                                <include name="**/*.xsd"/>
                        </fileset>
                </ftp>

With Ant 1.6.5, this works fine, but with Ant 1.7.1 it appears to
successfully copy one file, and then falls over with a null pointer
exception.

Have I missed something here?
-- 
View this message in context: 
http://old.nabble.com/FTP-works-in-1.6.5%2C-fails-in-1.7.1-tp26677097p26677097.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to