Le 8 déc. 05, à 16:28, Francis Bourre a écrit : > I uploaded it there : http://tweenpix.net/actionstep/deploy.swf
For those who are interested to run the test build on OSX, here is the build file eq to buildExample You could name it buildExample.sh (DON'T FORGET TO chmod it) ----- buildExmaple.sh #!/bin/bash # Replace with your std directory location std=/usr/local/share/mtasc/std mtasc -cp $std -header 600:500:31 -version 8 -main -strict -trace org.actionstep.ASDebugger.debugPanelTrace -swf bugTracker.swf -cp "src" -cp "examples/src" org/bugtracker/MainClass ----- In the shell, run : $ chmod +x buildExample.sh $ ./buildExample.sh I confirm that everything runs just fine here on osx 10.3.9 Compile time took only 1 second. Thanks for that Nicolas's tool. Great work. Thanks for the effort. ----------- erixtekila http://blog.v-i-a.net/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
