Error using ftp ant task from antrun

2009-02-04 Thread Mickler, Tosh (MS)
I have a solaris build machine that ftp's the artifacts to a central location on another computer. It works when using maven 2.0.8. When we upgraded to maven 2.0.9, it stopped working. The error that I am getting is: [11:00:41]: [ERROR] BUILD ERROR [11:00:41]: [INFO] ---

Re: Réf. : Re: Maven and FTP Ant task: what's up ??

2004-10-05 Thread dan tran
c > > VeuillezObjet >répondre à Re: Maven and FTP Ant task: what's > Maven Users List up?? > <[EMAIL PROTECTED] > che.org> > >

Réf. : Re: Maven and FTP Ant task: what's up??

2004-10-05 Thread fabrice . belingard
t). I had this problem a few weeks ago... and got pretty frustrated when I couldn't find the answer and almost abandoned maven. While this does seem to be a problem, it is solvable and maven is worth it ;-) -Ben Quoting [EMAIL PROTECTED]: > Hi all, > > I try to use the FTP Ant task in m

Re: Maven and FTP Ant task: what's up??

2004-10-05 Thread Ben Anderson
> Hi all, > > I try to use the FTP Ant task in my maven.xml, but I can't make it work. > I've searched the mail archive, and I figured out that lots of people had > troubles with this task in Maven 1.0, but none found a solution regarding > this problem (at least, none gav

Maven and FTP Ant task: what's up??

2004-10-05 Thread fabrice . belingard
Hi all, I try to use the FTP Ant task in my maven.xml, but I can't make it work. I've searched the mail archive, and I figured out that lots of people had troubles with this task in Maven 1.0, but none found a solution regarding this problem (at least, none gave a solution on the ma

Re: FTP ant task

2004-08-09 Thread Jesper Linvald
sers List <[EMAIL PROTECTED]> cc Subject Re: FTP ant task What does it do when it doesn't work? For me, the -X switch showed that there was a CNF exception for an oro FTP class. I had to put this in my project.xml: ant-contrib ant-contrib 20020829

Re: FTP ant task

2004-08-09 Thread Jefferson K. French
-contrib part. Jeff On Mon, 09 Aug 2004, at 12:40:51 [GMT +0200] Jesper Linvald wrote: > Hello all, > I am trying to use the ftp ant task from maven. It dosent work! Running > the task straight from Ant works fine > Some have suggested a brute hack with a typedef and depend

FTP ant task

2004-08-09 Thread Jesper Linvald
Hello all, I am trying to use the ftp ant task from maven. It dosent work! Running the task straight from Ant works fine Some have suggested a brute hack with a typedef and dependency on Ant 1.6. Before trying this I would like to hear if anybody has a solution to the problem or another