rsrini7 / flexmonkey

Automatically exported from code.google.com/p/flexmonkey
0 stars 0 forks source link

monkey ant task build fails #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. Follow FlexMonkey 1.0 Code Generation tutorial
2. "Drag the example build.xml to the Ant view, open it to display its
tasks and and double-click on the test-with-launcher task"

What is the expected output?
"The test launcher should appear in a browser, and the MonkeyContacts
application should come up in its upper panel."

What do you see instead?
Buildfile: /home/eprevot/bin/FlexMonkey/MonkeyContactsCodeGenExample/build.xml
clean:
   [delete] Deleting directory
/home/eprevot/bin/FlexMonkey/MonkeyContactsCodeGenExample/output
init:
    [mkdir] Created dir:
/home/eprevot/bin/FlexMonkey/MonkeyContactsCodeGenExample/output
test-with-launcher:

BUILD FAILED
/home/eprevot/bin/FlexMonkey/MonkeyContactsCodeGenExample/build.xml:41:
Error launching the test runner.

Total time: 257 milliseconds

What version of the Flex SDK are you using?
3.3
What version of the FlexMonkey are you using?
1.0
On what operating system?
Ubuntu 9.04

Please provide any additional information below.
with verbose mode, I have this error :
java.io.IOException: Cannot run program "gflashplayer":
java.io.IOException: error=2, No such file or directory

When I create a link named gflashplayer, directed to my standalone
flashplayer, and try again to run the ant build again, I don't have any
error displayed but the flashplayer opens with nothing inside, and the test
launcher still dont appear in the browser.

Original issue reported on code.google.com by elodie_p...@yahoo.fr on 19 Nov 2009 at 1:45

GoogleCodeExporter commented 9 years ago
I replaced "gflashplayer" by "firefox" in UnixSWFLauncher and it works.

Original comment by elodie_p...@yahoo.fr on 19 Nov 2009 at 3:19