Execute Command

<target name="update">
   <exec executable="sencha" dir="${frontend.path}" failonerror="true">
      <arg value="app" />
      <arg value="upgrade" />
      <arg value="${frontend.framework.install.path}" />
   </exec>
</target>

Last updated