When i test it, i have this problem
Last login: Wed Apr 12 10:22:13 on ttyp1
java -jar flex/lib/mxmlc.jar -load-config flex/frameworks -default-background-color '#FFFFFF' -default-frame-rate 25 -optimize -default-size 550 400 -file-specs '/Users/bolomichelin/Desktop/flCompile.1/HelloAS3.as'
Welcome to Darwin!
Ordinateur-de-Bolo-Michelin:~ bolomichelin$ java -jar flex/lib/mxmlc.jar -load-config flex/frameworks -default-background-color '#FFFFFF' -default-frame-rate 25 -optimize -default-size 550 400 -file-specs '/Users/bolomichelin/Desktop/flCompile.1/HelloAS3.as'
null: /Users/bolomichelin/flex/frameworks (No such file or directory)
java.io.FileNotFoundException: /Users/bolomichelin/flex/frameworks (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at flex2.compiler.io.FileUtil.openStream(FileUtil.java:99)
at flex2.compiler.io.FileUtil.openStream(FileUtil.java:86)
at flex2.compiler.io.LocalFile.getInputStream(LocalFile.java:93)
at flex2.tools.Compiler.processConfiguration(Compiler.java:371)
at flex2.tools.Compiler.main(Compiler.java:66)
Ordinateur-de-Bolo-Michelin:~ bolomichelin$
I change flCompile and Test.workflow with the good command
if fileExtension is "as" then
set myScript to "java -jar flex/lib/mxmlc.jar -load-config flex/frameworks " & cmdLineParams & " -file-specs '" & filePath & "'"
else if fileExtension is "mxml" then
set myScript to "java -jar flex/lib/mxmlc.jar -load-config flex/frameworks -file-specs '" & filePath & "'"
else
Hi,I hope you like it`-`
John
Bolo Michelin < [EMAIL PROTECTED]> wrote:Hello,
> I also tried the fCompile, but never got it working. I think that it was an
> applescript that called the terminal, but who knows.
> I use ANT to compile, which works great.
What is it ? Can u give me a url ?
Bolo
How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call rates.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Web site design development Computer software development Software design and development Macromedia flex Software development best practice
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service .
--
Martinique Sans Fil
http://www.martiniquesansfil.com
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

