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 PROTECTED]> 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 flexcoders@yahoogroups.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?
> >
>


Reply via email to