Re: site:deploy goal fails?

2004-03-28 Thread Emmanuel Venisse
How do you set up your maven.ssh.executable property?

Emmanuel

- Original Message - 
From: Ian Black [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; Maven Users List
[EMAIL PROTECTED]
Sent: Saturday, March 27, 2004 6:34 PM
Subject: RE: site:deploy goal fails?


 Okay, set maven.ssh.executable to the location of ttssh.exe in my
 build.properties file and now I'm getting this error...

 BUILD FAILED
 null:95:56: exec Execute failed: java.io.IOException: CreateProcess:
 C:Program FilesTTERMPRO  tssh.exe http://blah  -1 ian mkdir -p
 http://blah error=123

 Any ideas?

 Thanks again,

 Ian.



 -Original Message-
 From: Paul Spencer [mailto:[EMAIL PROTECTED]
 Sent: 27 March 2004 16:06
 To: Maven Users List
 Subject: Re: site:deploy goal fails?


 Ian,
 You need set maven.ssh.executable in build.properties

 See http://maven.apache.org/reference/plugins/site/properties.html

 Paul Spencer

 Ian Black wrote:

  Hi everyone,
 
  I'm having a problem getting my website to deploy onto my apache
webserver
  on my local.
 
  According to this post
 

here...http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
  e.orgmsgId=809146
 
 

 --
 --
  
 
 Hi everybody!
 
 I'm trying to use the site:deploy command, but get this exception:
 
 Root cause
 Execute failed: java.io.IOException: CreateProcess: ssh lukas -l
tmeggerl
 mkdir -p lukas/javaprojects error=2\
 
 
  error 2 is file not found which implies that ssh is not on the command
 line.
 

 --
 --
  
 
 
  ...the problem is that ssh is not in the path, right?
 
  So, I have the very same error and I put ssh into the path (TTSH being
 used)
  and same error. Am I missing something or is there something else going
on
  here?
 
  Many thanks for any help,
 
  Ian.
 
 
 
 
 
  ---
  Outgoing mail is certified Virus Free.
  Checked by AVG anti-virus system (http://www.grisoft.com).
  Version: 6.0.639 / Virus Database: 408 - Release Date: 22/03/2004
 



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


 ---
 Incoming mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.639 / Virus Database: 408 - Release Date: 22/03/2004

 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.639 / Virus Database: 408 - Release Date: 22/03/2004


 -
 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: site:deploy goal fails?

2004-03-27 Thread Paul Spencer
Ian,
You need set maven.ssh.executable in build.properties
See http://maven.apache.org/reference/plugins/site/properties.html

Paul Spencer

Ian Black wrote:

Hi everyone,

I'm having a problem getting my website to deploy onto my apache webserver
on my local.
According to this post
here...http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
e.orgmsgId=809146


Hi everybody!

I'm trying to use the site:deploy command, but get this exception:

Root cause
Execute failed: java.io.IOException: CreateProcess: ssh lukas -l tmeggerl
mkdir -p lukas/javaprojects error=2\


error 2 is file not found which implies that ssh is not on the command line.



...the problem is that ssh is not in the path, right?

So, I have the very same error and I put ssh into the path (TTSH being used)
and same error. Am I missing something or is there something else going on
here?
Many thanks for any help,

Ian.





---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.639 / Virus Database: 408 - Release Date: 22/03/2004


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


RE: site:deploy goal fails?

2004-03-27 Thread Ian Black
Thanks Paul :)

-Original Message-
From: Paul Spencer [mailto:[EMAIL PROTECTED]
Sent: 27 March 2004 16:06
To: Maven Users List
Subject: Re: site:deploy goal fails?


Ian,
You need set maven.ssh.executable in build.properties

See http://maven.apache.org/reference/plugins/site/properties.html

Paul Spencer

Ian Black wrote:

 Hi everyone,

 I'm having a problem getting my website to deploy onto my apache webserver
 on my local.

 According to this post

here...http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
 e.orgmsgId=809146


 --
--
 

Hi everybody!

I'm trying to use the site:deploy command, but get this exception:

Root cause
Execute failed: java.io.IOException: CreateProcess: ssh lukas -l tmeggerl
mkdir -p lukas/javaprojects error=2\


 error 2 is file not found which implies that ssh is not on the command
line.

 --
--
 


 ...the problem is that ssh is not in the path, right?

 So, I have the very same error and I put ssh into the path (TTSH being
used)
 and same error. Am I missing something or is there something else going on
 here?

 Many thanks for any help,

 Ian.





 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.639 / Virus Database: 408 - Release Date: 22/03/2004




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


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.639 / Virus Database: 408 - Release Date: 22/03/2004

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.639 / Virus Database: 408 - Release Date: 22/03/2004


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



RE: site:deploy goal fails?

2004-03-27 Thread Ian Black
Okay, set maven.ssh.executable to the location of ttssh.exe in my
build.properties file and now I'm getting this error...

BUILD FAILED
null:95:56: exec Execute failed: java.io.IOException: CreateProcess:
C:Program FilesTTERMPRO  tssh.exe http://blah  -1 ian mkdir -p
http://blah error=123

Any ideas?

Thanks again,

Ian.



-Original Message-
From: Paul Spencer [mailto:[EMAIL PROTECTED]
Sent: 27 March 2004 16:06
To: Maven Users List
Subject: Re: site:deploy goal fails?


Ian,
You need set maven.ssh.executable in build.properties

See http://maven.apache.org/reference/plugins/site/properties.html

Paul Spencer

Ian Black wrote:

 Hi everyone,

 I'm having a problem getting my website to deploy onto my apache webserver
 on my local.

 According to this post

here...http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
 e.orgmsgId=809146


 --
--
 

Hi everybody!

I'm trying to use the site:deploy command, but get this exception:

Root cause
Execute failed: java.io.IOException: CreateProcess: ssh lukas -l tmeggerl
mkdir -p lukas/javaprojects error=2\


 error 2 is file not found which implies that ssh is not on the command
line.

 --
--
 


 ...the problem is that ssh is not in the path, right?

 So, I have the very same error and I put ssh into the path (TTSH being
used)
 and same error. Am I missing something or is there something else going on
 here?

 Many thanks for any help,

 Ian.





 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.639 / Virus Database: 408 - Release Date: 22/03/2004




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


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.639 / Virus Database: 408 - Release Date: 22/03/2004

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.639 / Virus Database: 408 - Release Date: 22/03/2004


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