<?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: Introducing PureMVCGen &#8211; an ANT based PureMVC Flex Generator</title>
	<atom:link href="http://blog.smartlogicsolutions.com/2008/12/05/introducing-puremvcgen-an-ant-based-puremvc-flex-generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartlogicsolutions.com/2008/12/05/introducing-puremvcgen-an-ant-based-puremvc-flex-generator/</link>
	<description>News and updates from the people at SmartLogic Solutions</description>
	<lastBuildDate>Sat, 17 Dec 2011 12:57:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Arul Prasad</title>
		<link>http://blog.smartlogicsolutions.com/2008/12/05/introducing-puremvcgen-an-ant-based-puremvc-flex-generator/comment-page-1/#comment-5231</link>
		<dc:creator>Arul Prasad</dc:creator>
		<pubDate>Thu, 24 Mar 2011 12:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=409#comment-5231</guid>
		<description>Hi Greg,

I was gonna patch up the multicore templates based on the standard version. Is there something I need to be aware of? 

Thanks for putting up this project!</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>I was gonna patch up the multicore templates based on the standard version. Is there something I need to be aware of? </p>
<p>Thanks for putting up this project!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mico</title>
		<link>http://blog.smartlogicsolutions.com/2008/12/05/introducing-puremvcgen-an-ant-based-puremvc-flex-generator/comment-page-1/#comment-4781</link>
		<dc:creator>mico</dc:creator>
		<pubDate>Sat, 09 Oct 2010 10:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=409#comment-4781</guid>
		<description>Check out this new tool for Eclipse - http://slide.name/pureclipse</description>
		<content:encoded><![CDATA[<p>Check out this new tool for Eclipse &#8211; <a href="http://slide.name/pureclipse" rel="nofollow">http://slide.name/pureclipse</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Jastrab</title>
		<link>http://blog.smartlogicsolutions.com/2008/12/05/introducing-puremvcgen-an-ant-based-puremvc-flex-generator/comment-page-1/#comment-4256</link>
		<dc:creator>Greg Jastrab</dc:creator>
		<pubDate>Fri, 27 Aug 2010 13:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=409#comment-4256</guid>
		<description>Thanks Matt, I haven&#039;t given it any time in a while, but I hope you&#039;ll find it useful.

It sounds like you&#039;re using a system ruby and not RVM, correct?  When you install a gem it copies any executables to /usr/bin.  I&#039;m guessing the permissions failed to do that if you installed the gem without doing sudo.  Try the following:

&lt;code&gt;gem uninstall puremvc-gen
sudo gem install puremvc-gen
which puremvc-gen&lt;/code&gt;

The which command should tell you it&#039;s at /usr/bin/puremvc-gen.  Let me know if this doesn&#039;t work for you.</description>
		<content:encoded><![CDATA[<p>Thanks Matt, I haven&#8217;t given it any time in a while, but I hope you&#8217;ll find it useful.</p>
<p>It sounds like you&#8217;re using a system ruby and not RVM, correct?  When you install a gem it copies any executables to /usr/bin.  I&#8217;m guessing the permissions failed to do that if you installed the gem without doing sudo.  Try the following:</p>
<p><code>gem uninstall puremvc-gen<br />
sudo gem install puremvc-gen<br />
which puremvc-gen</code></p>
<p>The which command should tell you it&#8217;s at /usr/bin/puremvc-gen.  Let me know if this doesn&#8217;t work for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Wallace</title>
		<link>http://blog.smartlogicsolutions.com/2008/12/05/introducing-puremvcgen-an-ant-based-puremvc-flex-generator/comment-page-1/#comment-4255</link>
		<dc:creator>Matthew Wallace</dc:creator>
		<pubDate>Fri, 27 Aug 2010 13:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=409#comment-4255</guid>
		<description>OK .. I answered my own question. for some reason I had to go into my home .bash_profile and export the path to my gems directory like so.

export PATH=${PATH}:/Users/username/.gem/ruby/1.8/bin/

it all seems to work great now.

Thanks again for this great tool dude.

-Matthew</description>
		<content:encoded><![CDATA[<p>OK .. I answered my own question. for some reason I had to go into my home .bash_profile and export the path to my gems directory like so.</p>
<p>export PATH=${PATH}:/Users/username/.gem/ruby/1.8/bin/</p>
<p>it all seems to work great now.</p>
<p>Thanks again for this great tool dude.</p>
<p>-Matthew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Wallace</title>
		<link>http://blog.smartlogicsolutions.com/2008/12/05/introducing-puremvcgen-an-ant-based-puremvc-flex-generator/comment-page-1/#comment-4254</link>
		<dc:creator>Matthew Wallace</dc:creator>
		<pubDate>Fri, 27 Aug 2010 13:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=409#comment-4254</guid>
		<description>Greg ... looks like an awesome tool for sure. I am having an issue and wondered if you could point me in the right direction. 

I do the gem install just fine as you state above and it tells me that it was installed successfully. I then run the $&gt;puremvc-gen check from within the project after setting up the proj.properties file as you suggest and it  says $&gt;puremvc-gen: command not found.

Is there any additional configuration to my system that needs to take place. I am on OS X 10.6

thanks,
Matthew</description>
		<content:encoded><![CDATA[<p>Greg &#8230; looks like an awesome tool for sure. I am having an issue and wondered if you could point me in the right direction. </p>
<p>I do the gem install just fine as you state above and it tells me that it was installed successfully. I then run the $&gt;puremvc-gen check from within the project after setting up the proj.properties file as you suggest and it  says $&gt;puremvc-gen: command not found.</p>
<p>Is there any additional configuration to my system that needs to take place. I am on OS X 10.6</p>
<p>thanks,<br />
Matthew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Jastrab</title>
		<link>http://blog.smartlogicsolutions.com/2008/12/05/introducing-puremvcgen-an-ant-based-puremvc-flex-generator/comment-page-1/#comment-3144</link>
		<dc:creator>Greg Jastrab</dc:creator>
		<pubDate>Thu, 01 Oct 2009 16:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=409#comment-3144</guid>
		<description>Austin, sorry but I haven&#039;t gotten to the create the multicore templates yet.  I&#039;ll be sure to fit that into the next release when I have a chance to work on it.</description>
		<content:encoded><![CDATA[<p>Austin, sorry but I haven&#8217;t gotten to the create the multicore templates yet.  I&#8217;ll be sure to fit that into the next release when I have a chance to work on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://blog.smartlogicsolutions.com/2008/12/05/introducing-puremvcgen-an-ant-based-puremvc-flex-generator/comment-page-1/#comment-3143</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Thu, 01 Oct 2009 16:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=409#comment-3143</guid>
		<description>Hi, thanks for making a great tool available. I have just set up a project with it. I wished to used the multicore version of PureMVC but the multicore templates are not included in the download and thus you get an ant error. Are there templates for the multicore available. No worries if not thanks anyway!!</description>
		<content:encoded><![CDATA[<p>Hi, thanks for making a great tool available. I have just set up a project with it. I wished to used the multicore version of PureMVC but the multicore templates are not included in the download and thus you get an ant error. Are there templates for the multicore available. No worries if not thanks anyway!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PureMVCGen - A PureMVC Code Generator &#124; The Flashchemist</title>
		<link>http://blog.smartlogicsolutions.com/2008/12/05/introducing-puremvcgen-an-ant-based-puremvc-flex-generator/comment-page-1/#comment-874</link>
		<dc:creator>PureMVCGen - A PureMVC Code Generator &#124; The Flashchemist</dc:creator>
		<pubDate>Sun, 22 Mar 2009 15:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=409#comment-874</guid>
		<description>[...] the blog post about PureMVCGen here. Grab it, set it up, happy [...]</description>
		<content:encoded><![CDATA[<p>[...] the blog post about PureMVCGen here. Grab it, set it up, happy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PureMVCGen 0.1.1 Released - Now Works on Windows &#171; SmartLogic Solutions Blog</title>
		<link>http://blog.smartlogicsolutions.com/2008/12/05/introducing-puremvcgen-an-ant-based-puremvc-flex-generator/comment-page-1/#comment-695</link>
		<dc:creator>PureMVCGen 0.1.1 Released - Now Works on Windows &#171; SmartLogic Solutions Blog</dc:creator>
		<pubDate>Thu, 18 Dec 2008 22:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=409#comment-695</guid>
		<description>[...] get the new version. If you&#8217;re installing for the first time, refer to the original blog post for [...]</description>
		<content:encoded><![CDATA[<p>[...] get the new version. If you&#8217;re installing for the first time, refer to the original blog post for [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

