<?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: Rake and Ant Together: A Pick It n&#8217; Stick It Approach</title>
	<atom:link href="http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 12:12:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Thomas Enebo</title>
		<link>http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/comment-page-1/#comment-58623</link>
		<dc:creator>Thomas Enebo</dc:creator>
		<pubDate>Thu, 07 Jul 2011 21:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3432#comment-58623</guid>
		<description>ah...If you put jruby.jar into your classpath (or in ant lib directory) then you need to set up GEM_HOME to point to a location where rake is installed.  An easier way is to download the jruby-complete.jar which has rake embedded into it.  It is larger, but should get rid of your problem.  If not consider opening an issue on the jruby project (www.jruby.org) and we will help figure this out.</description>
		<content:encoded><![CDATA[<p>ah&#8230;If you put jruby.jar into your classpath (or in ant lib directory) then you need to set up GEM_HOME to point to a location where rake is installed.  An easier way is to download the jruby-complete.jar which has rake embedded into it.  It is larger, but should get rid of your problem.  If not consider opening an issue on the jruby project (www.jruby.org) and we will help figure this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhaskar</title>
		<link>http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/comment-page-1/#comment-58622</link>
		<dc:creator>Bhaskar</dc:creator>
		<pubDate>Thu, 07 Jul 2011 16:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3432#comment-58622</guid>
		<description>Is this available in the current release of jruby? For the example, I was getting the below error:

ant -v
Apache Ant version 1.7.1 compiled on June 27 2008
Buildfile: build.xml
Detected Java version: 1.6 in: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Detected OS: Mac OS X
parsing buildfile /Users/bvadavalli/build.xml with URI = file:/Users/bvadavalli/build.xml
Project base dir set to: /Users/bvadavalli
[antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
[rakeimport] LoadError: no such file to load -- rake
[rakeimport]   require at org/jruby/RubyKernel.java:1038
[rakeimport]   require at /opt/complete/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29
[rakeimport]    (root) at /opt/complete/META-INF/jruby.home/lib/ruby/site_ruby/shared/ant/tasks/raketasks.rb:2
[rakeimport]   require at org/jruby/RubyKernel.java:1038
[rakeimport]    (root) at /opt/complete/META-INF/jruby.home/lib/ruby/site_ruby/shared/ant/tasks/raketasks.rb:1

BUILD FAILED
/Users/bvadavalli/build.xml:9: Could not create type rakeimport due to org.jruby.embed.EvalFailedException: (LoadError) no such file to load -- rake
    at org.apache.tools.ant.AntTypeDefinition.createAndSet(AntTypeDefinition.java:261)
    at org.apache.tools.ant.AntTypeDefinition.icreate(AntTypeDefinition.java:202)
    at org.apache.tools.ant.AntTypeDefinition.create(AntTypeDefinition.java:189)
    at org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.java:238)
    at org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.java:216)
    at org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:414)
    at org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:160)
........</description>
		<content:encoded><![CDATA[<p>Is this available in the current release of jruby? For the example, I was getting the below error:</p>
<p>ant -v<br />
Apache Ant version 1.7.1 compiled on June 27 2008<br />
Buildfile: build.xml<br />
Detected Java version: 1.6 in: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home<br />
Detected OS: Mac OS X<br />
parsing buildfile /Users/bvadavalli/build.xml with URI = file:/Users/bvadavalli/build.xml<br />
Project base dir set to: /Users/bvadavalli<br />
[antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.<br />
[rakeimport] LoadError: no such file to load &#8212; rake<br />
[rakeimport]   require at org/jruby/RubyKernel.java:1038<br />
[rakeimport]   require at /opt/complete/META-INF/jruby.home/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29<br />
[rakeimport]    (root) at /opt/complete/META-INF/jruby.home/lib/ruby/site_ruby/shared/ant/tasks/raketasks.rb:2<br />
[rakeimport]   require at org/jruby/RubyKernel.java:1038<br />
[rakeimport]    (root) at /opt/complete/META-INF/jruby.home/lib/ruby/site_ruby/shared/ant/tasks/raketasks.rb:1</p>
<p>BUILD FAILED<br />
/Users/bvadavalli/build.xml:9: Could not create type rakeimport due to org.jruby.embed.EvalFailedException: (LoadError) no such file to load &#8212; rake<br />
    at org.apache.tools.ant.AntTypeDefinition.createAndSet(AntTypeDefinition.java:261)<br />
    at org.apache.tools.ant.AntTypeDefinition.icreate(AntTypeDefinition.java:202)<br />
    at org.apache.tools.ant.AntTypeDefinition.create(AntTypeDefinition.java:189)<br />
    at org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.java:238)<br />
    at org.apache.tools.ant.ComponentHelper.createComponent(ComponentHelper.java:216)<br />
    at org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:414)<br />
    at org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:160)<br />
