<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 5 years ago
Was this helpful?