[jboss-user] [jBPM] - jBPM-4.4 install script broken in windows platform

HuiSheng Xu do-not-reply at jboss.com
Sat Jul 24 05:57:49 EDT 2010


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100724/358a3a22/attachment.html 


More information about the jboss-user mailing list