> Hi list, > > > > I’m confused. I love MTASC (especially for it’s speed) and use it in > conjunction with FlashDevelop, also a great tool! > > > > But the next .bat script (altered version from Keith Peters) compiles > slower than the Flash IDE > > Is there an inefficiency in it that I miss? NB Total classes to compile > +/- 30 > > > > IDE 3 secs > > Script below 6.5 secs
It's possible that the IDE cache some classes. So if you just hit Publish without modifying any class it might be faster. Try maybe the same test after modifying one of your source file... And BTW set class="nl\ab\Application.as" should be enough since you already have a -cp you can use a relative directory. Nicolas _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
