New issue 78 by aau...@gmail.com: using multiple -cmd in build.hxml causes
error
http://code.google.com/p/eclihx/issues/detail?id=78
What steps will reproduce the problem?
1. use multiple -cmd in build.hxml, for example:
###################################
#build resources
###################################
-cmd cd res
-cmd hxswfml xml2lib res.xml res.swf
-cmd cd ..
###################################
#build application
###################################
-lib polygonal
-cp src
-main Main
-swf-lib ../res/res.swf
-swf9 out/HelloWorld.swf
-swf-header 400:300:30:888888
-debug
commenting the multiple -cmd, fixes the problem
What is the expected output? What do you see instead?
expected, successful build (it did success by building from command line).
What I get from eclihx, Error(1): Multiple: -main
What version of the product are you using? On what operating system?
Eclipse Helios
Ubuntu 10.10
Haxe 2.07 (non nightly)
Eclihx 0.4.0
Please provide any additional information below.
Comment #1 on issue 78 by goodwi...@gmail.com: using multiple -cmd in
build.hxml causes error
http://code.google.com/p/eclihx/issues/detail?id=78
(No comment was entered for this change.)
Comment #2 on issue 78 by goodwi...@gmail.com: using multiple -cmd in
An intermediate version is available in trunk. Currently it's able to work
with
-cmd mkdir "my folder with spaces"
Sorry, It cannot work with -cmd containing quoted parameters with spaces
yet.
Comment #6 on issue 78 by goodwi...@gmail.com: using multiple -cmd in
build.hxml causes error
http://code.google.com/p/eclihx/issues/detail?id=78
Fixed in trunk, thanks for posing.
Should be fixed in trunk. Thank you for posting.