Activiti

Rename modules activiti-probe to activiti-webapp-probe, similar for activiti-explorer

Details

  • Type: Task Task
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 5.0.beta2
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

this in order to make it consistent with activiti-cycle (the component) and activiti-webapp-cycle (the webapp)

Activity

Hide
Tom Baeyens added a comment -

remove -webapp from the finalname in all other webapps, just like it is now in the cycle webapp. in the distro, the .war files should not have -webapp in their name.

to be consistent, the setup script should be updated so that the modeler war version is cut out directly at the download, rather then with the copy to tomcat

@see setup/build.xml :
<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.modeler.repository.home}"/>
<copy file="${downloads.dir}/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" />
<mkdir dir="${downloads.dir}"/>
<get src="${activiti.modeler.download.url}" dest="${downloads.dir}/activiti-modeler-${activiti.version}.war"/>
</target>

Show
Tom Baeyens added a comment - remove -webapp from the finalname in all other webapps, just like it is now in the cycle webapp. in the distro, the .war files should not have -webapp in their name. to be consistent, the setup script should be updated so that the modeler war version is cut out directly at the download, rather then with the copy to tomcat @see setup/build.xml : <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.modeler.repository.home}"/> <copy file="${downloads.dir}/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" /> <mkdir dir="${downloads.dir}"/> <get src="${activiti.modeler.download.url}" dest="${downloads.dir}/activiti-modeler-${activiti.version}.war"/> </target>
Hide
Frederik Heremans added a comment -

I think we should leave the behaviour of the downloading of the modeler war as it is. Now, all versions of the modeler war will still be available in the download-dir. If we remove the version in the download-dir, no new version will be fetched when the same downloads.dir is used with a new version of the activiti distro.

Show
Frederik Heremans added a comment - I think we should leave the behaviour of the downloading of the modeler war as it is. Now, all versions of the modeler war will still be available in the download-dir. If we remove the version in the download-dir, no new version will be fetched when the same downloads.dir is used with a new version of the activiti distro.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: