<?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/"
		>
<channel>
	<title>Comments on: Setting up continuous integration for PHP using Hudson and Phing</title>
	<atom:link href="http://www.davegardner.me.uk/blog/2009/11/09/continuous-integration-for-php-using-hudson-and-phing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davegardner.me.uk/blog/2009/11/09/continuous-integration-for-php-using-hudson-and-phing/</link>
	<description>Just behind the bleeding edge of PHP.</description>
	<lastBuildDate>Sun, 11 Sep 2011 18:49:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pura</title>
		<link>http://www.davegardner.me.uk/blog/2009/11/09/continuous-integration-for-php-using-hudson-and-phing/comment-page-1/#comment-1616</link>
		<dc:creator>Pura</dc:creator>
		<pubDate>Thu, 07 Apr 2011 09:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=5#comment-1616</guid>
		<description>Hi Dave

Any suggestion on my question above ?  (I should have saide Phing Script rather than just script, in the previous post)

Thanks
Pura</description>
		<content:encoded><![CDATA[<p>Hi Dave</p>
<p>Any suggestion on my question above ?  (I should have saide Phing Script rather than just script, in the previous post)</p>
<p>Thanks<br />
Pura</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.davegardner.me.uk/blog/2009/11/09/continuous-integration-for-php-using-hudson-and-phing/comment-page-1/#comment-1615</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 06 Apr 2011 11:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=5#comment-1615</guid>
		<description>I should update the post really, now that we have the Jenkins/Hudson split! Thanks for pointing this out.</description>
		<content:encoded><![CDATA[<p>I should update the post really, now that we have the Jenkins/Hudson split! Thanks for pointing this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pura</title>
		<link>http://www.davegardner.me.uk/blog/2009/11/09/continuous-integration-for-php-using-hudson-and-phing/comment-page-1/#comment-1614</link>
		<dc:creator>Pura</dc:creator>
		<pubDate>Wed, 06 Apr 2011 09:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=5#comment-1614</guid>
		<description>Thanks. It&#039;s a very helpful article. But I&#039;ve a question. 
I&#039;ve an application build on Zend Framework and file structure of tests is pretty much like application structure. 

tests
----modules
--------default
------------controllers
----------------aControllerTest.php
------------models
----------------aModelTest.php
----------------a2ModelTest.php
----------------resources
---------------------aResourceModelTest.php
--------anothermodule
------------controllers
and same......

So, in the script above you&#039;ve got a line as follows under the target phpunit.


My questions are:
1. How would I change the line above to adopt my file structure? In other words what i replace $(ws}/source/tests with?

2. Where in the script I specify, these are the tests and these are the fileset tested?

Your help would complete my CI integration and appreciated a lot. 

TIA.
P</description>
		<content:encoded><![CDATA[<p>Thanks. It&#8217;s a very helpful article. But I&#8217;ve a question.<br />
I&#8217;ve an application build on Zend Framework and file structure of tests is pretty much like application structure. </p>
<p>tests<br />
&#8212;-modules<br />
&#8212;&#8212;&#8211;default<br />
&#8212;&#8212;&#8212;&#8212;controllers<br />
&#8212;&#8212;&#8212;&#8212;&#8212;-aControllerTest.php<br />
&#8212;&#8212;&#8212;&#8212;models<br />
&#8212;&#8212;&#8212;&#8212;&#8212;-aModelTest.php<br />
&#8212;&#8212;&#8212;&#8212;&#8212;-a2ModelTest.php<br />
&#8212;&#8212;&#8212;&#8212;&#8212;-resources<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;aResourceModelTest.php<br />
&#8212;&#8212;&#8211;anothermodule<br />
&#8212;&#8212;&#8212;&#8212;controllers<br />
and same&#8230;&#8230;</p>
<p>So, in the script above you&#8217;ve got a line as follows under the target phpunit.</p>
<p>My questions are:<br />
1. How would I change the line above to adopt my file structure? In other words what i replace $(ws}/source/tests with?</p>
<p>2. Where in the script I specify, these are the tests and these are the fileset tested?</p>
<p>Your help would complete my CI integration and appreciated a lot. </p>
<p>TIA.<br />
P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A.J. Brown</title>
		<link>http://www.davegardner.me.uk/blog/2009/11/09/continuous-integration-for-php-using-hudson-and-phing/comment-page-1/#comment-1604</link>
		<dc:creator>A.J. Brown</dc:creator>
		<pubDate>Wed, 30 Mar 2011 20:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=5#comment-1604</guid>
		<description>@Dave,

If you install using your instructions within this article on CentOS, it will be Jenkins that&#039;s installed, not Hudson.

You will have to do &quot;service start jenkins&quot;.</description>
		<content:encoded><![CDATA[<p>@Dave,</p>
<p>If you install using your instructions within this article on CentOS, it will be Jenkins that&#8217;s installed, not Hudson.</p>
<p>You will have to do &#8220;service start jenkins&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.davegardner.me.uk/blog/2009/11/09/continuous-integration-for-php-using-hudson-and-phing/comment-page-1/#comment-1550</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 16 Mar 2011 12:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=5#comment-1550</guid>
		<description>Not strictly true. Jenkins is forked from Hudson after a dispute with Oracle, however both projects will continue to exist.
&lt;a href=&quot;http://en.wikipedia.org/wiki/Jenkins_%28software%29&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Jenkins_%28software%29&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Not strictly true. Jenkins is forked from Hudson after a dispute with Oracle, however both projects will continue to exist.<br />
<a href="http://en.wikipedia.org/wiki/Jenkins_%28software%29" rel="nofollow">http://en.wikipedia.org/wiki/Jenkins_%28software%29</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laoneo</title>
		<link>http://www.davegardner.me.uk/blog/2009/11/09/continuous-integration-for-php-using-hudson-and-phing/comment-page-1/#comment-1549</link>
		<dc:creator>Laoneo</dc:creator>
		<pubDate>Wed, 16 Mar 2011 11:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=5#comment-1549</guid>
		<description>It is called now Jenkins and not hudson anymore</description>
		<content:encoded><![CDATA[<p>It is called now Jenkins and not hudson anymore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.davegardner.me.uk/blog/2009/11/09/continuous-integration-for-php-using-hudson-and-phing/comment-page-1/#comment-635</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 07 Oct 2010 08:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=5#comment-635</guid>
		<description>Which version of PHPUnit? I know there was some issue recently with PHPUnit 3.5. However it sounds like you have a different issue.</description>
		<content:encoded><![CDATA[<p>Which version of PHPUnit? I know there was some issue recently with PHPUnit 3.5. However it sounds like you have a different issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.davegardner.me.uk/blog/2009/11/09/continuous-integration-for-php-using-hudson-and-phing/comment-page-1/#comment-623</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 28 Sep 2010 19:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=5#comment-623</guid>
		<description>I got everything setup, but I&#039;m having one problem.  I am unable to execute my PHPUnit Phing target via Hudson.  It works fine via command line, but gives this error when running in Hudson (same build.xml):

strpos(): Empty delimiter

It seems to happen when the $this-&gt;dispatch(...) method is executed.

Anyone have any ideas?  I&#039;ve been working on this for two days and it&#039;s driving me crazy!</description>
		<content:encoded><![CDATA[<p>I got everything setup, but I&#8217;m having one problem.  I am unable to execute my PHPUnit Phing target via Hudson.  It works fine via command line, but gives this error when running in Hudson (same build.xml):</p>
<p>strpos(): Empty delimiter</p>
<p>It seems to happen when the $this-&gt;dispatch(&#8230;) method is executed.</p>
<p>Anyone have any ideas?  I&#8217;ve been working on this for two days and it&#8217;s driving me crazy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olle Jonsson</title>
		<link>http://www.davegardner.me.uk/blog/2009/11/09/continuous-integration-for-php-using-hudson-and-phing/comment-page-1/#comment-607</link>
		<dc:creator>Olle Jonsson</dc:creator>
		<pubDate>Thu, 09 Sep 2010 07:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=5#comment-607</guid>
		<description>Depending on one&#039;s requirements, phpUnderControl could be interesting as a more &quot;shrink-wrapped&quot; alternative.

http://phpundercontrol.org/

&quot;phpUnderControl is an addon application for the continuous integration tool CruiseControl, which integrates some of the best PHP development tools. This project aims to make your first steps with CruiseControl and PHP  as easy as possible. Therefore phpUnderControl comes with a command line tool that performs all modifications to an existing CruiseControl installation.&quot;</description>
		<content:encoded><![CDATA[<p>Depending on one&#8217;s requirements, phpUnderControl could be interesting as a more &#8220;shrink-wrapped&#8221; alternative.</p>
<p><a href="http://phpundercontrol.org/" rel="nofollow">http://phpundercontrol.org/</a></p>
<p>&#8220;phpUnderControl is an addon application for the continuous integration tool CruiseControl, which integrates some of the best PHP development tools. This project aims to make your first steps with CruiseControl and PHP  as easy as possible. Therefore phpUnderControl comes with a command line tool that performs all modifications to an existing CruiseControl installation.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kwasi</title>
		<link>http://www.davegardner.me.uk/blog/2009/11/09/continuous-integration-for-php-using-hudson-and-phing/comment-page-1/#comment-606</link>
		<dc:creator>Kwasi</dc:creator>
		<pubDate>Thu, 02 Sep 2010 18:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=5#comment-606</guid>
		<description>I can&#039;t seem to set PHING_HOME I get message directory doesn&#039;t seem like phing home. Though I&#039;m point to location phing was installed too.

Can an one help me with this issue:

I&#039;m running hudson 1.374</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to set PHING_HOME I get message directory doesn&#8217;t seem like phing home. Though I&#8217;m point to location phing was installed too.</p>
<p>Can an one help me with this issue:</p>
<p>I&#8217;m running hudson 1.374</p>
]]></content:encoded>
	</item>
</channel>
</rss>

