I have the same thing! 

I investigated a little and it seems to relate to a combination of ant, 
ant-optional and commons-net version issues. The 'silent' failure itself is due 
to the way the ftp task appears to be implemented. Even outside of maven, if no 
connection can be made it does not report any error in many circumstances. I'm 
afraid I did not look into any code but that is the observed behaviour of my 
black box test

The ant-only configuration i got working was: 
  - Ant 1.6.2
  - commons-net-1.3.0 (ant documents 1.2.2 is minimum version) 
  - oro 2.0.7 (ant documents that > 2.0.1 should be ok) 

I know there was previously a discussion on this list about the Ant version 
embedded within maven and dont wish to open old wounds but I failed to get ant 
1.5.3-1 to exec the ftp task in a variety of combinations external to maven. 

In the meantime, my work around was to use an <exec> in my maven xml to call 
ant 1.6.2. Ugly but it works

tim 

-----Original Message-----
From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]
Sent: Wed 2/2/2005 11:33 PM
To: 'Maven Users List'
Subject: RE: How to use site:ftpdeploy
 
Hi guys,

It doesn't work for me also.

I opened an issue yesterday : http://jira.codehaus.org/browse/MPSITE-22

I don't know if I'll be able to analyse it soon.

Please post your environment to help us to find the problem.

Arnaud.
 

> -----Message d'origine-----
> De : Franck de Bruijn [mailto:[EMAIL PROTECTED] 
> Envoyé : mercredi 2 février 2005 18:32
> À : Maven Users List
> Objet : Re: How to use site:ftpdeploy
> 
> Hi,
> 
> One or two weeks ago I posted the same issue (probably you 
> can find it back in the archive).
> 
> I couldn't get it to work. If you manage, let us know!
> 
> Cheers,
> Franck
> 
> ----- Original Message -----
> From: "Laurent Michenaud" <[EMAIL PROTECTED]>
> To: "Maven Users List" <users@maven.apache.org>
> Sent: Wednesday, February 02, 2005 1:44 PM
> Subject: Re: How to use site:ftpdeploy
> 
> 
> > i have already set it :
> >
> > maven.site.deploy.method=ftp
> > maven.username=bertrand
> > maven.password=secret
> >
> > but nothing appends.
> >
> > Maczka Michal a écrit :
> >
> > >you want to use site:deploy goal and set 
> "maven.site.deploy.method" to
> the
> > >correct value
> > >
> > >michal
> > >
> > >
> > >
> > >>-----Original Message-----
> > >>From: Laurent Michenaud [mailto:[EMAIL PROTECTED]
> > >>Sent: Wednesday, February 02, 2005 1:03 PM
> > >>To: users@maven.apache.org
> > >>Subject: How to use site:ftpdeploy
> > >>
> > >>
> > >>i'm trying to use the goal site:ftpdeploy but nothing is 
> deployed and
> > >>it prints SUCCESSFUL.
> > >>
> > >>build:start:
> > >>
> > >>xdoc:init:
> > >>
> > >>site:init:
> > >>
> > >>site:ftpdeploy:
> > >>    [echo]
> > >>      siteAddress = 192.168.1.6
> > >>      siteDirectory = /var/www/monprojet
> > >>      siteUser = bertrand
> > >>
> > >>BUILD SUCCESSFUL
> > >>Total time: 4 seconds
> > >>Finished at: Wed Feb 02 13:00:34 CET 2005
> > >>
> > >>
> > 
> >>------------------------------------------------------------
> ---------
> > >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >>For additional commands, e-mail: [EMAIL PROTECTED]
> > >>
> > >>
> > >>
> > >
> > 
> >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >
> >
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 




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


Reply via email to