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 to

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. -Original Message- From: Dinko Hadzic [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 9:47 AM To: Maven Users List Subject

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 myRemoteServe

RE: email maven build log

2004-09-02 Thread Liu, Zhihai
g the maven specific capabilities of CruiseControl? i.e. rather than have something like -Original Message- From: Liu, Zhihai [mailto:[EMAIL PROTECTED] Sent: 02 September 2004 16:48 To: 'Maven Users List&#x

RE: email maven build log

2004-09-02 Thread Liu, Zhihai
-- From: Martijn Dashorst [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 10:39 AM To: Maven Users List Subject: Re: email maven build log Liu, Zhihai wrote: >Thank you, Dion. I heard of CruiseControl but am reluctant to switch to it >just because of this requirement. That's why

RE: email maven build log

2004-08-23 Thread Liu, Zhihai
List Subject: Re: email maven build log We use CruiseControl for this. On Mon, 23 Aug 2004 09:58:10 -0400, Liu, Zhihai <[EMAIL PROTECTED]> wrote: > 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 thinkin

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 and maven:reactor, but not sure if it will do the work. Thanks in advance. -

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

pom.siteDirectory

2004-08-10 Thread Liu, Zhihai
I wanted to define pom.siteDirectory in build.properties to overwrite 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 for in projec