Oops, I replied to the wrong thread. Tracy
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Wednesday, March 21, 2007 1:02 PM To: [email protected] Subject: RE: [flexcoders] Re: silly question about using "src" folder I do not know this as a certainty, but I suspect when FB installs, it puts itself in a "trusted" sandbox/folder. The trusted sandbox allows access to both local and network assets. Search the livedocs for "security sandbox" for more detail on that. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Paul DeCoursey Sent: Wednesday, March 21, 2007 8:39 AM To: [email protected] Subject: [flexcoders] Re: silly question about using "src" folder Yes... you set the projects main source folder to "src". I highly recommend it. --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > I was just playing with Ely's Calendar, which uses the src subfolder to > hold source. > > > > Using Flex Builder, I was unable to make this work. I recall reading > that runnable applications must be in the root of the FB project, and in > fact, this was the only way I could get the Calendar to work. > > > > Is is possible to use a subfolder for source under Flex Builder? > > > > Tracy > > > > ________________________________ > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of ben.clinkinbeard > Sent: Thursday, March 15, 2007 12:36 PM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] Re: silly question about using "src" folder > > > > Other than the main application, I put all my project code in > com.mycompany.projects.ProjectName.somePackage, etc. I use the > projects package so I can easily merge project-specific code into my > overall code library if needed. > > Ben > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> > , "Paul DeCoursey" <paul@> wrote: > > > > I use src or source, I had many issues when I dumped sources in the > > root. Mostly issues with recursive copies and subversion. I use > > "source" for library and flex only projects. If the project is mixed > > with server side logic then I use src/flex then all my source files > > are in one location, but split out by language. > > > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> > <mailto:flexcoders%40yahoogroups.com> , "Manuel Saint-Victor" > > <diamondtearz@> wrote: > > > > > > Are mpost people using a separate "src" folder instead of just > > dumping src > > > code into the main project folder? > > > > > >

