<br />
<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Unable to access /var/www/html/rogue-development/blog2/wp-content/advanced-cache.php in <b>/var/www/html/rogue-development/blog2/wp-settings.php</b> on line <b>62</b><br />
<br />
<b>Warning</b>:  include(/var/www/html/rogue-development/blog2/wp-content/advanced-cache.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/var/www/html/rogue-development/blog2/wp-settings.php</b> on line <b>62</b><br />
<br />
<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/var/www/html/rogue-development/blog2/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in <b>/var/www/html/rogue-development/blog2/wp-settings.php</b> on line <b>62</b><br />
<br />
<b>Notice</b>:  add_option was called with an argument that is <strong>deprecated</strong> since version 2.3 with no alternative available. in <b>/var/www/html/rogue-development/blog2/wp-includes/functions.php</b> on line <b>3468</b><br />
<br />
<b>Notice</b>:  register_sidebar_widget is <strong>deprecated</strong> since version 2.8! Use wp_register_sidebar_widget() instead. in <b>/var/www/html/rogue-development/blog2/wp-includes/functions.php</b> on line <b>3382</b><br />
<br />
<b>Notice</b>:  register_widget_control is <strong>deprecated</strong> since version 2.8! Use wp_register_widget_control() instead. in <b>/var/www/html/rogue-development/blog2/wp-includes/functions.php</b> on line <b>3382</b><br />
<?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: Sharing Flex Projects</title>
	<atom:link href="http://www.rogue-development.com/blog2/2007/07/sharing-flex-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rogue-development.com/blog2/2007/07/sharing-flex-projects/</link>
	<description>Comments and thoughts on technology from Marc Hughes</description>
	<lastBuildDate>Sun, 30 Jan 2011 18:36:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Briley</title>
		<link>http://www.rogue-development.com/blog2/2007/07/sharing-flex-projects/comment-page-1/#comment-406</link>
		<dc:creator>Briley</dc:creator>
		<pubDate>Thu, 14 Aug 2008 20:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://rogue-development.com/blog2/?p=39#comment-406</guid>
		<description>I found a really well-written resource about setting up the property files to work well with multiple developers:

http://corlan.org/2008/06/23/flex-air-projects-and-source-control/</description>
		<content:encoded><![CDATA[<p>I found a really well-written resource about setting up the property files to work well with multiple developers:</p>
<p><a href="http://corlan.org/2008/06/23/flex-air-projects-and-source-control/" rel="nofollow">http://corlan.org/2008/06/23/flex-air-projects-and-source-control/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.rogue-development.com/blog2/2007/07/sharing-flex-projects/comment-page-1/#comment-51</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 03 Aug 2007 03:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://rogue-development.com/blog2/?p=39#comment-51</guid>
		<description>We have lots of projects we share among everyone in our developer group and we check in the Eclipse files as well. I don&#039;t think we&#039;ve run into any major problems at all. From time to time I notice that various developer&#039;s Eclipse installations will change the order of items within a property file but other than that its been ok.</description>
		<content:encoded><![CDATA[<p>We have lots of projects we share among everyone in our developer group and we check in the Eclipse files as well. I don&#8217;t think we&#8217;ve run into any major problems at all. From time to time I notice that various developer&#8217;s Eclipse installations will change the order of items within a property file but other than that its been ok.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beadle Fox</title>
		<link>http://www.rogue-development.com/blog2/2007/07/sharing-flex-projects/comment-page-1/#comment-50</link>
		<dc:creator>Beadle Fox</dc:creator>
		<pubDate>Fri, 03 Aug 2007 00:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://rogue-development.com/blog2/?p=39#comment-50</guid>
		<description>Someone has to be the disenting voice, so it might as well be me :-)&lt;br/&gt;&lt;br/&gt;We &lt;b&gt;do&lt;/b&gt; check in the .project, .actionScriptProperties and the .flexProperties files.  I&#039;ll stop short of saying that there is nothing developer-specific in those files, but our 5+me team hasn&#039;t seen anything.  For example, the .flexProperties file is a 1-liner for us.  We have a main &lt;mx:Application/&gt; app, then we write many different &lt;mx:Module/&gt;&#039;s for each sub-system.  Each module has its own CLASSPATH- the purpose of the .actionScriptProperties.  With just a little knowledge of Eclipse it is a walk in the park to configure a variable for your pathing.  As a result, each developer has their projects checked out to different locations, some on different drives.  Yet we all work successfully with svn controlled versions of these files because we let Eclipse manage the connection.&lt;br/&gt;&lt;br/&gt;Conceptually, it is no different the J2EE&#039;s deployment descriptors.  The deployer is responsible for the final linking of the pieces and parts, e.g. database pools, etc. to the web app.  In this case, it is the developer who links the variable to their unique infrastructure.&lt;br/&gt;&lt;br/&gt;To see my blog posting on how we configure eclipse, check out &lt;a HREF=&quot;http://flexguy.blogspot.com/&quot; REL=&quot;nofollow&quot;&gt;http://flexguy.blogspot.com/&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;Beadle Fox</description>
		<content:encoded><![CDATA[<p>Someone has to be the disenting voice, so it might as well be me <img src='http://www.rogue-development.com/blog2/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>We <b>do</b> check in the .project, .actionScriptProperties and the .flexProperties files.  I&#8217;ll stop short of saying that there is nothing developer-specific in those files, but our 5+me team hasn&#8217;t seen anything.  For example, the .flexProperties file is a 1-liner for us.  We have a main &lt;mx:Application/&gt; app, then we write many different &lt;mx:Module/&gt;&#8217;s for each sub-system.  Each module has its own CLASSPATH- the purpose of the .actionScriptProperties.  With just a little knowledge of Eclipse it is a walk in the park to configure a variable for your pathing.  As a result, each developer has their projects checked out to different locations, some on different drives.  Yet we all work successfully with svn controlled versions of these files because we let Eclipse manage the connection.</p>
<p>Conceptually, it is no different the J2EE&#8217;s deployment descriptors.  The deployer is responsible for the final linking of the pieces and parts, e.g. database pools, etc. to the web app.  In this case, it is the developer who links the variable to their unique infrastructure.</p>
<p>To see my blog posting on how we configure eclipse, check out <a HREF="http://flexguy.blogspot.com/" REL="nofollow">http://flexguy.blogspot.com/</a>.</p>
<p>Beadle Fox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.rogue-development.com/blog2/2007/07/sharing-flex-projects/comment-page-1/#comment-48</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 26 Jul 2007 18:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://rogue-development.com/blog2/?p=39#comment-48</guid>
		<description>Glad to hear others do it similarly.&lt;br/&gt;&lt;br/&gt;For our &quot;main&quot; mxml application, we just have a single component in it that is in our source tree.  Accomplishes what Srivello said but with composition instead of inheritance.</description>
		<content:encoded><![CDATA[<p>Glad to hear others do it similarly.</p>
<p>For our &#8220;main&#8221; mxml application, we just have a single component in it that is in our source tree.  Accomplishes what Srivello said but with composition instead of inheritance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srivello</title>
		<link>http://www.rogue-development.com/blog2/2007/07/sharing-flex-projects/comment-page-1/#comment-47</link>
		<dc:creator>Srivello</dc:creator>
		<pubDate>Thu, 26 Jul 2007 17:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://rogue-development.com/blog2/?p=39#comment-47</guid>
		<description>Hi.  I am so glad to read your post. I have felt your EXACT pain on an enterprise project earlier this year.   &lt;br/&gt;&lt;br/&gt;I know do what you do, a project per developer with a main application file, outside of version control.&lt;br/&gt;  &lt;br/&gt;What I recommend is to have that main application file extend a class in your source control&#039;d that you all share, so there is little in the actual main application file that requires updating per-person manually.&lt;br/&gt;&lt;br/&gt;Then you can</description>
		<content:encoded><![CDATA[<p>Hi.  I am so glad to read your post. I have felt your EXACT pain on an enterprise project earlier this year.   </p>
<p>I know do what you do, a project per developer with a main application file, outside of version control.</p>
<p>What I recommend is to have that main application file extend a class in your source control&#8217;d that you all share, so there is little in the actual main application file that requires updating per-person manually.</p>
<p>Then you can</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://www.rogue-development.com/blog2/2007/07/sharing-flex-projects/comment-page-1/#comment-46</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Thu, 26 Jul 2007 17:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://rogue-development.com/blog2/?p=39#comment-46</guid>
		<description>Same as you.  You check in:&lt;br/&gt;&lt;br/&gt;1. code (aka src directory)&lt;br/&gt;2. libraries (aka lib directory)&lt;br/&gt;3. assets (aka src/assets) directory (flash, images, css, etc.)&lt;br/&gt;&lt;br/&gt;We do not check in:&lt;br/&gt;&lt;br/&gt;1. the . property files; these are specific to the Flex project and the box they are running on&lt;br/&gt;2. the bin directory&lt;br/&gt;3. the html-template directory&lt;br/&gt;&lt;br/&gt;Now, lately, we&#039;ve been checking in html-template directory as more and more projects become &quot;our Flex app in other&#039;s sites&quot;.  This, combined with ANT scripts allows us to have multiple HTML views to our Flex app.</description>
		<content:encoded><![CDATA[<p>Same as you.  You check in:</p>
<p>1. code (aka src directory)<br />2. libraries (aka lib directory)<br />3. assets (aka src/assets) directory (flash, images, css, etc.)</p>
<p>We do not check in:</p>
<p>1. the . property files; these are specific to the Flex project and the box they are running on<br />2. the bin directory<br />3. the html-template directory</p>
<p>Now, lately, we&#8217;ve been checking in html-template directory as more and more projects become &#8220;our Flex app in other&#8217;s sites&#8221;.  This, combined with ANT scripts allows us to have multiple HTML views to our Flex app.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

