Hi Iiley, yes you're right. Possibly we should come up with a command line tool to work with these classpath files. The following functions come to my mind:
sort - sort the file in alphabetical order but with respect to the point syntax. (is there any difference ?!) merge - merge two files and remove duplicates compare to src tree - compares a classpath file to the .as files available in the source tree and spits out difference, union etc. The most simple solution might be an ant task... Greetings Stefan iiley wrote: > Hi Stefan, > > Cool function, I'm thinking a function to create a file with all > classes which were not compiled but they are in the class path, .:) > This is useful for a big project, for some reason some classes are old > and there is no one referenced it, so we can remove it to make our > project clear, but without tools, we don't know which are them, so if > there's a flag for compiler to point out them, it will be coo.:) Any > other guy need this feature? > > > 2006/2/23, Stefan Klug <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: > > Wheeeha, > > I just got Mtasc to compile and did my first steps with OCaml > **funky**. > > It's now possible to create a file with all classes which were > compiled. > This file is compatible to mtascs -exclude syntax and makes it easy to > create a dll system > ( I'm currently thinking of a dll system with a tree like structure to > minimize double loading of classes) > > If anybody is interested in the code I'd be happy to share it. > > Sorry for mailing list pollution, but I had to tell someone. > > Have a good day > Stefan > > _______________________________________________ > osflash mailing list > osflash@osflash.org <mailto:osflash@osflash.org> > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > > > -- > iiley > AsWing http://www.aswing.org > Blog http://spaces.msn.com/members/iiley/ > >------------------------------------------------------------------------ > >_______________________________________________ >osflash mailing list >osflash@osflash.org >http://osflash.org/mailman/listinfo/osflash_osflash.org > > _______________________________________________ osflash mailing list osflash@osflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org