JBoss Community

jBPM-4.4 install script broken in windows platform

created by HuiSheng Xu in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community