<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:coop="http://www.google.com/coop/namespace"
		>
<channel>
	<title>Comments on: Configuring &quot;Cruise Control&quot; with &quot;Maven2&quot; and &quot;Subversion 1.4.6&quot; for continuous build environment</title>
	<atom:link href="http://minddiary.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>There is only one way to learn. It&#039;s through action!</description>
	<lastBuildDate>Sat, 05 Dec 2009 01:07:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lijin</title>
		<link>http://minddiary.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-549</link>
		<dc:creator>Lijin</dc:creator>
		<pubDate>Thu, 30 Apr 2009 05:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-549</guid>
		<description>@Taresa

Q1. I actually haven’t heard of Cruise Control and was wondering if you can check the files out of svn and build/deploy them from maven without using cc?

Cruise Control is using for Continuous Integration. If you want to keep track your Build system then u can use CC. You can schedule your builds in this. For example while checking in some files, after a certain time etc. Configure emails also regarding with this build result. A lot more to say about this…

Q2. since we are just now implementing maven, what you suggest the best way to create poms for the existing project be

Plugins will be very useful in this case. Now we have so many maven plugins for eclipse and netbeans also. If you are starting a new project then this plugin will create you a template and you need to add more dependencies. If you are changing an existing project to maven then you need to spend some time to create POM. The Parent option will helpful to you to reduce POM works for the Child projects.</description>
		<content:encoded><![CDATA[<p>@Taresa</p>
<p>Q1. I actually haven’t heard of Cruise Control and was wondering if you can check the files out of svn and build/deploy them from maven without using cc?</p>
<p>Cruise Control is using for Continuous Integration. If you want to keep track your Build system then u can use CC. You can schedule your builds in this. For example while checking in some files, after a certain time etc. Configure emails also regarding with this build result. A lot more to say about this…</p>
<p>Q2. since we are just now implementing maven, what you suggest the best way to create poms for the existing project be</p>
<p>Plugins will be very useful in this case. Now we have so many maven plugins for eclipse and netbeans also. If you are starting a new project then this plugin will create you a template and you need to add more dependencies. If you are changing an existing project to maven then you need to spend some time to create POM. The Parent option will helpful to you to reduce POM works for the Child projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lijin</title>
		<link>http://minddiary.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-548</link>
		<dc:creator>Lijin</dc:creator>
		<pubDate>Thu, 30 Apr 2009 05:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-548</guid>
		<description>@Taresa

Q1. I actually haven&#039;t heard of Cruise Control and was wondering if you can check the files out of svn and build/deploy them from maven without using cc?

Cruise Control is using for Continuous Integration. If you want to keep track your Build system then u can use CC. You can schedule your builds in this. For example while checking in some files, after a certain time etc. Configure emails also regarding with this build result. A lot more to say about this...

Q2. since we are just now implementing maven, what you suggest the best way to create poms for the existing project be

Plugins will be very useful in this case. Now we have so many maven plugins for eclipse and netbeans also. If you are starting a new project then this plugin will create you a template and you need to add more dependencies. If you are changing  an existing project to maven then you need to spend some time to create POM. The Parent option will helpful to  you to reduce POM works for the Child projects.</description>
		<content:encoded><![CDATA[<p>@Taresa</p>
<p>Q1. I actually haven&#8217;t heard of Cruise Control and was wondering if you can check the files out of svn and build/deploy them from maven without using cc?</p>
<p>Cruise Control is using for Continuous Integration. If you want to keep track your Build system then u can use CC. You can schedule your builds in this. For example while checking in some files, after a certain time etc. Configure emails also regarding with this build result. A lot more to say about this&#8230;</p>
<p>Q2. since we are just now implementing maven, what you suggest the best way to create poms for the existing project be</p>
<p>Plugins will be very useful in this case. Now we have so many maven plugins for eclipse and netbeans also. If you are starting a new project then this plugin will create you a template and you need to add more dependencies. If you are changing  an existing project to maven then you need to spend some time to create POM. The Parent option will helpful to  you to reduce POM works for the Child projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teresa</title>
		<link>http://minddiary.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-547</link>
		<dc:creator>Teresa</dc:creator>
		<pubDate>Thu, 30 Apr 2009 00:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-547</guid>
		<description>Hi Lijin,

This site is great!  Thanks for posting so much valuable information.  I&#039;m fairly new to deployment methodologies but have decided to go with maven2.  I have a few questions I was hoping you wouldn&#039;t mind answering for me.  First off, I have a Java Enterprise application that I need to deploy to a glassfish server for both development and production environments.  Currently, we are using svn for our version control and netbeans 6.5 for our ide.  So obviously this blog interested me.  I actually haven&#039;t heard of Cruise Control and was wondering if you can check the files out of svn and build/deploy them from maven without using cc?  Also, since we are just now implementing maven, what you suggest the best way to create poms for the existing project be.  I know netbeans has a maven plugin, but I haven&#039;t had much time to play with it yet.  Thank you so much!</description>
		<content:encoded><![CDATA[<p>Hi Lijin,</p>
<p>This site is great!  Thanks for posting so much valuable information.  I&#8217;m fairly new to deployment methodologies but have decided to go with maven2.  I have a few questions I was hoping you wouldn&#8217;t mind answering for me.  First off, I have a Java Enterprise application that I need to deploy to a glassfish server for both development and production environments.  Currently, we are using svn for our version control and netbeans 6.5 for our ide.  So obviously this blog interested me.  I actually haven&#8217;t heard of Cruise Control and was wondering if you can check the files out of svn and build/deploy them from maven without using cc?  Also, since we are just now implementing maven, what you suggest the best way to create poms for the existing project be.  I know netbeans has a maven plugin, but I haven&#8217;t had much time to play with it yet.  Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vck</title>
		<link>http://minddiary.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-544</link>
		<dc:creator>vck</dc:creator>
		<pubDate>Fri, 27 Feb 2009 05:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-544</guid>
		<description>Here goes the config.xml..the site removed the stuff within

 (project name=&quot;myproj&quot; buildafterfailed=&quot;false&quot;)

    (property name=&quot;log.dir&quot; value=&quot;./logs/${project.name}&quot;/)
	(property name=&quot;projects.dir&quot; value=&quot;./projects&quot;/)
	(property name=&quot;projects.checkout.dir&quot; value=&quot;${projects.dir}&quot;/)
	(property name=&quot;project.log.dir&quot; value=&quot;${projects.dir}/logs/${project.name}&quot;/)
	(property name=&quot;maven.home&quot; value=&quot;/xxx/apache-maven-2.0.9&quot;/)
	(property name=&quot;ant.home&quot; value=&quot;/xxx/cruisecontrol-bin-2.8.2/apache-ant-1.7.0&quot;/)
	(property name=&quot;schedule.interval&quot; value=&quot;600&quot;/)
	(property name=&quot;quiet.period&quot; value=&quot;300&quot;/)
	(schedule interval=&quot;120&quot;)
(composite)
		(exec command=&quot;/xxx/envsetup.sh&quot; workingdir=&quot;/xxx/cruisecontrol-bin-2.8.2/&quot;/)

    	(maven2 mvnhome=&quot;${maven.home}&quot; pomfile=&quot;projects/${project.name}/pom.xml&quot; goal=&quot;clean install&quot;/)


(/composite)

    (/schedule)</description>
		<content:encoded><![CDATA[<p>Here goes the config.xml..the site removed the stuff within</p>
<p> (project name=&#8221;myproj&#8221; buildafterfailed=&#8221;false&#8221;)</p>
<p>    (property name=&#8221;log.dir&#8221; value=&#8221;./logs/${project.name}&#8221;/)<br />
	(property name=&#8221;projects.dir&#8221; value=&#8221;./projects&#8221;/)<br />
	(property name=&#8221;projects.checkout.dir&#8221; value=&#8221;${projects.dir}&#8221;/)<br />
	(property name=&#8221;project.log.dir&#8221; value=&#8221;${projects.dir}/logs/${project.name}&#8221;/)<br />
	(property name=&#8221;maven.home&#8221; value=&#8221;/xxx/apache-maven-2.0.9&#8243;/)<br />
	(property name=&#8221;ant.home&#8221; value=&#8221;/xxx/cruisecontrol-bin-2.8.2/apache-ant-1.7.0&#8243;/)<br />
	(property name=&#8221;schedule.interval&#8221; value=&#8221;600&#8243;/)<br />
	(property name=&#8221;quiet.period&#8221; value=&#8221;300&#8243;/)<br />
	(schedule interval=&#8221;120&#8243;)<br />
(composite)<br />
		(exec command=&#8221;/xxx/envsetup.sh&#8221; workingdir=&#8221;/xxx/cruisecontrol-bin-2.8.2/&#8221;/)</p>
<p>    	(maven2 mvnhome=&#8221;${maven.home}&#8221; pomfile=&#8221;projects/${project.name}/pom.xml&#8221; goal=&#8221;clean install&#8221;/)</p>
<p>(/composite)</p>
<p>    (/schedule)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vck</title>
		<link>http://minddiary.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-543</link>
		<dc:creator>vck</dc:creator>
		<pubDate>Fri, 27 Feb 2009 05:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-543</guid>
		<description>Hi,

First of all, let me thank you for sharing this guide.

I am facing some issues and hope that someone will help me out here :

My requirement : I need to set a few path variables before kicking of my maven build.
So here is my config.xml






















What s happening is that the script seems to have run, but the props are not set because my build fails and says ${version} not set.(this is one of the path variables in envsetup.sh).

If I replace the exec command with

OR


It still fails, could someone pls help me out here

TIA
vck</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First of all, let me thank you for sharing this guide.</p>
<p>I am facing some issues and hope that someone will help me out here :</p>
<p>My requirement : I need to set a few path variables before kicking of my maven build.<br />
So here is my config.xml</p>
<p>What s happening is that the script seems to have run, but the props are not set because my build fails and says ${version} not set.(this is one of the path variables in envsetup.sh).</p>
<p>If I replace the exec command with</p>
<p>OR</p>
<p>It still fails, could someone pls help me out here</p>
<p>TIA<br />
vck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Chen</title>
		<link>http://minddiary.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-545</link>
		<dc:creator>John Chen</dc:creator>
		<pubDate>Tue, 24 Feb 2009 19:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-545</guid>
		<description>Anyone has any idea why the &quot;Date of Build&quot; is in GMT? I verified the java default timezone is correctly defined, but the build still show GMT. I have CC 2.8.2 and Maven2. Thank you,</description>
		<content:encoded><![CDATA[<p>Anyone has any idea why the &#8220;Date of Build&#8221; is in GMT? I verified the java default timezone is correctly defined, but the build still show GMT. I have CC 2.8.2 and Maven2. Thank you,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: One of the user...</title>
		<link>http://minddiary.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-546</link>
		<dc:creator>One of the user...</dc:creator>
		<pubDate>Sun, 15 Feb 2009 15:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-546</guid>
		<description>Amazing post... thanks for publishing all the info in detail.</description>
		<content:encoded><![CDATA[<p>Amazing post&#8230; thanks for publishing all the info in detail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://minddiary.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-542</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 19 Sep 2008 22:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-542</guid>
		<description>how to configure Cruise Control with Maven 1 project?</description>
		<content:encoded><![CDATA[<p>how to configure Cruise Control with Maven 1 project?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UHF</title>
		<link>http://minddiary.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-541</link>
		<dc:creator>UHF</dc:creator>
		<pubDate>Thu, 18 Sep 2008 15:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-541</guid>
		<description>This site removes stuff that looks like HTML. I&#039;ll try again:

(exec command=&quot;svn&quot; args=&quot;update&quot; workingdir=&quot;${project.dir}/xyz&quot;/)

replace the () with angle brackets.</description>
		<content:encoded><![CDATA[<p>This site removes stuff that looks like HTML. I&#8217;ll try again:</p>
<p>(exec command=&#8221;svn&#8221; args=&#8221;update&#8221; workingdir=&#8221;${project.dir}/xyz&#8221;/)</p>
<p>replace the () with angle brackets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UHF</title>
		<link>http://minddiary.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-540</link>
		<dc:creator>UHF</dc:creator>
		<pubDate>Thu, 18 Sep 2008 15:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/04/29/configuring-cruise-control-with-maven2-and-svn-146-for-continuous-build-environment/#comment-540</guid>
		<description>You can do a SVN update using:</description>
		<content:encoded><![CDATA[<p>You can do a SVN update using:</p>
]]></content:encoded>
	</item>
</channel>
</rss>
