Re: [M2] Site upload

2007-05-26 Thread Mac Systems

Hello,

thank you. I will give it a try after the Weekend :)


- Jens

Jens,

Are you complaining about the fact that wagon-ftp currently is not
implemented to support directory copy?
That can be fixed easily, it just needs to be implemented.

I can send you a compiled jar with directory copy enabled if that's 
what you

want..

Cheers
Jo



On 5/24/07, Jens Hohl [EMAIL PROTECTED] wrote:


Hello,



i stumbled http://www.dict.cc/englisch-deutsch/stumbled.html  about
some FTP problems with maven 2.

Can someone tell me what works with maven2 when site-deploy is invoked ?



Regards,

Jens









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



Re: AW: [M2] Site upload

2007-05-25 Thread ossi petz

hallo

did you try to issue the scp command with another client? (manually on 
the command line).


does the 'permission denied' relate to the scp command login or to 
filesystem permissions?


these is my config from pom.xml:

  ...
  distributionManagement
repository
  idreleases/id
  namereleases repository/name
  layoutdefault/layout
  uniqueVersionfalse/uniqueVersion
  urlscp://hostname/folder/to/repos/url
/repository


works fine :)




Jens Hohl schrieb:

Ist me again,

i already tried to upload the Site to an Sun Server using SCP (FTP has this bug 
which is not fixed).
The user maven have all permissions to create files or directories.
Get always an error that the Permission is denied. The Password is 
correct also the username!


I tried some kind of urls:

scp://192.168.4.5
scp://192.168.4.5:
scp://192.168.4.5/path/on/server
scp://192.168.4.5/path/on/server/

All resulting in same failure :(

Anyone have experience with that ?




-Ursprüngliche Nachricht-
Von: Jens Hohl 
Gesendet: Donnerstag, 24. Mai 2007 14:40

An: users@maven.apache.org
Betreff: [M2] Site upload

Hello,

 


i stumbled http://www.dict.cc/englisch-deutsch/stumbled.html  about
some FTP problems with maven 2.

Can someone tell me what works with maven2 when site-deploy is invoked ?

 


Regards,

Jens

 



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



AW: Re: AW: [M2] Site upload

2007-05-25 Thread Jens Hohl
Yes,

i connected via scp from commandline..all is fine!

Anyone has experience what else could be wrong ?

Regards,
Jens

-Ursprüngliche Nachricht-
Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von ossi petz
Gesendet: Freitag, 25. Mai 2007 10:37
An: users@maven.apache.org
Betreff: Re: AW: [M2] Site upload

hallo

did you try to issue the scp command with another client? (manually on 
the command line).

does the 'permission denied' relate to the scp command login or to 
filesystem permissions?

these is my config from pom.xml:

   ...
   distributionManagement
 repository
   idreleases/id
   namereleases repository/name
   layoutdefault/layout
   uniqueVersionfalse/uniqueVersion
   urlscp://hostname/folder/to/repos/url
 /repository
 

works fine :)




Jens Hohl schrieb:
 Ist me again,
 
 i already tried to upload the Site to an Sun Server using SCP (FTP has this 
 bug which is not fixed).
 The user maven have all permissions to create files or directories.
 Get always an error that the Permission is denied. The Password is 
 correct also the username!
 
 I tried some kind of urls:
 
 scp://192.168.4.5
 scp://192.168.4.5:
 scp://192.168.4.5/path/on/server
 scp://192.168.4.5/path/on/server/
 
 All resulting in same failure :(
 
 Anyone have experience with that ?
 
 
 
 
 -Ursprüngliche Nachricht-
 Von: Jens Hohl 
 Gesendet: Donnerstag, 24. Mai 2007 14:40
 An: users@maven.apache.org
 Betreff: [M2] Site upload
 
 Hello,
 
  
 
 i stumbled http://www.dict.cc/englisch-deutsch/stumbled.html  about
 some FTP problems with maven 2.
 
 Can someone tell me what works with maven2 when site-deploy is invoked ?
 
  
 
 Regards,
 
 Jens
 
  


-
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]



Re: [M2] Site upload

2007-05-25 Thread Jo Vandermeeren

Jens,

Are you complaining about the fact that wagon-ftp currently is not
implemented to support directory copy?
That can be fixed easily, it just needs to be implemented.

I can send you a compiled jar with directory copy enabled if that's what you
want..

Cheers
Jo



On 5/24/07, Jens Hohl [EMAIL PROTECTED] wrote:


Hello,



i stumbled http://www.dict.cc/englisch-deutsch/stumbled.html  about
some FTP problems with maven 2.

Can someone tell me what works with maven2 when site-deploy is invoked ?



Regards,

Jens






