adireddy / eclihx

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

using multiple -cmd in build.hxml causes error #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by aau...@gmail.com on 27 Mar 2011 at 4:51

GoogleCodeExporter commented 9 years ago

Original comment by goodwi...@gmail.com on 27 Mar 2011 at 6:13

GoogleCodeExporter commented 9 years ago

Original comment by goodwi...@gmail.com on 27 Mar 2011 at 6:13

GoogleCodeExporter commented 9 years ago

Original comment by goodwi...@gmail.com on 30 Mar 2011 at 11:14

GoogleCodeExporter commented 9 years ago
An intermediate version is available in trunk. Currently it's able to work with 
-cmd mkdir "my folder with spaces" 

Original comment by goodwi...@gmail.com on 31 Mar 2011 at 10:27

GoogleCodeExporter commented 9 years ago
Sorry, It cannot work with -cmd containing quoted parameters with spaces yet.

Original comment by goodwi...@gmail.com on 1 Apr 2011 at 9:43

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Should be fixed in trunk. Thank you for posting.

Original comment by goodwi...@gmail.com on 2 Apr 2011 at 11:27