RE: [flexcoders] Re: Flex Project Struture

2008-09-18 Thread Ryan Graham
: Flex Project Struture Have you tried making a linked folder in the src directory? File > New > Folder > Advanced > Link to Folder in file system. This creates an alias in your project to that folder. Haven't tried it myself, not sure how the compiler is going to like it.

Re: [flexcoders] Re: Flex Project Struture

2008-09-17 Thread Josh McDonald
Yeah that trick's not bad, that's what we're doing for build.properties etc. I find in *most* cases there's nothing system-specific in our .actionscriptProperties (mainly defines and keep-as3-metadata, etc), so we get away with it :) What isn't any fun, is that there's *something*, *somewhere* tha

Re: [flexcoders] Re: Flex Project Struture

2008-09-17 Thread Douglas Knudsen
these .files suck for distributed teams though, unless you force all your devs to use the same exact resource setup, something I'm loathed to here any manager tell me :) use svn:ignore to ignore files and not include them in your SVN repos. In Subclipse, right click the file or dir and choose Te

Re: [flexcoders] Re: Flex Project Struture

2008-09-17 Thread Josh McDonald
FWIW, I usually include .actionscriptPropertis in SVN, as it holds compiler flags that are often required to build. -J On Thu, Sep 18, 2008 at 8:05 AM, flexaustin <[EMAIL PROTECTED]> wrote: > My thought exactly. Guess I will give it whirl. > > THanks! > > --- In flexcoders@yahoogroups.com, "How

[flexcoders] Re: Flex Project Struture

2008-09-17 Thread flexaustin
My thought exactly. Guess I will give it whirl. THanks! --- In flexcoders@yahoogroups.com, "Howard Fore" <[EMAIL PROTECTED]> wrote: > > Have you tried making a linked folder in the src directory? File > New > > Folder > Advanced > Link to Folder in file system. This creates an alias in > your pr

Re: [flexcoders] Re: Flex Project Struture

2008-09-17 Thread Howard Fore
Have you tried making a linked folder in the src directory? File > New > Folder > Advanced > Link to Folder in file system. This creates an alias in your project to that folder. Haven't tried it myself, not sure how the compiler is going to like it. The other option would be to put the alias in th

[flexcoders] Re: Flex Project Struture

2008-09-17 Thread flexaustin
; > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of flexaustin > Sent: Tuesday, September 16, 2008 8:25 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Flex Project Struture > > >

RE: [flexcoders] Re: Flex Project Struture

2008-09-17 Thread Ryan Graham
* .project HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexaustin Sent: Tuesday, September 16, 2008 8:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex Project Struture Thanks Ryan. You mentioned Flex

[flexcoders] Re: Flex Project Struture

2008-09-16 Thread flexaustin
Thanks Ryan. You mentioned Flex Builders specific files...what would those be? --- In flexcoders@yahoogroups.com, "Ryan Graham" <[EMAIL PROTECTED]> wrote: > > > If you're using a framework like Cairngorm or Cairngorm with Extensions, > there are already recommended project structures. If you ar