06-03-2010 10:58 AM
<target name="deploy.activiti.modeler.into.tomcat" unless="skip.deploy.activiti.modeler">
<antcall target="internal.download.activiti.modeler" /> <!– Can't use depends for this, due to http://ant.apache.org/faq.html#stop-dependency-->
<mkdir dir="${activiti.home}/apps/activiti-model-repository"/>
<copy file="${activiti.home}/setup/files/webapps/activiti-modeler-${activiti.version}.war"
tofile="${tomcat.home}/webapps/activiti-modeler.war"/>
</target>
<target name="internal.download.activiti.modeler" unless="is.activiti.modeler.available">
<echo message="This could take a while. Set the 'skip.deploy.activiti.modeler' property in user.home/.activiti/build.properties to skip this step" />
<get src="${activiti.modeler.download.url}" dest="${activiti.home}/setup/files/webapps/activiti-modeler-${activiti.version}.war"/>
</target>
06-04-2010 07:38 AM
06-04-2010 01:55 PM
06-04-2010 02:12 PM
06-17-2010 10:33 AM
06-17-2010 10:41 AM
06-18-2010 02:48 AM
06-18-2010 10:31 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.