RE: How to schedule a nightly build in Maven

2004-09-09 Thread Liu, Zhihai
You can use MavenBuilder in CC like this. I got this tip from this list. schedule maven mavenscript=c:\maven-1.0\bin\maven.bat projectfile=checkout/myapp/project.xml goal=clean:clean test:test time=2330 / pause day=saturday starttime=

RE: checkout-project error=2

2004-09-09 Thread Liu, Zhihai
most likely it means that cvs executable is not in path. -Original Message- From: Henderson, Jerry L [CC] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 1:57 PM To: Maven Users List Subject: scm:checkout-project error=2 Help. When I try to run maven scm:checkout-project

remote jboss:deploy-warfile

2004-09-08 Thread Liu, Zhihai
I use jboss:deploy-warfile to create and deploy a web application. I got it work on localhost. Then I wanted to deploy it to a remote JBoss by changing maven.jboss.hostname, but it failed. With the following url in the error log, I think it is looking for the war file on C drive on

RE: email maven build log

2004-09-02 Thread Liu, Zhihai
:\fo_tcw_fip\TCW/project.xml mavenscript=C:/Progra~1/Apache~1/Maven1~1.0-R/bin/maven / /schedule -Original Message- From: Liu, Zhihai [mailto:[EMAIL PROTECTED] Sent: 02 September 2004 16:48 To: 'Maven Users List' Subject: RE: email maven build log Thank you, Martijn. I followed your

email maven build log

2004-08-23 Thread Liu, Zhihai
We have a scheduled nightly build. Is there a way to save the build information in a log file and send it by email? I am thinking of using nagEmailAddress and maven:reactor, but not sure if it will do the work. Thanks in advance.

pom.siteDirectory

2004-08-10 Thread Liu, Zhihai
I wanted to define pom.siteDirectory in build.properties to overwrite siteDirectory in project.xml to deploy to a different location, but it did not work. This is what I have in build.properties ... maven.site.deploy.method=fs pom.siteDirectory=C:/app/site ... Maven build always uses the value

RE: pom.siteDirectory

2004-08-10 Thread Liu, Zhihai
Eric, thanks for the prompt response. It works. -Original Message- From: Erik Husby [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 4:11 PM To: Maven Users List Subject: Re: pom.siteDirectory Liu, Zhihai wrote: I wanted to define pom.siteDirectory in build.properties