AW: [M2] Site upload

2007-05-25 Thread Jens Hohl
Well,

i simply need a working site upload. So any help or jar will 
help me :)

Thanks,
Jens

-Ursprüngliche Nachricht-
Von: Jo Vandermeeren [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 25. Mai 2007 17:14
An: Maven Users List
Betreff: Re: [M2] Site upload

Jens,

Are you complaining about the fact that wagon-ftp currently is not
implemented to support directory copy?
That can be fixed easily, it just needs to be implemented.

I can send you a compiled jar with directory copy enabled if that's what you
want..

Cheers
Jo



On 5/24/07, Jens Hohl [EMAIL PROTECTED] wrote:

 Hello,



 i stumbled http://www.dict.cc/englisch-deutsch/stumbled.html  about
 some FTP problems with maven 2.

 Can someone tell me what works with maven2 when site-deploy is invoked ?



 Regards,

 Jens






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



Re: [M2] Site upload

2007-05-25 Thread Wendy Smoak

On 5/25/07, Jo Vandermeeren [EMAIL PROTECTED] wrote:


Are you complaining about the fact that wagon-ftp currently is not
implemented to support directory copy?
That can be fixed easily, it just needs to be implemented.

I can send you a compiled jar with directory copy enabled if that's what you
want..


Any interest in helping with this one?

  http://jira.codehaus.org/browse/WAGONFTP-7

I don't know what the issues are or why that patch hasn't been
applied, but I'd like FTP deployment to work.

--
Wendy

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



Re: [M2] Site upload

2007-05-25 Thread Jon Strayer

I could use a copy of that jar too.

On 5/25/07, Jo Vandermeeren [EMAIL PROTECTED] wrote:


Jens,

Are you complaining about the fact that wagon-ftp currently is not
implemented to support directory copy?
That can be fixed easily, it just needs to be implemented.

I can send you a compiled jar with directory copy enabled if that's what
you
want..

Cheers
Jo



On 5/24/07, Jens Hohl [EMAIL PROTECTED] wrote:

 Hello,



 i stumbled http://www.dict.cc/englisch-deutsch/stumbled.html  about
 some FTP problems with maven 2.

 Can someone tell me what works with maven2 when site-deploy is invoked ?



 Regards,

 Jens









--
Esse Quam Videre
To Be, rather than to Seem


Re: [M2] Site upload

2007-05-25 Thread Jo Vandermeeren

Phew.. Mail server doesn't like jars or tarballs..
I have uploaded it to some online free file hosting website:
http://rapidshare.com/files/33363284/wagon-ftp.tar.gz.html

Wendy,
Sure, no probs..
I fixed it some time ago but don't have the sources anymore.
I think it was quite easy, so if i get some time this weekend or next week,
i'll implement it again and make a patch..

Cheers
Jo

On 5/25/07, Wendy Smoak [EMAIL PROTECTED] wrote:


On 5/25/07, Jo Vandermeeren [EMAIL PROTECTED] wrote:

 Are you complaining about the fact that wagon-ftp currently is not
 implemented to support directory copy?
 That can be fixed easily, it just needs to be implemented.

 I can send you a compiled jar with directory copy enabled if that's what
you
 want..

Any interest in helping with this one?

   http://jira.codehaus.org/browse/WAGONFTP-7

I don't know what the issues are or why that patch hasn't been
applied, but I'd like FTP deployment to work.

--
Wendy

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




[M2] Site upload

2007-05-24 Thread Jens Hohl
Hello,

 

i stumbled http://www.dict.cc/englisch-deutsch/stumbled.html  about
some FTP problems with maven 2.

Can someone tell me what works with maven2 when site-deploy is invoked ?

 

Regards,

Jens

 



AW: [M2] Site upload

2007-05-24 Thread Jens Hohl
Ist me again,

i already tried to upload the Site to an Sun Server using SCP (FTP has this bug 
which is not fixed).
The user maven have all permissions to create files or directories.
Get always an error that the Permission is denied. The Password is 
correct also the username!

I tried some kind of urls:

scp://192.168.4.5
scp://192.168.4.5:
scp://192.168.4.5/path/on/server
scp://192.168.4.5/path/on/server/

All resulting in same failure :(

Anyone have experience with that ?




-Ursprüngliche Nachricht-
Von: Jens Hohl 
Gesendet: Donnerstag, 24. Mai 2007 14:40
An: users@maven.apache.org
Betreff: [M2] Site upload

Hello,

 

i stumbled http://www.dict.cc/englisch-deutsch/stumbled.html  about
some FTP problems with maven 2.

Can someone tell me what works with maven2 when site-deploy is invoked ?

 

Regards,

Jens

 



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