Re: How to continuous integrate Maven2 projects?

2006-11-25 Thread jiangshachina

Hi,
 not why you sent it twice within an hour
In fact, the mail list reported me that the post wasn't accepted by
[EMAIL PROTECTED]
Then I resent it.

 best to ping cruise control list. 
I have done.

a cup of Java, cheers!
Sha Jiang


Gisbert Amm-3 wrote:
 
 Dan Tran schrieb:
 not why you sent it twice within an hour best to ping cruise control
 list.
 
 That's what he did in parallel and also twice ;) However, the double 
 sending of the posting apparently happened by accident, not on purpose.
 
 -Gisbert
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/How-to-continuous-integrate-Maven2-projects--tf2690860s177.html#a7535590
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: How to continuous integrate Maven2 projects?

2006-11-23 Thread Gisbert Amm

Dan Tran schrieb:

not why you sent it twice within an hour best to ping cruise control
list.


That's what he did in parallel and also twice ;) However, the double 
sending of the posting apparently happened by accident, not on purpose.


-Gisbert



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



Re: [OT] How to continuous integrate Maven2 projects?

2006-11-23 Thread Gisbert Amm
Mike Clark recommends to write a delegating build script that does the 
initial checkout, see:


http://www.pragmaticprogrammer.com/starter_kit/au/scheduled.pdf

I strongly recommend to buy the whole book!

-Gisbert Amm

jiangshachina schrieb:

Hi guys,
I'm using CruiseControl 2.5 to continuous integrate Maven2 projects.
I'm blocked by the strategy of continuous integration.

For example, I have a Web application project and a pom.xml.
The POM has set scm element and maven-scm-plugin for CVS.

I set the following scripts to CC config.xml
modificationset quietperiod=30
  cvs cvsroot=${cvsroot} module=${module}/
/modificationset
and cvsroot=:pserver:name:[EMAIL PROTECTED]:port:repository
schedule interval=180
  maven2 mvnscript=E:/apache-maven-2.0.4/bin/mvn.bat
pomfile=${checkoutdir}/${project.name}/${moduld}/pom.xml
goal=scm:checkout clean package /
/schedule
I have not bootstrappers element.

But command mvn scm:scheckout would checkout files to
WebProject/target/checkout, but update the files in WebProject root.
If I changed checkoutDirectory to .(not target/checkout), CC reported that
cann't remove WebProject root directory.

I think my strategy for checkouting from CVS is wrong.
How to resolve the problem?
Thanks in advance!

a cup of Java, cheers!
Sha Jiang



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



Re: How to continuous integrate Maven2 projects?

2006-11-22 Thread Dan Tran

not why you sent it twice within an hour best to ping cruise control
list.


On 11/22/06, jiangshachina [EMAIL PROTECTED] wrote:



Hi guys,
I'm using CruiseControl 2.5 to continuous integrate Maven2 projects.
I'm blocked by the strategy of continuous integration.

For example, I have a Web application project and a pom.xml.
The POM has set scm element and maven-scm-plugin for CVS.

I set the following scripts to CC config.xml
modificationset quietperiod=30
cvs cvsroot=${cvsroot} module=${module}/
/modificationset
and cvsroot=:pserver:name:[EMAIL PROTECTED]:port:repository
schedule interval=180
maven2 mvnscript=E:/apache-maven-2.0.4/bin/mvn.bat
   pomfile=${checkoutdir}/${project.name}/${moduld}/pom.xml
   goal=scm:checkout clean package /
/schedule
I have not bootstrappers element.

But command mvn scm:scheckout would checkout files to
WebProject/target/checkout, but update the files in WebProject root.
If I changed checkoutDirectory to .(not target/checkout), CC reported
that
cann't remove WebProject root directory.

I think my strategy for checkouting from CVS is wrong.
How to resolve the problem?
Thanks in advance!

a cup of Java, cheers!
Sha Jiang
--
View this message in context:
http://www.nabble.com/How-to-continuous-integrate-Maven2-projects--tf2689815s177.html#a7500804
Sent from the Maven - Users mailing list archive at Nabble.com.


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