Jay,
This looks like the bug 16293 in bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16293
Maybe you should create yourself an account on bugzilla, and add your email
address as a CC for this bug.
Antoine
----- Original Message -----
From: "Jay Wright" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 21, 2003 9:18 PM
Subject: Ant ftp cannot create directory (if it already exists)


>
> I am trying to ftp an entire directory to our web server.  It works great
> the first time through, but once the directories exist on the server, I
get
> an error:
>
> build.xml:288: could not create directory: 550 test: File exists.
>
> Is there a way around this?  I've tried setting the depends attribute to
> "yes", but no luck.
>
> Code from my build.xml file:
>
>         <ftp server="${web.server.stage.host}"
>             remotedir="${web.server.stage.path}"
>             userid="${web.server.stage.username}"
>             password="${web.server.stage.password}">
>            <fileset dir="${dist.dir}/web">
>                <include name="**/*.*"/>
>            </fileset>
>         </ftp>
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>


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

Reply via email to