[flexcoders] Re: silly question about using src folder

2007-03-21 Thread Paul DeCoursey
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Thursday, March 15, 2007 12:36 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: silly question about using src folder Other than the main application, I put all my project code

RE: [flexcoders] Re: silly question about using src folder

2007-03-21 Thread Ely Greenfield
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Tuesday, March 20, 2007 7:16 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: silly question about using src folder I was just playing with Ely's Calendar, which uses the src subfolder to hold

RE: [flexcoders] Re: silly question about using src folder

2007-03-21 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul DeCoursey Sent: Wednesday, March 21, 2007 8:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: silly question about using src folder Yes... you set the projects main source folder to src. I highly recommend

RE: [flexcoders] Re: silly question about using src folder

2007-03-21 Thread Tracy Spratt
] On Behalf Of Paul DeCoursey Sent: Wednesday, March 21, 2007 8:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: silly question about using src folder Yes... you set the projects main source folder to src. I highly recommend it. --- In flexcoders@yahoogroups.com mailto:flexcoders

[flexcoders] Re: silly question about using src folder

2007-03-21 Thread Paul DeCoursey
Another minor benefit is that the project is better organized. Your destination folder then does not reside in the source folder. Project settings are not in the source folder. And you can setup locales easier. I also do this because this is what I'm used to. For example when you create a Java

RE: [flexcoders] Re: silly question about using src folder

2007-03-21 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul DeCoursey Sent: Wednesday, March 21, 2007 8:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: silly question about using src folder Yes... you set the projects main source folder to src. I highly

RE: [flexcoders] Re: silly question about using src folder

2007-03-20 Thread Tracy Spratt
: 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 flexcoders

[flexcoders] Re: silly question about using src folder

2007-03-15 Thread Paul DeCoursey
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

[flexcoders] Re: silly question about using src folder

2007-03-15 Thread ben.clinkinbeard
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 flexcoders@yahoogroups.com, Paul DeCoursey [EMAIL