HuiSheng Xu [http://community.jboss.org/people/rebody] created the discussion
"jBPM-4.4 install script broken in windows platform" To view the discussion, visit: http://community.jboss.org/message/554249#554249 -------------------------------------------------------------- Hi guys, In windowXP platform, the jBPM 4.4 install script will break. The 'start.tomcat' target will always fail with > start.tomcat: > [exec] The CATALINA_HOME environment variable is not defined correctly > [exec] This environment variable is needed to run this program The workaround is change the line 650 of intall/build.xml to <exec executable="${tomcat.home}/bin/startup.bat" osfamily="windows" dir="${tomcat.home}/bin" spawn="true"/> The related 'stop.tomcat' target could be resovled by the same way. change the line 664 of install/build.xml to <exec executable="${tomcat.home}/bin/shutdown.bat" osfamily="windows" dir="${tomcat.home}/bin" spawn="true"/> But the 'get.eclipse' target always get a html whose size is only 31KB. Is there anybody know how to download eclipse by ant directly? Any reply will be apprieciated. -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/554249#554249] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user