-
18 Feb 2013 3:31 PM #1
ant integration issue
ant integration issue
Can the x-sencha-command task be made to accept a working directory? It would be much nicer to be able to specify the directory we want to work on from the ant task. More relevant I suppose would be to make the "app build" command allow for specifying a working directory instead of requiring it to be in the directory.
Example:
ant task copies all files from a directory into a compile directory (files are coming from multiple locations because we want to keep some common files in a common directory). Then I need to execute the x-sencha-command app build production in the resulting compile directory.
-
26 Mar 2013 3:28 AM #2
As of Sencha Cmd v3.1.0.216 you can do the following
Code:<x-sencha-command dir="appDirectory"> app build </x-sencha-command>
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote