my first thought would be to make sure that mtasc is on your path so the task can find it, otherwise i think you have to specify its location using a task property.
But, you said you have mtasc in /usr/local/bin which I would think should be on your path. what happens if you open a terminal and just try to run mtasc from your home directory? although if that works its also possible that the environment which eclipse is running under isnt being configured properly so it doesnt know about /usr/local/bin being on the path. Is the task being run in the workspace JRE or in the seperate JRE? You can find this by opening the 'External Tools Configurations' dialog and seeing how the build is setup there. _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
