currently i do a similar thing of having a "/lib" folder where all my shared actionscript library type classes are (as2lib for example) and simply reference that in my classpath during compilation.
it would be nice to have something like a JAR file in JAVA, where libs can be packaged and referenced via classpath during compile time. i know there is SWC and Shared Libraries, but I haven't really used that stuff -- if there is code packaged in those can you reference that code with "import" statements...? one of my issues of having all shared lib type classes in a directory is during version contorl i end up maintaining the entire lib source tree in my repository -- would be nicer to have one JAR type file and as new versions of that library come out I simply replace the JAR file in my repository... best, vineet_sc --- Leland Rangel <[EMAIL PROTECTED]> wrote: > I do pretty much the same thing as Grant. > > for my internet clients... > > projects\www\com\client\each_project_4_this_client\project_files > > and maintain a global library at... > > projects\lib\library_type\class_directory\class.as > > and set up the class path in flash on lib. > > I use subversion to maintain my source code and have > built the same > directory structure in the repository. I use the > "www" identifier that > i will change to various identifiers such as "win" > for instance if > working on a project that will run from the desktop > on a windows > machine. I think this is okay, but sometimes leads > to a client with > projects in multiple 'spaces' such as www and > win...but that rarely > happens. > > For each project directory for a given client the > structure normally > contains a variation of these directories...docs, > source, db, public, > test, lib, assets but may have additional > directories if needed. each > of those might get sectioned up depending as well. > > I have been told before that it's overly complex, > but I tend to be a > organizational freak so I don't care :P > > Leland > > > On 10/14/05, Flapflap <[EMAIL PROTECTED]> wrote: > > Hi there, > > > > I'm try to figure out what the best way to have a > folder for class that > > I use often and in all project like login class or > abstract class for > > mvc or Delegate, etc... > > > > 1st I was working with the mx path but wrong idea > since flash8 is here > > and have a different path. > > So I'm thinking of set a folder for that and set > this classpath in flash > > and in my mtasc project configuration ? > > > > What's your idea or recommandation ? > > > > Thanks > > Ff > > > > > > _______________________________________________ > > osflash mailing list > > [email protected] > > > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > > > -- > Leland Rangel > www.furiouscode.com > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
