I dont use AS Logger, I wrote my own custom logger application: http://developer.mabwebdesign.com/xtrace.html
I dont have any docs for it yet, I'm hoping I'll get some info up soon. On 3/6/06, John Grden <[EMAIL PROTECTED]> wrote: > of course, now I realize you're using a GUI interface for defining your > paths etc. Sorry about that. The information below works with the > script/batch file with mtasc. > > > On 3/6/06, John Grden <[EMAIL PROTECTED]> wrote: > > > > well, I don't have much in the way of pointers for ASDT, but maybe you'd > like to try xray (mac friendly ;) > > > > www.osflash.org/xray > > > > as for the class path issue, if you have a single class to use, you can > add the complete path to that .as file for MTASC to use. If you wanted to > add an entire folder, you could use -pack parameter. > > > > let's say your classes were in > > > > myProject/classes/com/yourDomain/yourApp > > > > and you had 2 classes in there: > > > > Main.as > > View.as > > > > you could add the full class path to the classes folder, then add a pack > to it > > > > -cp "[fullpath from > harddrive]/myProject/classes/com/yourDomain/yourApp" -pack > "com/yourDomain/yourApp" > > > > -pack is not recursive, so you have to add every folder that has classes > that you need for the project being compiled. > > > > hth, > > > > john > > > > > > > > > > On 3/6/06, Ward Ruth < [EMAIL PROTECTED]> wrote: > > > I'm an OSFlash newbie, just getting up to speed with some of the > > > tutorials and such. Got Eclipse running with ASDT, MTASC, and ran > > > through the osflash >> asdt >> logging tutorial. I'm able to get the > > > MyRrecordShop.swf to compile, but I'm experiencing some workflow > > > issues in the IDE. And yes, I'm using a Mac... > > > > > > 1. I'm having a problem with MTASC checking the syntax in my .as > > > files. The Problems View is telling me "type error class not found > > > MyRecordShop." I've right-clicked on the project and made sure that > > > the src directory where the class file is in the class path for the > > > project. But, to no avail. > > > > > > 2. The second issue is I'm trying to use the > > > asdt.logger_0.0.08.build5 as outlined in this tutorial, and when I > > > refresh the swf in the AS Logger view I get the message <X> For input > > > string: "1141695158843.41" from line 0. > > > > > > :-( > > > > > > I spent some time today and set the whole environment up on my PC, > > > and everything works fine. But I'd really like to be able to work on > > > my Mac, and be able to take advantage of these nice workflow > > > features. Is there hope? > > > > > > Thanks in advance for any pointers! > > > > > > > > > Ward Ruth > > > > > > > > > > > > _______________________________________________ > > > osflash mailing list > > > [email protected] > > > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > > > > > > > > > > > -- > > John Grden - Blitz > > > > -- > John Grden - Blitz > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > -- Michael Bianco http://mabwebdesign.com/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
