Jason O'Neil
unread,Aug 29, 2011, 1:33:16 AM8/29/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ecl...@googlegroups.com
Hi again
Just been getting into EclihX and really enjoying it. I was having trouble with some of my hxml files, for example the one below:
-js out/js/main.js
-cp ./src/haxejs/
-main MainJS
-lib jeash
--remap flash:jeash
-cmd cd doc/
I was given the error: "Multiple: -main." The culprit seems to be the "-cmd" option, which runs a command once compilation has completed. After commenting this out it builds successfully.
Does running from EclihX support the cmd option? If not, would it by hard to implement? I use it to generate documentation and rsync certain files that are used at runtime.
Jason
p.s. Thanks for the software, I'm enjoying it...