<?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: BlackBerry Development with Ant &amp; Eclipse</title>
	<atom:link href="http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/</link>
	<description>Hardware, software, and just general tinkering</description>
	<lastBuildDate>Wed, 24 Feb 2010 00:40:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jiGGaK</title>
		<link>http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/comment-page-2/#comment-1082</link>
		<dc:creator>jiGGaK</dc:creator>
		<pubDate>Mon, 25 Jan 2010 15:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/#comment-1082</guid>
		<description>krishnan,

You must set the &lt;strong&gt;jde.home&lt;/strong&gt; directory in the build script or properties file.  The path should be the directory where you copied the RIM JDE.

We also have forums now for discussions such as this: http://forum.slashdev.ca/</description>
		<content:encoded><![CDATA[<p>krishnan,</p>
<p>You must set the <strong>jde.home</strong> directory in the build script or properties file.  The path should be the directory where you copied the RIM JDE.</p>
<p>We also have forums now for discussions such as this: <a href="http://forum.slashdev.ca/" rel="nofollow">http://forum.slashdev.ca/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krishnan</title>
		<link>http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/comment-page-2/#comment-1081</link>
		<dc:creator>krishnan</dc:creator>
		<pubDate>Mon, 25 Jan 2010 09:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/#comment-1081</guid>
		<description>Hi, I got the following error:
/Users/xxxxxxx/Development/BlackBerry/SDK/HelloWorld/src/ca/slashdev/build.xml:16: jde home must be a directory


When I complied the code using ant. Please help me .</description>
		<content:encoded><![CDATA[<p>Hi, I got the following error:<br />
/Users/xxxxxxx/Development/BlackBerry/SDK/HelloWorld/src/ca/slashdev/build.xml:16: jde home must be a directory</p>
<p>When I complied the code using ant. Please help me .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Clark-Robinson</title>
		<link>http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/comment-page-2/#comment-1075</link>
		<dc:creator>Ben Clark-Robinson</dc:creator>
		<pubDate>Tue, 19 Jan 2010 02:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/#comment-1075</guid>
		<description>Running Snow Leopard? You can find a Universal  preverify at http://developer.motorola.com/docstools/motodevstudio/javame/downloads/</description>
		<content:encoded><![CDATA[<p>Running Snow Leopard? You can find a Universal  preverify at <a href="http://developer.motorola.com/docstools/motodevstudio/javame/downloads/" rel="nofollow">http://developer.motorola.com/docstools/motodevstudio/javame/downloads/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Developing first Blackberry application &#171; Lubos Programming Weblog</title>
		<link>http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/comment-page-2/#comment-1056</link>
		<dc:creator>Developing first Blackberry application &#171; Lubos Programming Weblog</dc:creator>
		<pubDate>Fri, 11 Dec 2009 03:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/#comment-1056</guid>
		<description>[...] BlackBerry development with Ant [...]</description>
		<content:encoded><![CDATA[<p>[...] BlackBerry development with Ant [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CT</title>
		<link>http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/comment-page-2/#comment-1015</link>
		<dc:creator>CT</dc:creator>
		<pubDate>Wed, 14 Oct 2009 01:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/#comment-1015</guid>
		<description>I was trying to get the 
jde.home property set up correctly,
but I don&#039;t know what mine should be.
I have tried: C:\Program Files\Research In Motion\BlackBerry JDE 4.7.0
which is the location of my file that is equivalent to yours but it won&#039;t accept it.
Same thing with my simulator.home
I have attempted to give it 
C:\Program Files\Research In Motion\BlackBerry JDE 4.7.0\simulator
but once again it doesn&#039;t like it. 

The line it doesn&#039;t like is

specifically the build.dir</description>
		<content:encoded><![CDATA[<p>I was trying to get the<br />
jde.home property set up correctly,<br />
but I don&#8217;t know what mine should be.<br />
I have tried: C:\Program Files\Research In Motion\BlackBerry JDE 4.7.0<br />
which is the location of my file that is equivalent to yours but it won&#8217;t accept it.<br />
Same thing with my simulator.home<br />
I have attempted to give it<br />
C:\Program Files\Research In Motion\BlackBerry JDE 4.7.0\simulator<br />
but once again it doesn&#8217;t like it. </p>
<p>The line it doesn&#8217;t like is</p>
<p>specifically the build.dir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: developerlife &#8211; Tutorials &#187; BlackBerry SDK and tools &#8211; Getting Started</title>
		<link>http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/comment-page-2/#comment-1009</link>
		<dc:creator>developerlife &#8211; Tutorials &#187; BlackBerry SDK and tools &#8211; Getting Started</dc:creator>
		<pubDate>Fri, 25 Sep 2009 03:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/#comment-1009</guid>
		<description>[...] you want to do away with using the JDE or Eclipse plugin, here’s an article that talks about how to configure Eclipse to do Blackberry development just using ant and a JDE [...]</description>
		<content:encoded><![CDATA[<p>[...] you want to do away with using the JDE or Eclipse plugin, here’s an article that talks about how to configure Eclipse to do Blackberry development just using ant and a JDE [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blackberry development on Mac OS X &#171; Software Nuggets</title>
		<link>http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/comment-page-2/#comment-986</link>
		<dc:creator>Blackberry development on Mac OS X &#171; Software Nuggets</dc:creator>
		<pubDate>Mon, 03 Aug 2009 22:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/#comment-986</guid>
		<description>[...] happened across this great article on how to use Eclipse for Blackberry development, but the real interesting bit was that the [...]</description>
		<content:encoded><![CDATA[<p>[...] happened across this great article on how to use Eclipse for Blackberry development, but the real interesting bit was that the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlackBerry Development on Mac OS X &#124; azizuysal.com</title>
		<link>http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/comment-page-2/#comment-975</link>
		<dc:creator>BlackBerry Development on Mac OS X &#124; azizuysal.com</dc:creator>
		<pubDate>Mon, 06 Jul 2009 21:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/#comment-975</guid>
		<description>[...] Java is cross-platform, and so I assumed it would be an easy setup. Was I wrong! It took a lot of research and trial-error; but in the end, I was successful and I wanted to share it [...]</description>
		<content:encoded><![CDATA[<p>[...] Java is cross-platform, and so I assumed it would be an easy setup. Was I wrong! It took a lot of research and trial-error; but in the end, I was successful and I wanted to share it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maulik</title>
		<link>http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/comment-page-2/#comment-965</link>
		<dc:creator>Maulik</dc:creator>
		<pubDate>Fri, 29 May 2009 13:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/#comment-965</guid>
		<description>I am running the ant the way you should. Window -&gt; Ant Window

I didnt get the way to run the ant from root of my project.
And yes my project has the src directory in it.</description>
		<content:encoded><![CDATA[<p>I am running the ant the way you should. Window -&gt; Ant Window</p>
<p>I didnt get the way to run the ant from root of my project.<br />
And yes my project has the src directory in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jiGGaK</title>
		<link>http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/comment-page-2/#comment-964</link>
		<dc:creator>jiGGaK</dc:creator>
		<pubDate>Mon, 25 May 2009 11:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashdev.ca/2007/05/30/blackberry-development-with-ant-eclipse/#comment-964</guid>
		<description>Make sure the source directory (src) actually exists.  Also make sure you are running &#039;ant&#039; from the root of your project, eg:

&lt;code&gt;myproject# ./ant&lt;/code&gt;
</description>
		<content:encoded><![CDATA[<p>Make sure the source directory (src) actually exists.  Also make sure you are running &#8216;ant&#8217; from the root of your project, eg:</p>
<p><code>myproject# ./ant</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
