RE: How to use site:ftpdeploy

2005-03-09 Thread Skjelvik Rune
rewed up.. I'm using maven 1.0.2 -rune -Original Message- From: Franck de Bruijn [mailto:[EMAIL PROTECTED] Sent: 2. februar 2005 18:32 To: Maven Users List Subject: Re: How to use site:ftpdeploy Hi, One or two weeks ago I posted the same issue (probably you can find it back in t

Re: How to use site:ftpdeploy

2005-02-13 Thread Jim Stafford
I took Tim's suggestion and wrapped the site:ftpdeploy goal in an Ant 1.6.2 script and it works seemelessly with my deployments. Sure, its not what anyone really wants, but it works in the short term for legacy Ant users like me until site:ftpdeploy issues get resolved. Here are some of the spe

RE: How to use site:ftpdeploy

2005-02-02 Thread Tim Stephenson
ound was to use an 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 a

RE: How to use site:ftpdeploy

2005-02-02 Thread Arnaud HERITIER
: 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). > &g

Re: How to use site:ftpdeploy

2005-02-02 Thread Franck de Bruijn
uot; 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 wan

Re: How to use site:ftpdeploy

2005-02-02 Thread Laurent Michenaud
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]

RE: How to use site:ftpdeploy

2005-02-02 Thread Maczka Michal
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

2005-02-02 Thread Laurent Michenaud
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