[flexcoders] Re: flex2 on a mac - compile

2006-10-11 Thread michaelrohner
Hi, I finally can compile an .mxml file into a swf file I put the flex folder into the user folder and the following code on the command line (terminal) [laptop-Rohner:~] mrohner% flex/flex_sdk_2/bin/mxmlc flex/flex_sdk_2/myFirst.mxml then I got: Loading configuration file

[flexcoders] Re: flex2 on a mac - compile

2006-10-10 Thread michaelrohner
Thanks so much for helping! Last login: Mon Oct 9 20:03:30 on console Welcome to Darwin! [laptop-Rohner:~] mrohner% java -version java version 1.5.0_06 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112) Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode)

Re: [flexcoders] Re: flex2 on a mac - compile

2006-10-10 Thread Tom Chiverton
On Tuesday 10 October 2006 04:20, michaelrohner wrote: [laptop-Rohner:~] mrohner% mxmlc.exe -jar The .exe means this is probably a Windows executable. You want just 'mxmlc'. Does the flex folder have to be in the site folder because it is running from the server? By 'flex folder' do you mean

Re: [flexcoders] Re: flex2 on a mac - compile

2006-10-10 Thread aaron smith
http://www.mook.co.uk/~alisdair.mills/mxmlc_compiler_osx.html http://www.gskinner.com/blog/archives/2005/12/easily_compile.html http://weblogs.macromedia.com/mesh/archives/2005/12/compiling_actio.html

Re: [flexcoders] Re: flex2 on a mac - compile

2006-10-10 Thread Alisdair Mills
no wonder mac compiling is confusing people ;) http://www.mook.co.uk/~alisdair.mills/mxmlc_compiler_osx.html is from pre-SDK times and way out of date. i'll see if i can get the page updated to display useful information. apologies in the meantime to anyone who visits the page. cheers, Al

Re: [flexcoders] Re: flex2 on a mac - compile

2006-10-09 Thread Tom Chiverton
On Sunday 08 October 2006 07:49, michaelrohner wrote: How can I check if jvs 1.5.2 is installed. I thought, installing of J2SE50Release4 would do it. Please confirm. type java -version -- Tom Chiverton Helping to ambassadorially bully clicks-and-mortar bandwidth

[flexcoders] Re: flex2 on a mac - compile

2006-10-08 Thread michaelrohner
Thanks for reply I'm pretty new to the command line in the terminal. How can I check if jvs 1.5.2 is installed. I thought, installing of J2SE50Release4 would do it. Please confirm. Could you please give me exactly the code in the command line. Thanks again for responding. I'm looking very