<?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: Flex modules not rebuilding correctly</title>
	<atom:link href="http://www.rogue-development.com/blog2/2009/03/flex-modules-not-rebuilding-correctly/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rogue-development.com/blog2/2009/03/flex-modules-not-rebuilding-correctly/</link>
	<description>Comments and thoughts on technology from Marc Hughes</description>
	<lastBuildDate>Mon, 30 Aug 2010 16:55:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marc</title>
		<link>http://www.rogue-development.com/blog2/2009/03/flex-modules-not-rebuilding-correctly/comment-page-1/#comment-597</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 03 Mar 2009 13:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=331#comment-597</guid>
		<description>When I have similar issues, I check the build order of the projects in Eclipse and refresh the source paths (files in source paths are not always in sync with the files in the original project).  After that, cleaning all projects has worked out fine for me (within the limit of all FlexBuilder bugs...)</description>
		<content:encoded><![CDATA[<p>When I have similar issues, I check the build order of the projects in Eclipse and refresh the source paths (files in source paths are not always in sync with the files in the original project).  After that, cleaning all projects has worked out fine for me (within the limit of all FlexBuilder bugs&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.rogue-development.com/blog2/2009/03/flex-modules-not-rebuilding-correctly/comment-page-1/#comment-596</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 03 Mar 2009 12:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=331#comment-596</guid>
		<description>@Elias - I meant the project is really too big for me to realistically refactor the names of all the modules.  Something that Rasmus might not have meant me to do in the first place, so maybe the point is moot.  In general, modules work great with little effort.  You can take those very simple examples in the documentation, add tons of complexity, and it still generally works well.

@Rasmus - I hadn&#039;t renamed any of the modules, and I understand what you meant now.  

As for the solution, it was a couple-fold,

1) I used the unix command touch to update the timestamp on all of the flex module files.  This seemed to make some of them rebuild.

2) I used the output from the ant build script to find the errors and fix them, once the actual file was modified, that module would successfully rebuild in ant and flex builder.</description>
		<content:encoded><![CDATA[<p>@Elias &#8211; I meant the project is really too big for me to realistically refactor the names of all the modules.  Something that Rasmus might not have meant me to do in the first place, so maybe the point is moot.  In general, modules work great with little effort.  You can take those very simple examples in the documentation, add tons of complexity, and it still generally works well.</p>
<p>@Rasmus &#8211; I hadn&#8217;t renamed any of the modules, and I understand what you meant now.  </p>
<p>As for the solution, it was a couple-fold,</p>
<p>1) I used the unix command touch to update the timestamp on all of the flex module files.  This seemed to make some of them rebuild.</p>
<p>2) I used the output from the ant build script to find the errors and fix them, once the actual file was modified, that module would successfully rebuild in ant and flex builder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasmus</title>
		<link>http://www.rogue-development.com/blog2/2009/03/flex-modules-not-rebuilding-correctly/comment-page-1/#comment-595</link>
		<dc:creator>Rasmus</dc:creator>
		<pubDate>Tue, 03 Mar 2009 11:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=331#comment-595</guid>
		<description>I mean that renaming the modules can cause these problems, in my experience.. 
My solution was to make a new module, from scratch, and then fill in all the logic from the module that wont compile.</description>
		<content:encoded><![CDATA[<p>I mean that renaming the modules can cause these problems, in my experience..<br />
My solution was to make a new module, from scratch, and then fill in all the logic from the module that wont compile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elias</title>
		<link>http://www.rogue-development.com/blog2/2009/03/flex-modules-not-rebuilding-correctly/comment-page-1/#comment-594</link>
		<dc:creator>Elias</dc:creator>
		<pubDate>Tue, 03 Mar 2009 08:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=331#comment-594</guid>
		<description>Hi
What do you mean with too big?
I&#039;m asking this because i&#039;m planning to move a portal made in .net to flex so i&#039;m searching information about how to work with modules and i can&#039;t seem to find real working examples, i only find those simple examples from Adobe. Can you help me on this?</description>
		<content:encoded><![CDATA[<p>Hi<br />
What do you mean with too big?<br />
I&#8217;m asking this because i&#8217;m planning to move a portal made in .net to flex so i&#8217;m searching information about how to work with modules and i can&#8217;t seem to find real working examples, i only find those simple examples from Adobe. Can you help me on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.rogue-development.com/blog2/2009/03/flex-modules-not-rebuilding-correctly/comment-page-1/#comment-593</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 02 Mar 2009 23:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=331#comment-593</guid>
		<description>I&#039;ve had this issue as well... many times.  I&#039;m very curious to see if there is a fix out there!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had this issue as well&#8230; many times.  I&#8217;m very curious to see if there is a fix out there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.rogue-development.com/blog2/2009/03/flex-modules-not-rebuilding-correctly/comment-page-1/#comment-591</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Mon, 02 Mar 2009 17:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=331#comment-591</guid>
		<description>Unfortunately renaming the modules is not an option.  This project is just too big with too many modules and a large enough team working on it to make that easy.</description>
		<content:encoded><![CDATA[<p>Unfortunately renaming the modules is not an option.  This project is just too big with too many modules and a large enough team working on it to make that easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasmus</title>
		<link>http://www.rogue-development.com/blog2/2009/03/flex-modules-not-rebuilding-correctly/comment-page-1/#comment-590</link>
		<dc:creator>Rasmus</dc:creator>
		<pubDate>Mon, 02 Mar 2009 17:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/?p=331#comment-590</guid>
		<description>I experienced that too.. 
Did you by any point rename your modules ?
try to make a new moduel, and copy the code from the old module. It works for me.

Rasmus</description>
		<content:encoded><![CDATA[<p>I experienced that too..<br />
Did you by any point rename your modules ?<br />
try to make a new moduel, and copy the code from the old module. It works for me.</p>
<p>Rasmus</p>
]]></content:encoded>
	</item>
</channel>
</rss>
