Maven RC2 and xdoc

2004-03-27 Thread Brian Enigma
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I upgraded from RC1 to RC2 today, and I thought I did everything correctly. I wiped out my ~/.maven/plugins folder (as per suggestions of other messages on the list). I also use a /usr/local/maven symlink, which used to point to the RC1 folder,

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: Execute failed: java.io.IOException: CreateProcess: "C:Program FilesTTERMPRO tssh.exe" http://blah -1 ian "mkdir -p http://blah error=123 Any ideas

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.htm

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://n

site:deploy goal fails?

2004-03-27 Thread Ian Black
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.org&msgId=809146 ---

Getting "java.lang.NoClassDefFoundError: antlr/TokenStreamException" running checkstype report in RC2

2004-03-27 Thread Paul Spencer
I am getting an "java.lang.NoClassDefFoundError: antlr/TokenStreamException" from the checkstyle report in Maven 1.0 RC2. Maven 1.0 RC1 work correctly. I am using the following command: maven -e clean checkstyle-report *** * Output from Maven *** C:\cvs_apache\jakarta-jetspeed-2\commons>mave