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


On 10/14/05, Scott Hyndman <[EMAIL PROTECTED]> wrote:
This topic's subject seems to be losing spaces at an alarming rate.

Just an observation. ;)

Scott

-----Original Message-----
From:   [EMAIL PROTECTED] on behalf of Muzak
Sent:   Fri 10/14/2005 7:14 PM
To:     Open Source Flash Mailing List
Cc:
Subject:        Re: [osflash] Have a general classpath for utilsandreusable     classes ?
Like Keith I've been using a seperate directory for ALL my classes. In my case E:\Classes.
That directory is added as a global classpath in Flash (7 and 8) and the same thing is done in Eclipse.
And it contains sub folders that make up the class packages.

For instance, I have a com.muzakdeezign.core.Form class that I use *alot*.
That file resides in E:\Classes\com\muzakdeezign\core\

regards,
Muzak

----- Original Message -----
From: "Keith Peters" <[EMAIL PROTECTED] >
To: "'Open Source Flash Mailing List'" <[email protected]>
Sent: Friday, October 14, 2005 10:08 PM
Subject: Re: [osflash] Have a general classpath for utils andreusable classes ?


>I use c:\classes\
> Simple, and works for me but I don't know where that stands as far as best
> practices.
>
> Keith
>
>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]] On Behalf Of Flapflap
>> Sent: Friday, October 14, 2005 3:59 PM
>> To: Open Source Flash Mailing List
>> Subject: Re: [osflash] Have a general classpath for utils and
>> reusable classes ?
>>
>> Sorry,
>>  I know this but my question is more where do you put
>> phisically all the class files your using regulary in all
>> project (included class allready with a package or from other
>> companies) Did you put it in the default class folder of
>> flash or MTASC or in a third folder and configure flash
>> and/or MTASC to use it ?
>>



_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org




_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org





--

---
Tim
timwalling.com
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to