mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
supress output for png-generating script
This commit is contained in:
parent
1b3c8ed661
commit
ccc46a819c
1 changed files with 5 additions and 2 deletions
|
@ -55,7 +55,8 @@
|
||||||
<arg value="clean"/>
|
<arg value="clean"/>
|
||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
<exec dir="." executable="../scripts/mkimages.sh" failonerror="true">
|
<exec dir="." executable="../scripts/mkimages.sh"
|
||||||
|
failonerror="true" output="/dev/null" >
|
||||||
<arg value="--clean"/>
|
<arg value="--clean"/>
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
@ -69,7 +70,9 @@
|
||||||
<arg value="CHAT_ENABLED=${CHAT_ENABLED}" />
|
<arg value="CHAT_ENABLED=${CHAT_ENABLED}" />
|
||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
<exec dir="." executable="../scripts/mkimages.sh" failonerror="true"/>
|
<exec dir="." executable="../scripts/mkimages.sh"
|
||||||
|
failonerror="true" output="/dev/null"
|
||||||
|
/>
|
||||||
|
|
||||||
<exec dir="." executable="../scripts/gen_gcmid.sh"
|
<exec dir="." executable="../scripts/gen_gcmid.sh"
|
||||||
output="src/org/eehouse/android/xw4/GCMConsts.java"
|
output="src/org/eehouse/android/xw4/GCMConsts.java"
|
||||||
|
|
Loading…
Reference in a new issue