Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha Premium Member
    Join Date
    Oct 2011
    Location
    Duluth, MN
    Posts
    118
    Vote Rating
    4
    badgerb1 is on a distinguished road

      0  

    Default 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.

  2. #2
    Sencha Premium Member
    Join Date
    Sep 2012
    Posts
    7
    Vote Rating
    1
    LewisWatson is on a distinguished road

      0  

    Default


    As of Sencha Cmd v3.1.0.216 you can do the following

    Code:
    <x-sencha-command dir="appDirectory">
                app
                build
    </x-sencha-command>