it's really weird... because mtasc is in /usr/local/bin i can execute it without any problems via terminal :( i only run into problems when it is executed via eclipse. *?*
as far as i can tell the ant task in eclipse is run in the mac os default JRE... look at the screenshot attached. but: if i change it to the workspace JRE i get the same error. any hints what i could do??? tia! henrik Martin Wood-Mitrovski wrote: > 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 > > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
