Gary Struthers [
http://community.jboss.org/people/GaryS] created the discussion
"5.1 final full installer Ant error on Mac"
To view the discussion, visit:
http://community.jboss.org/message/611743#611743
--------------------------------------------------------------
Thanks so much for releasing this.
Working my way down the documentation with the full installer 'ant install.demo'
worked the first time but 'ant start.demo' failed at line 488.
<exec executable="${eclipse.home}/eclipse" spawn="yes"
osfamily="unix">
I changed it to
<exec executable="${eclipse.home}/eclipse" spawn="yes"
os="Linux">
like it was in a previous version and it worked
Mac isn't Linux so that block won't execute but it is unix so it's executed in
the final script and that's an error.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/611743#611743]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]