I *used* to do this. Then I realized that unless I keep my entire source tree for all my projects in one repo, it's impossible to reconstruct the exact environment in which my code was compiled. I recommend keeping all non-project-specific classes in lib/ and vendor/ directories within each project's root folder. Just my 2 cents. Cheers,
Ben On Oct 15, 2005, at 2:03 AM, Muzak wrote: > That's where some kind of version control comes in handy ;-) > > Don't think I can go back to working without it. > I work on different computers on a daily basis and being able to grab > the latest version from my network server has saved me alot of > headaches. > > regards, > Muzak > > ----- Original Message ----- > From: "Tim Walling" <[EMAIL PROTECTED]> > To: "Open Source Flash Mailing List" <[email protected]> > Sent: Saturday, October 15, 2005 4:05 AM > Subject: Re: [osflash] Havea general classpath for utilsandreusable > classes ? > > > I was putting reusable stuff in one place, setting that classpath in > flash 7 > and 8, MTASC projects, but I found redistributing a project to be a > pain in > the butt. I still keep my reusable stuff in one area, but I've removed > it as > a classpath and now move all classes used in a project, into that > projects > folder. I think preference wise it depends if you are going to to be > sharing > the project with anyone. I like to keep it all in one folder so I can > just > zip it up, knowing the other developer will get what they need. > > Another issue that came up was certain times where making a change to a > reusable class affected its API or functionality in some, making me > either > a) go back to projects using it, updating them to work properly or b) > keeping an unmodified version handy for use in the older projects. > > my 2c > > Tim > > > > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > ___________________ Ben Jackson Diretor de Desenvolvimento +55 (21) 9997-0593 [EMAIL PROTECTED] http://www.incomumdesign.com _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
