Or better yet, maybe they can add it to the documentation.
Anyway, thanks again for your help.
Or better yet, maybe they can add it to the documentation.
Anyway, thanks again for your help.
Is there is a way to specify exclude options in sencha app build command params instead of modifying build.xml?
Is it possible to instruct ant to copy all excluded classes into app directory in production folder?
hi
i have same problem , i want to exclude files in my build but i could not able to do that ...
anyone have any solution ?
Last edited by zonaib; 20 Jan 2014 at 3:32 AM. Reason: incomplete
How can I exclude directories from sencha app build ?
I tried
```
<target name="-before-init">
<property name="build.operations">
exclude
-file=**/__tia-tests__/**
</property>
</target>
```
But this does not help.
Seems not working in sench cmd 7.0, maybe it's a bug.Code:<target name="-before-init"> <if> <equals arg1="${build.environment}" arg2="production"/> <then> <property name="build.operations"> exclude -namespace=Ext.ux.ajax </property> </then> </if> </target>