--- Jorge Cardenas <[EMAIL PROTECTED]> wrote: > I'm using the tag <FTP> in my XML code. The sentence is: > > <target name='yyyyy' depends='init'> > <ftp server='yyyy.cinc.com' > userid='lui' > password='xcd34' > action='put' > verbose='yes'> > <fileset dir='.'> > <include name='templ.war'/> > </fileset> > </ftp> > </target> > > but the file (templ.war) don't appear in de linux server, can i help me > to resolve this problem...
There was a bug (fixed now, in CVS) that required you specify the 'remotedir' attribute, even though you shouldn't have had to. Try specifying 'remotedir' and see if that solves your problem. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
