RE: [flexcoders] Flex Project Struture

2008-09-17 Thread Ryan Graham
rom: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Howard Fore Sent: Wednesday, September 17, 2008 8:44 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Project Struture Ryan, I'm curious about how you separate the Flex Builder project files from the sour

Re: [flexcoders] Flex Project Struture

2008-09-17 Thread Michael Schmalle
> but it may be worth noting that you may want to stay away from including any flex builder specific files in the SVN, He's talking about the . dot files that are hidden; .flexProperties .actionScriptProperties .project .settings .flexLibSettings etc. Mike On Wed, Sep 17, 2008 at 11:44 AM, How

Re: [flexcoders] Flex Project Struture

2008-09-17 Thread Howard Fore
Ryan, I'm curious about how you separate the Flex Builder project files from the source code (and asset files) in your projects so that the former doesn't get into SVN with the later. I've tried various ways of setting up links etc and FB doesn't seem to like any of them. On Tue, Sep 16, 2008 at 7

RE: [flexcoders] Flex Project Struture

2008-09-16 Thread Ryan Graham
___ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexaustin Sent: Tuesday, September 16, 2008 4:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Project Struture Can anyone recommend a project structure? Maybe a tut or blog post on the topic? We have s

[flexcoders] Flex Project Struture

2008-09-16 Thread flexaustin
Can anyone recommend a project structure? Maybe a tut or blog post on the topic? We have several components (as and mxml) that we want to use throughout several projects and by several team members, but not sure the best way to structure the files and package them up. How do we all share the fil