<?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: Continuos Integration for XCode projects</title>
	<atom:link href="http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/</link>
	<description>Sharing Experience</description>
	<lastBuildDate>Sun, 12 Feb 2012 05:23:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: CI with Jenkins for iOS apps + build distribution via testflightapp tutorial &#124; Shine Technologies Blog</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-78381</link>
		<dc:creator>CI with Jenkins for iOS apps + build distribution via testflightapp tutorial &#124; Shine Technologies Blog</dc:creator>
		<pubDate>Thu, 23 Jun 2011 11:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-78381</guid>
		<description>[...] from the command line and sending its output to the excellent ocunit2junit.rb script created by Christian Hedin.  Which converts the ocunit test output into the same xml format that is used by [...]</description>
		<content:encoded><![CDATA[<p>[...] from the command line and sending its output to the excellent ocunit2junit.rb script created by Christian Hedin.  Which converts the ocunit test output into the same xml format that is used by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-78246</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Wed, 18 May 2011 16:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-78246</guid>
		<description>Xcode definitely has its pluses and minuses like anything else. Online apps like the &lt;a href=&quot;http://www.us.logicalis.com/tools/it-rating-calculator/calculator.aspx&quot; rel=&quot;nofollow&quot;&gt;IT calculator&lt;/a&gt; seem to be more popular because they are easy to code and functional.</description>
		<content:encoded><![CDATA[<p>Xcode definitely has its pluses and minuses like anything else. Online apps like the <a href="http://www.us.logicalis.com/tools/it-rating-calculator/calculator.aspx" rel="nofollow">IT calculator</a> seem to be more popular because they are easy to code and functional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guido</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-77368</link>
		<dc:creator>Guido</dc:creator>
		<pubDate>Wed, 02 Mar 2011 19:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-77368</guid>
		<description>Hi,
This is really a perfect tutorial, especially the tool ocunit2junit.rb works like a charme. I use it directly in XCode to beautify my test-results. In XCode 4 it&#039;s sometimes a little bit ugly to find the real reason for a unit test failure when working with OCMockObjects and Google Toolbox. You always have to leave your sources and go to the latest log. Now I just open a browser window and show the test results after converting your test-results with ant-&gt;junitreport.

One great improvement of your script would be to also add the next lines of the log to the error message until a line starts with &quot;tests_errors[&quot; When working with OCMock in these lines the methods are printed to the log, which were not called although they were expected to be called. Now I unfortunately only see the information, that two expected methods were not called.

But (thumbs up)! :)
Guido</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This is really a perfect tutorial, especially the tool ocunit2junit.rb works like a charme. I use it directly in XCode to beautify my test-results. In XCode 4 it&#8217;s sometimes a little bit ugly to find the real reason for a unit test failure when working with OCMockObjects and Google Toolbox. You always have to leave your sources and go to the latest log. Now I just open a browser window and show the test results after converting your test-results with ant-&gt;junitreport.</p>
<p>One great improvement of your script would be to also add the next lines of the log to the error message until a line starts with &#8220;tests_errors[&#8221; When working with OCMock in these lines the methods are printed to the log, which were not called although they were expected to be called. Now I unfortunately only see the information, that two expected methods were not called.</p>
<p>But (thumbs up)! <img src='http://blog.jayway.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Guido</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darvell</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-76743</link>
		<dc:creator>Darvell</dc:creator>
		<pubDate>Tue, 08 Feb 2011 20:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-76743</guid>
		<description>This was VERY useful, thanks so much. I also confirmed this works fine with SVN. I get an autobuild to run when the SVN archive is updated and the script correctly strips out my unit test errors/passes. Awesome job!</description>
		<content:encoded><![CDATA[<p>This was VERY useful, thanks so much. I also confirmed this works fine with SVN. I get an autobuild to run when the SVN archive is updated and the script correctly strips out my unit test errors/passes. Awesome job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iOS: Running Unit Tests with Code Coverage in Hudson &#171; Software Noise</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-65902</link>
		<dc:creator>iOS: Running Unit Tests with Code Coverage in Hudson &#171; Software Noise</dc:creator>
		<pubDate>Sun, 14 Nov 2010 16:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-65902</guid>
		<description>[...] an automatic clean build from XCode, it does not take much to run in from Hudson. Quite useful was this article. It shows how to use xcodebuild to run an XCode project without XCode. It also provides a small [...]</description>
		<content:encoded><![CDATA[<p>[...] an automatic clean build from XCode, it does not take much to run in from Hudson. Quite useful was this article. It shows how to use xcodebuild to run an XCode project without XCode. It also provides a small [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristofer</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-62289</link>
		<dc:creator>Kristofer</dc:creator>
		<pubDate>Mon, 25 Oct 2010 11:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-62289</guid>
		<description>I think I got it working! I had set up the Hudson config according to another tutorial (very similar to yours), and the SDK setting in the build script was missing. 

Got it working by setting it to 4.0, while 3.2 failed due to some weird bug (see http://stackoverflow.com/questions/1364456/xcode-3-2-in-snow-leopard-hangs-running-unit-tests).

Thanks!</description>
		<content:encoded><![CDATA[<p>I think I got it working! I had set up the Hudson config according to another tutorial (very similar to yours), and the SDK setting in the build script was missing. </p>
<p>Got it working by setting it to 4.0, while 3.2 failed due to some weird bug (see <a href="http://stackoverflow.com/questions/1364456/xcode-3-2-in-snow-leopard-hangs-running-unit-tests" rel="nofollow">http://stackoverflow.com/questions/1364456/xcode-3-2-in-snow-leopard-hangs-running-unit-tests</a>).</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristofer</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-62277</link>
		<dc:creator>Kristofer</dc:creator>
		<pubDate>Mon, 25 Oct 2010 10:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-62277</guid>
		<description>Thanks for a nice tutorial! 

I&#039;m having problems with my test reports, though. To be more precise, I&#039;m not getting any reports at all.

I&#039;ve got a simple project set up with a single test. It runs smoothly in Xcode, giving me the test results in the Build result panel. But nothing gets printed to the debugger console - is that a requirement for the Hudson report to work?

I&#039;m getting the following error (same as Mark mentions above):
...
 setenv YACC /Developer/usr/bin/yacc
    /bin/sh -c /opt/local/var/db/hudson/jobs/VCC/workspace/build/VCC.build/Debug-iphoneos/LogicTests.build/Script-3D431BAF1271C6EA00CC02E7.sh

** BUILD SUCCEEDED **

Recording test results
No test report files were found. Configuration error?
Finished: FAILURE


I&#039;ve Googled for a while now, but can&#039;t find any way to get the tests output the results in any other way... 

(I&#039;m using the OCTest framework.)

Very grateful for any reply!</description>
		<content:encoded><![CDATA[<p>Thanks for a nice tutorial! </p>
<p>I&#8217;m having problems with my test reports, though. To be more precise, I&#8217;m not getting any reports at all.</p>
<p>I&#8217;ve got a simple project set up with a single test. It runs smoothly in Xcode, giving me the test results in the Build result panel. But nothing gets printed to the debugger console &#8211; is that a requirement for the Hudson report to work?</p>
<p>I&#8217;m getting the following error (same as Mark mentions above):<br />
&#8230;<br />
 setenv YACC /Developer/usr/bin/yacc<br />
    /bin/sh -c /opt/local/var/db/hudson/jobs/VCC/workspace/build/VCC.build/Debug-iphoneos/LogicTests.build/Script-3D431BAF1271C6EA00CC02E7.sh</p>
<p>** BUILD SUCCEEDED **</p>
<p>Recording test results<br />
No test report files were found. Configuration error?<br />
Finished: FAILURE</p>
<p>I&#8217;ve Googled for a while now, but can&#8217;t find any way to get the tests output the results in any other way&#8230; </p>
<p>(I&#8217;m using the OCTest framework.)</p>
<p>Very grateful for any reply!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-58564</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 01 Oct 2010 15:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-58564</guid>
		<description>Christian
Have you tried to get Code Coverage working with your setup?    I have Unit testing working fine, but following stuff I&#039;ve read, I haven&#039;t been able to get Code Coverage to work.   I keep getting &quot;Skipping Cobertura coverage report as build was not SUCCESS or better&quot;</description>
		<content:encoded><![CDATA[<p>Christian<br />
Have you tried to get Code Coverage working with your setup?    I have Unit testing working fine, but following stuff I&#8217;ve read, I haven&#8217;t been able to get Code Coverage to work.   I keep getting &#8220;Skipping Cobertura coverage report as build was not SUCCESS or better&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Continuous iPhone Application Integration with my buddy Hudson and Xcode&#8230; and then some &#171; just another developer</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-50230</link>
		<dc:creator>Continuous iPhone Application Integration with my buddy Hudson and Xcode&#8230; and then some &#171; just another developer</dc:creator>
		<pubDate>Fri, 30 Jul 2010 10:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-50230</guid>
		<description>[...] it lol, I just found this &#8211; http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/   Tags: continuous integration, deployment, hudson, svn, xcode    Share this post!  Twitter Digg [...]</description>
		<content:encoded><![CDATA[<p>[...] it lol, I just found this &#8211; <a href="http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/" rel="nofollow">http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/</a>   Tags: continuous integration, deployment, hudson, svn, xcode    Share this post!  Twitter Digg [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cocoa, Hudson CI and Xcode - go green &#124; manicwave.com</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-27905</link>
		<dc:creator>Cocoa, Hudson CI and Xcode - go green &#124; manicwave.com</dc:creator>
		<pubDate>Tue, 02 Mar 2010 04:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-27905</guid>
		<description>[...] screwed up more than a few times getting my apps to build in Hudson.  There are more than a few pages on the web that illustrate Cocoa/Hudson [...]</description>
		<content:encoded><![CDATA[<p>[...] screwed up more than a few times getting my apps to build in Hudson.  There are more than a few pages on the web that illustrate Cocoa/Hudson [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-26874</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-26874</guid>
		<description>Got it to work.    Using a remote build is a little tricky.   I just had to figure out where the build was really being compiled from, so I wrote a little build script and attached it to my project.    This is a really cool script.    Thanks everyone and especially you Christian for putting together this tutorial.   I&#039;ve learned a lot.</description>
		<content:encoded><![CDATA[<p>Got it to work.    Using a remote build is a little tricky.   I just had to figure out where the build was really being compiled from, so I wrote a little build script and attached it to my project.    This is a really cool script.    Thanks everyone and especially you Christian for putting together this tutorial.   I&#8217;ve learned a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-26735</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 23 Feb 2010 05:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-26735</guid>
		<description>Do I have to install JUnit?    Everything works just fine if I don&#039;t click on &quot;Publish JUnit test result report&quot;   test-reports/*.xml still generates errors either running Hudson locally java -jar hudson.war or Remote(Ubuntu)   Any other suggestions?    Here is the command I&#039;m executing

cd ~/SourceControl/Calculator
xcodebuild -target &quot;UnitTests&quot; -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.3.sdk/ -configuration &quot;Debug&quot; &#124; /usr/local/bin/ocunit2junit.rb</description>
		<content:encoded><![CDATA[<p>Do I have to install JUnit?    Everything works just fine if I don&#8217;t click on &#8220;Publish JUnit test result report&#8221;   test-reports/*.xml still generates errors either running Hudson locally java -jar hudson.war or Remote(Ubuntu)   Any other suggestions?    Here is the command I&#8217;m executing</p>
<p>cd ~/SourceControl/Calculator<br />
xcodebuild -target &#8220;UnitTests&#8221; -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.3.sdk/ -configuration &#8220;Debug&#8221; | /usr/local/bin/ocunit2junit.rb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-26618</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 22 Feb 2010 13:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-26618</guid>
		<description>Thanks Christian.   I&#039;ll try this without using Ubuntu tonight when I return from work.</description>
		<content:encoded><![CDATA[<p>Thanks Christian.   I&#8217;ll try this without using Ubuntu tonight when I return from work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Hedin</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-26573</link>
		<dc:creator>Christian Hedin</dc:creator>
		<pubDate>Mon, 22 Feb 2010 06:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-26573</guid>
		<description>The first time you enter test-reports/*.xml Hudson will complain that the folder doesn&#039;t exist, but as long as your XCode build actually produces some unit test output the folder will be created and all will go well. I created a new project setup just yesterday so I&#039;m pretty sure it works as described in the guide.

I&#039;m very curious how it&#039;s working for you under Linux with remote xcodebuild binary. Perhaps it&#039;s something related to that which is causing your problem?</description>
		<content:encoded><![CDATA[<p>The first time you enter test-reports/*.xml Hudson will complain that the folder doesn&#8217;t exist, but as long as your XCode build actually produces some unit test output the folder will be created and all will go well. I created a new project setup just yesterday so I&#8217;m pretty sure it works as described in the guide.</p>
<p>I&#8217;m very curious how it&#8217;s working for you under Linux with remote xcodebuild binary. Perhaps it&#8217;s something related to that which is causing your problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-26553</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 22 Feb 2010 04:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-26553</guid>
		<description>Message in Hudson 
&#039;**/test-reports/*.xml&#039; doesn&#039;t match anything: &#039;**&#039; exists but not &#039;**/test-reports/*.xml&#039;

Its strange it creates a folder named test-reports for me and I see xml, but when I make my test pass the build passes, but the last line in the output says it failed.   Snippet from the Output
/Developer/Tools/RunPlatformUnitTests.include:446: note: Passed tests for architecture &#039;i386&#039; (GC OFF)
/Developer/Tools/RunPlatformUnitTests.include:462: note: Completed tests for architectures &#039;i386&#039;
** BUILD SUCCEEDED **

Recording test results
No test report files were found. Configuration error?
Finished: FAILURE</description>
		<content:encoded><![CDATA[<p>Message in Hudson<br />
&#8216;**/test-reports/*.xml&#8217; doesn&#8217;t match anything: &#8216;**&#8217; exists but not &#8216;**/test-reports/*.xml&#8217;</p>
<p>Its strange it creates a folder named test-reports for me and I see xml, but when I make my test pass the build passes, but the last line in the output says it failed.   Snippet from the Output<br />
/Developer/Tools/RunPlatformUnitTests.include:446: note: Passed tests for architecture &#8216;i386&#8242; (GC OFF)<br />
/Developer/Tools/RunPlatformUnitTests.include:462: note: Completed tests for architectures &#8216;i386&#8242;<br />
** BUILD SUCCEEDED **</p>
<p>Recording test results<br />
No test report files were found. Configuration error?<br />
Finished: FAILURE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-26551</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 22 Feb 2010 03:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-26551</guid>
		<description>Just tried your suggestion Chad and still nothing for me.    I&#039;m running Hudson on a Ubuntu server and the test builds are being executed via a RemoteSlave node since Xcode only runs a Mac.    I hope this helps..</description>
		<content:encoded><![CDATA[<p>Just tried your suggestion Chad and still nothing for me.    I&#8217;m running Hudson on a Ubuntu server and the test builds are being executed via a RemoteSlave node since Xcode only runs a Mac.    I hope this helps..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-26544</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Mon, 22 Feb 2010 03:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-26544</guid>
		<description>This worked great for me. 

Mark, try referencing your test reports as &#039;**/test-reports/*.xml&#039;  it seems ** = $WORKSPACE.</description>
		<content:encoded><![CDATA[<p>This worked great for me. </p>
<p>Mark, try referencing your test reports as &#8216;**/test-reports/*.xml&#8217;  it seems ** = $WORKSPACE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-26519</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 22 Feb 2010 00:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-26519</guid>
		<description>Christian.   Question on Hudson.   I just about have everything working except in Hudson when I type in test-reports/*.xml I get a message from Hudson saying &#039;test-reports/*.xml&#039; doesn&#039;t match anything:even &#039;test-reports&#039; doesn&#039;t exist.   

Any suggestions?    I&#039;m new at this whole thing.</description>
		<content:encoded><![CDATA[<p>Christian.   Question on Hudson.   I just about have everything working except in Hudson when I type in test-reports/*.xml I get a message from Hudson saying &#8216;test-reports/*.xml&#8217; doesn&#8217;t match anything:even &#8216;test-reports&#8217; doesn&#8217;t exist.   </p>
<p>Any suggestions?    I&#8217;m new at this whole thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-24336</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 09 Feb 2010 15:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-24336</guid>
		<description>Thanks Christian.  I&#039;ll try to play with this this weekend.   I&#039;m very new to all of this.  I have Hudson installed but I&#039;m using Subversion.    Unit tests in Xcode is also new to me.......</description>
		<content:encoded><![CDATA[<p>Thanks Christian.  I&#8217;ll try to play with this this weekend.   I&#8217;m very new to all of this.  I have Hudson installed but I&#8217;m using Subversion.    Unit tests in Xcode is also new to me&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Hedin</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-24334</link>
		<dc:creator>Christian Hedin</dc:creator>
		<pubDate>Tue, 09 Feb 2010 09:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-24334</guid>
		<description>Absolutely, it works in the same manner using Subversion instead.</description>
		<content:encoded><![CDATA[<p>Absolutely, it works in the same manner using Subversion instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-24333</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 09 Feb 2010 05:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-24333</guid>
		<description>Can this be done using Subversion instead of Git?    I think the answer is yes but I want to confirm this.</description>
		<content:encoded><![CDATA[<p>Can this be done using Subversion instead of Git?    I think the answer is yes but I want to confirm this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Pierre</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-24257</link>
		<dc:creator>Jean-Pierre</dc:creator>
		<pubDate>Fri, 05 Feb 2010 18:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-24257</guid>
		<description>Thank you so much for your ocunit2junit.rb script. It works very well. I use it for another CI system than Hudson and he works also, as expected.

my 2 cents: the first word of your article has a typo :-)</description>
		<content:encoded><![CDATA[<p>Thank you so much for your ocunit2junit.rb script. It works very well. I use it for another CI system than Hudson and he works also, as expected.</p>
<p>my 2 cents: the first word of your article has a typo <img src='http://blog.jayway.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Hedin</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-24099</link>
		<dc:creator>Christian Hedin</dc:creator>
		<pubDate>Mon, 01 Feb 2010 15:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-24099</guid>
		<description>Whops, fixed! :)</description>
		<content:encoded><![CDATA[<p>Whops, fixed! <img src='http://blog.jayway.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sven</title>
		<link>http://blog.jayway.com/2010/01/31/continuos-integration-for-xcode-projects/comment-page-1/#comment-24098</link>
		<dc:creator>sven</dc:creator>
		<pubDate>Mon, 01 Feb 2010 15:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=4624#comment-24098</guid>
		<description>this is so cool! works perfekt! great for bigger projects.

xcodebuild -target \UnitTests\ -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.2.sdk/ -configuration \Debug\ &#124; /usr/local/bin/ocunit2junit.rb\

&gt; just the last \ is too much and cost me some minutes :) 

thanks and best wishes from stockholm</description>
		<content:encoded><![CDATA[<p>this is so cool! works perfekt! great for bigger projects.</p>
<p>xcodebuild -target \UnitTests\ -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.2.sdk/ -configuration \Debug\ | /usr/local/bin/ocunit2junit.rb\</p>
<p>&gt; just the last \ is too much and cost me some minutes <img src='http://blog.jayway.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>thanks and best wishes from stockholm</p>
]]></content:encoded>
	</item>
</channel>
</rss>