&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/comment-page-1/#comment-42880</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Sat, 19 Jun 2010 21:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3432#comment-42880</guid>
		<description>I wonder if its possible to have ONE build tool, like Ant or Rake, which is language agnostic and supports, for example ruby, perl, C and Java  </description>
		<content:encoded><![CDATA[<p>I wonder if its possible to have ONE build tool, like Ant or Rake, which is language agnostic and supports, for example ruby, perl, C and Java</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rubiii</title>
		<link>http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/comment-page-1/#comment-41372</link>
		<dc:creator>rubiii</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3432#comment-41372</guid>
		<description>there&#039;s also a gem for integrating ivy into ruby: &lt;a href=&quot;http://github.com/klaas1979/ivy4r&quot; target=&quot;_blank&quot;&gt;http://github.com/klaas1979/ivy4r&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>there&#039;s also a gem for integrating ivy into ruby: <a href="http://github.com/klaas1979/ivy4r" target="_blank">http://github.com/klaas1979/ivy4r</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enebo</title>
		<link>http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/comment-page-1/#comment-41166</link>
		<dc:creator>enebo</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3432#comment-41166</guid>
		<description>Dependency management is something we will tackle, but not for this first iteration.  The boundaries of mixing ant and rake together is fairly clear.   Dependency management is a little less straightforward (at least to me). 
 
We do have some folks who are working on exposing all maven artifacts as Ruby gems, but this is only for retrieving a graph of dependencies and not specifying them. </description>
		<content:encoded><![CDATA[<p>Dependency management is something we will tackle, but not for this first iteration.  The boundaries of mixing ant and rake together is fairly clear.   Dependency management is a little less straightforward (at least to me). </p>
<p>We do have some folks who are working on exposing all maven artifacts as Ruby gems, but this is only for retrieving a graph of dependencies and not specifying them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Prasad</title>
		<link>http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/comment-page-1/#comment-41159</link>
		<dc:creator>Krishna Prasad</dc:creator>
		<pubDate>Mon, 22 Feb 2010 07:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3432#comment-41159</guid>
		<description>&quot; I was hoping to show that sometimes combining things together really is  the best strategy&quot; ... yes an exact continuous integration approach :) 
 
Nice thinking... I&#039;m not at all a Java Person, but still it looks too much productive ... 
 
  </description>
		<content:encoded><![CDATA[<p>&quot; I was hoping to show that sometimes combining things together really is  the best strategy&quot; &#8230; yes an exact continuous integration approach :) </p>
<p>Nice thinking&#8230; I&#039;m not at all a Java Person, but still it looks too much productive &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phil swenson</title>
		<link>http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/comment-page-1/#comment-41150</link>
		<dc:creator>phil swenson</dc:creator>
		<pubDate>Sun, 21 Feb 2010 18:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3432#comment-41150</guid>
		<description>I would suggest taking this to the next step... this directly takes on Gant, but Gradle still does a lot more (dependency management) </description>
		<content:encoded><![CDATA[<p>I would suggest taking this to the next step&#8230; this directly takes on Gant, but Gradle still does a lot more (dependency management)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo Borges</title>
		<link>http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/comment-page-1/#comment-41139</link>
		<dc:creator>Leonardo Borges</dc:creator>
		<pubDate>Sat, 20 Feb 2010 14:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3432#comment-41139</guid>
		<description>This is just ultra-cool! </description>
		<content:encoded><![CDATA[<p>This is just ultra-cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mdub</title>
		<link>http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/comment-page-1/#comment-41132</link>
		<dc:creator>mdub</dc:creator>
		<pubDate>Sat, 20 Feb 2010 03:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3432#comment-41132</guid>
		<description>This is fantastic stuff! </description>
		<content:encoded><![CDATA[<p>This is fantastic stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cnutter</title>
		<link>http://www.engineyard.com/blog/2010/rake-and-ant-together-a-pick-it-n-stick-it-approach/comment-page-1/#comment-41126</link>
		<dc:creator>cnutter</dc:creator>
		<pubDate>Fri, 19 Feb 2010 19:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=3432#comment-41126</guid>
		<description>Really nice post and features. It&#039;s everything I&#039;ve wanted from ant+rake integration. And for those not in the know: it&#039;s also an incredibly small amount of code in JRuby, considering all it does: 
 
&lt;a href=&quot;http://github.com/jruby/jruby/tree/master/lib/ruby/site_ruby/shared/ant/&quot; target=&quot;_blank&quot;&gt;http://github.com/jruby/jruby/tree/master/lib/rub...&lt;/a&gt; 
 
and 
 
&lt;a href=&quot;http://github.com/jruby/jruby/tree/master/src/org/jruby/ant/&quot; target=&quot;_blank&quot;&gt;http://github.com/jruby/jruby/tree/master/src/org...&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Really nice post and features. It&#039;s everything I&#039;ve wanted from ant+rake integration. And for those not in the know: it&#039;s also an incredibly small amount of code in JRuby, considering all it does: </p>
<p><a href="http://github.com/jruby/jruby/tree/master/lib/ruby/site_ruby/shared/ant/" target="_blank">http://github.com/jruby/jruby/tree/master/lib/rub&#8230;</a> </p>
<p>and </p>
<p><a href="http://github.com/jruby/jruby/tree/master/src/org/jruby/ant/" target="_blank">http://github.com/jruby/jruby/tree/master/src/org&#8230;</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

