<?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: PHP Continuous Integration with phpUnderControl</title>
	<atom:link href="http://michaelkimsal.com/blog/php-continuous-integration-with-phpundercontrol/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelkimsal.com/blog</link>
	<description>Web development and new media observations</description>
	<lastBuildDate>Sat, 13 Mar 2010 16:16:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mgkimsal</title>
		<link>http://michaelkimsal.com/blog/php-continuous-integration-with-phpundercontrol/comment-page-1/#comment-34243</link>
		<dc:creator>mgkimsal</dc:creator>
		<pubDate>Sat, 03 May 2008 12:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://michaelkimsal.com/blog/?page_id=522#comment-34243</guid>
		<description>Hey bholub - sorry I wasn&#039;t able to help, but I&#039;m glad you at least have a workaround!</description>
		<content:encoded><![CDATA[<p>Hey bholub &#8211; sorry I wasn&#8217;t able to help, but I&#8217;m glad you at least have a workaround!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bholub</title>
		<link>http://michaelkimsal.com/blog/php-continuous-integration-with-phpundercontrol/comment-page-1/#comment-34220</link>
		<dc:creator>bholub</dc:creator>
		<pubDate>Sat, 03 May 2008 06:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://michaelkimsal.com/blog/?page_id=522#comment-34220</guid>
		<description>I was able to find a real workaround by changing my exec&#039;s to target c:/php/php.exe and adding c:/php/phpdoc to the beginning of the arg line.... not very elegant, but it works. If anyone has a real solution I&#039;d appreciate it. Once again, sorry for the useless posts above.</description>
		<content:encoded><![CDATA[<p>I was able to find a real workaround by changing my exec&#8217;s to target c:/php/php.exe and adding c:/php/phpdoc to the beginning of the arg line&#8230;. not very elegant, but it works. If anyone has a real solution I&#8217;d appreciate it. Once again, sorry for the useless posts above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bholub</title>
		<link>http://michaelkimsal.com/blog/php-continuous-integration-with-phpundercontrol/comment-page-1/#comment-34105</link>
		<dc:creator>bholub</dc:creator>
		<pubDate>Thu, 01 May 2008 05:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://michaelkimsal.com/blog/?page_id=522#comment-34105</guid>
		<description>Sigh... ignore that last comment, that just made the command not run :) The build was successful... and no errors were thrown, but that&#039;s no good when nothing runs :) If you can just delete my (now-spammy) comments, I&#039;ll post a solution when I find one... or if you can provide one.

Thanks again,
Brian</description>
		<content:encoded><![CDATA[<p>Sigh&#8230; ignore that last comment, that just made the command not run <img src='http://michaelkimsal.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The build was successful&#8230; and no errors were thrown, but that&#8217;s no good when nothing runs <img src='http://michaelkimsal.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If you can just delete my (now-spammy) comments, I&#8217;ll post a solution when I find one&#8230; or if you can provide one.</p>
<p>Thanks again,<br />
Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bholub</title>
		<link>http://michaelkimsal.com/blog/php-continuous-integration-with-phpundercontrol/comment-page-1/#comment-34104</link>
		<dc:creator>bholub</dc:creator>
		<pubDate>Thu, 01 May 2008 04:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://michaelkimsal.com/blog/?page_id=522#comment-34104</guid>
		<description>I think I may have found an answer to my problem. I&#039;m not sure if it has anything to do with it, but my system is Windows XP running in a VMWare image on a Vista host (kinda crazy).

Anyway, adding os=&quot;Windows NT&quot; to the executable tag seems to make it work...</description>
		<content:encoded><![CDATA[<p>I think I may have found an answer to my problem. I&#8217;m not sure if it has anything to do with it, but my system is Windows XP running in a VMWare image on a Vista host (kinda crazy).</p>
<p>Anyway, adding os=&#8221;Windows NT&#8221; to the executable tag seems to make it work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bholub</title>
		<link>http://michaelkimsal.com/blog/php-continuous-integration-with-phpundercontrol/comment-page-1/#comment-34102</link>
		<dc:creator>bholub</dc:creator>
		<pubDate>Thu, 01 May 2008 03:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://michaelkimsal.com/blog/?page_id=522#comment-34102</guid>
		<description>I&#039;m having an issue on windows... I&#039;m going through the example app docs and I can get up through the &quot;checkout&quot; target. When I try any of the other targets I&#039;m getting the error: C:\Program Files\CruiseControl\projects\phpundercontrol.org\build.xml:12: Execute failed: java.io.IOException: Cannot run program &quot;phpdoc&quot; (in directory &quot;C:\Program Files\CruiseControl\projects\phpundercontrol.org\source&quot;): CreateProcess error=2, The system cannot find the file specified

I thought maybe it was a PATH issue, so I updated the build.xml file to exec &quot;c:/php/phpdoc&quot; instead and then I get: CreateProcess error=193, %1 is not a valid Win32 application

It must be something dumb, I&#039;m totally new to Java/ant/CruiseControl etc.

Little help?

Thanks,
Brian</description>
		<content:encoded><![CDATA[<p>I&#8217;m having an issue on windows&#8230; I&#8217;m going through the example app docs and I can get up through the &#8220;checkout&#8221; target. When I try any of the other targets I&#8217;m getting the error: C:\Program Files\CruiseControl\projects\phpundercontrol.org\build.xml:12: Execute failed: java.io.IOException: Cannot run program &#8220;phpdoc&#8221; (in directory &#8220;C:\Program Files\CruiseControl\projects\phpundercontrol.org\source&#8221;): CreateProcess error=2, The system cannot find the file specified</p>
<p>I thought maybe it was a PATH issue, so I updated the build.xml file to exec &#8220;c:/php/phpdoc&#8221; instead and then I get: CreateProcess error=193, %1 is not a valid Win32 application</p>
<p>It must be something dumb, I&#8217;m totally new to Java/ant/CruiseControl etc.</p>
<p>Little help?</p>
<p>Thanks,<br />
Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper Garnæs</title>
		<link>http://michaelkimsal.com/blog/php-continuous-integration-with-phpundercontrol/comment-page-1/#comment-33964</link>
		<dc:creator>Kasper Garnæs</dc:creator>
		<pubDate>Mon, 28 Apr 2008 20:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://michaelkimsal.com/blog/?page_id=522#comment-33964</guid>
		<description>I&#039;d like to use phpUnderControl for our larger projects but the effort required to install, configure  and maintain it is holding us back.

A hosted solution would be very interesting.</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to use phpUnderControl for our larger projects but the effort required to install, configure  and maintain it is holding us back.</p>
<p>A hosted solution would be very interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel Pichler</title>
		<link>http://michaelkimsal.com/blog/php-continuous-integration-with-phpundercontrol/comment-page-1/#comment-33849</link>
		<dc:creator>Manuel Pichler</dc:creator>
		<pubDate>Sat, 26 Apr 2008 14:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://michaelkimsal.com/blog/?page_id=522#comment-33849</guid>
		<description>Hello Michael,

really nice phpUnderControl post and some important hints on documentation lacks, that I will try to fix soon. You mention example build.xml and config.xml files that are already part of phpUnderControl and also linked within the main documentation.

http://www.phpunit.de/browser/phpUnderControl/trunk/docs/config.xml
http://www.phpunit.de/browser/phpUnderControl/trunk/docs/build.xml

Maybe you haven&#039;t found them before or you haven&#039;t found them useful and can suggest some enhancements?

Greetings

  Manuel</description>
		<content:encoded><![CDATA[<p>Hello Michael,</p>
<p>really nice phpUnderControl post and some important hints on documentation lacks, that I will try to fix soon. You mention example build.xml and config.xml files that are already part of phpUnderControl and also linked within the main documentation.</p>
<p><a href="http://www.phpunit.de/browser/phpUnderControl/trunk/docs/config.xml" rel="nofollow">http://www.phpunit.de/browser/phpUnderControl/trunk/docs/config.xml</a><br />
<a href="http://www.phpunit.de/browser/phpUnderControl/trunk/docs/build.xml" rel="nofollow">http://www.phpunit.de/browser/phpUnderControl/trunk/docs/build.xml</a></p>
<p>Maybe you haven&#8217;t found them before or you haven&#8217;t found them useful and can suggest some enhancements?</p>
<p>Greetings</p>
<p>  Manuel</p>
]]></content:encoded>
	</item>
</channel>
</rss>
