<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.eiffelroom.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>eiffelroom - Gobo - Comments</title>
 <link>http://www.eiffelroom.org/tag/gobo</link>
 <description>Comments for &quot;Gobo&quot;</description>
 <language>en</language>
<item>
 <title>Project Automation Book</title>
 <link>http://www.eiffelroom.org/blog/patrickr/using_an_automatic_build_and_testing_system#comment-292</link>
 <description>&lt;p&gt;This book ( &lt;a href=&quot;http://www.pragmaticprogrammer.com/sk/auto/&quot;&gt;http://www.pragmaticprogrammer.com/sk/auto/&lt;/a&gt; ) talk about this topic and show good examples.&lt;/p&gt;

You can see Buildix ( &lt;a href=&quot;http://buildix.thoughtworks.com/&quot;&gt;http://buildix.thoughtworks.com/&lt;/a&gt; ) an Agile development platform with  &lt;p&gt;1) Subversion for Source Control&lt;/p&gt;

&lt;p&gt;2) Trac for a Wiki, Bug-Tracker and general Project Management&lt;/p&gt;

&lt;p&gt;3) Cruise Control for Continuous Integration&lt;/p&gt;

</description>
 <pubDate>Tue, 17 Jul 2007 09:54:00 -0700</pubDate>
 <dc:creator>jvelilla</dc:creator>
 <guid isPermaLink="false">comment 292 at http://www.eiffelroom.org</guid>
</item>
<item>
 <title>I basically just followed</title>
 <link>http://www.eiffelroom.org/blog/patrickr/using_an_automatic_build_and_testing_system#comment-291</link>
 <description>&lt;p&gt;I basically just followed the getting started page from cruisecontrol&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://cruisecontrol.sourceforge.net/gettingstartedsourcedist.html&quot;&gt;http://cruisecontrol.sourceforge.net/gettingstartedsourcedist.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Instead of ant files I simply used bash scripts, our configuration can be found under&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://svn.origo.ethz.ch/origo/core/trunk/examples/cruisecontrol/config.xml&quot;&gt;https://svn.origo.ethz.ch/origo/core/trunk/examples/cruisecontrol/config.xml&lt;/a&gt;&lt;/p&gt;

</description>
 <pubDate>Mon, 16 Jul 2007 07:44:20 -0700</pubDate>
 <dc:creator>patrickr</dc:creator>
 <guid isPermaLink="false">comment 291 at http://www.eiffelroom.org</guid>
</item>
<item>
 <title>More details</title>
 <link>http://www.eiffelroom.org/blog/patrickr/using_an_automatic_build_and_testing_system#comment-290</link>
 <description>&lt;p&gt;Do you have a page that goes more in the details of how one would setup such an environment?&lt;/p&gt;

&lt;p&gt;Thanks, Manu&lt;/p&gt;

</description>
 <pubDate>Sun, 15 Jul 2007 16:21:03 -0700</pubDate>
 <dc:creator>manus_eiffel</dc:creator>
 <guid isPermaLink="false">comment 290 at http://www.eiffelroom.org</guid>
</item>
<item>
 <title>This setup is a great advantage</title>
 <link>http://www.eiffelroom.org/blog/patrickr/using_an_automatic_build_and_testing_system#comment-288</link>
 <description>&lt;p&gt;I&#039;d just like to add here that this setup proves to be extremely useful in the development of Origo. We detect regressions almost instantly and getting an email after a successful build and test of Origo is always cool. The system even let&#039;s us know how long it took to do a clean build - at the moment a bit more than twenty minutes.&lt;/p&gt;

&lt;p&gt;A similar approach should in my opinion be used for every bigger project.&lt;/p&gt;

</description>
 <pubDate>Fri, 13 Jul 2007 04:54:29 -0700</pubDate>
 <dc:creator>bayt</dc:creator>
 <guid isPermaLink="false">comment 288 at http://www.eiffelroom.org</guid>
</item>
<item>
 <title>Goanna and webserver</title>
 <link>http://www.eiffelroom.org/blog/patrickr/origo_alpha_launched#comment-212</link>
 <description>&lt;p&gt;Goanna is used for the xmlrpc interface using fastcgi and apache. The website itself is based on Drupal and uses php. I also did some testing with lighttpd which also seems to work fine with goanna fastcgi and which is a lot faster and scales better &lt;a href=&quot;http://origo.ethz.ch/index.php/Performance&quot;&gt;http://origo.ethz.ch/index.php/Performance&lt;/a&gt;&lt;/p&gt;

</description>
 <pubDate>Fri, 20 Apr 2007 02:16:10 -0700</pubDate>
 <dc:creator>patrickr</dc:creator>
 <guid isPermaLink="false">comment 212 at http://www.eiffelroom.org</guid>
</item>
<item>
 <title>First thoughts</title>
 <link>http://www.eiffelroom.org/blog/patrickr/origo_alpha_launched#comment-211</link>
 <description>&lt;p&gt;Very interesting. Are you using Goanna as part of the software? There is no tag for it. What are you using to provide HTTPS communications?&lt;/p&gt;

&lt;p&gt;Colin Adams&lt;/p&gt;

</description>
 <pubDate>Fri, 20 Apr 2007 00:36:22 -0700</pubDate>
 <dc:creator>colin-adams</dc:creator>
 <guid isPermaLink="false">comment 211 at http://www.eiffelroom.org</guid>
</item>
<item>
 <title>External access will be available soon</title>
 <link>http://www.eiffelroom.org/blog/patrickr/origo_alpha_launched#comment-209</link>
 <description>&lt;p&gt;There will be access to the API very soon. The API is split in an internal and external part, the internal part is very small and almost everything is also available externally. For external applications, login will be done with a per user key to prevent brute force password hacking attempts.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://origo.ethz.ch/index.php/API&quot;&gt;http://origo.ethz.ch/index.php/API&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Another student is already working on creating plugins for EiffelStudio, VisualStudio and Eclipse&lt;/p&gt;

</description>
 <pubDate>Thu, 19 Apr 2007 14:57:01 -0700</pubDate>
 <dc:creator>patrickr</dc:creator>
 <guid isPermaLink="false">comment 209 at http://www.eiffelroom.org</guid>
</item>
<item>
 <title>Client tools</title>
 <link>http://www.eiffelroom.org/blog/patrickr/origo_alpha_launched#comment-208</link>
 <description>&lt;p&gt;I&#039;ve already got my project page up!&lt;/p&gt;

&lt;p&gt;I forgot to ask till, and maybe you know. is the XMLRPC accessible to external clients? Just thinking about the client tools domain. Actually it would nice to have a Eiffel framework API we could use for the purpose of developing tools (We developers only want more, more, more!)&lt;/p&gt;

</description>
 <pubDate>Thu, 19 Apr 2007 09:51:55 -0700</pubDate>
 <dc:creator>paulbates</dc:creator>
 <guid isPermaLink="false">comment 208 at http://www.eiffelroom.org</guid>
</item>
</channel>
</rss>
