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]
---
c
>
> VeuillezObjet
>répondre à Re: Maven and FTP Ant task: what's
> Maven Users List up??
> <[EMAIL PROTECTED]
> che.org>
>
>
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
> 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
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
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
-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
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