`
zybing
  • 浏览: 447226 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

jBPM的install目录中的build.xml

阅读更多

在jBPM4.4目录中的install目录中,有一个build.xml,其中有大量的应用:

 

和安装到应用服务器中相关的有(这个里面有下载应用服务器、安装到数据库,安装到eclipse,应用服务器启动关闭等等):

 

和tomcat相关的有这些(把tomcat换成jboss,就是和jboss相关的部分)

 delete.tomcat                     Delete Tomcat
 demo.setup.tomcat             Install Tomcat, HSQL and jBPM; start HSQL server and Tomcat
 demo.teardown.tomcat       Stop HSQL server and Tomcat
 get.tomcat                          Download Tomcat if unavailable
 install.examples.into.tomcat  Deploy example processes to Tomcat
 install.jbpm.into.tomcat        Deploy jBPM to Tomcat
 install.signavio.into.tomcat    Deploy Signavio to Tomcat
 install.tomcat                       Download and install Tomcat
 reinstall.tomcat                    Delete Tomcat and install it again
 reinstall.tomcat.and.jbpm     Delete Tomcat, install it again along with jBPM
 start.tomcat                        Start Tomcat and wait for it to become available
 stop.tomcat                        Signal Tomcat to stop

 

和数据库schema相关的有:

 create.jbpm.schema            Create the jBPM tables in the database
 hsqldb.databasemanager    Start the HSQL database manager
 drop.jbpm.schema              Drop the jBPM tables from the database
 upgrade.jbpm.schema         Upgrade the jBPM tables in the database
 load.example.identities       Load the example users and groups into the database

和eclipse相关的有:

 install.eclipse               Download and install Eclipse
 get.eclipse                   Download Eclipse if unavailable
 start.eclipse                 Start Eclipse

 

还有一些其他的,和本地安装目录相关的:

 clean.cfg.dir                 Delete the generated configuration
 create.cfg                    Generate a configuration
 create.user.webapp            Generate a custom web application

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics