08-24-2010 12:14 PM
# The db property should refer to the type of database that
# you want to use. Currently only h2 and MySQL is supported.
db=mysql
#ORIGINAL
#db=h2
<target name="demo.setup" depends="h2.install, h2.start,Always do reference to h2, perhaps should be
db.create,
tomcat.install,
deploy.activiti.engine.into.tomcat,
db.demo.data,
deploy.activiti.rest.into.tomcat,
deploy.activiti.explorer.and.probe.into.tomcat,
tomcat.start,
deploy.activiti.modeler.into.tomcat "/>
<target name="h2.install">Gives the impression that the user/developer must create a new task for mysql
<mkdir dir="${activiti.home}/apps/h2" />
<copy todir="${activiti.home}/apps/h2">
<fileset dir="${activiti.home}/lib">
<include name="h2*.jar"/>
</fileset>
<fileset dir="files/h2" />
</copy>
<chmod perm="a+x">
<fileset dir="${activiti.home}/apps/h2">
<include name="*.sh"/>
</fileset>
</chmod>
</target>
08-25-2010 11:13 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.