stub for windows gettext script
This commit is contained in:
@ -75,11 +75,17 @@
|
|||||||
<ant target="war" />
|
<ant target="war" />
|
||||||
|
|
||||||
<!-- Update the messages_*.po files.
|
<!-- Update the messages_*.po files.
|
||||||
We need to supply something for windows, and then change the fail property to true,
|
We need to supply the bat file for windows, and then change the fail property to true -->
|
||||||
or else not run this on windows -->
|
<exec executable="sh" osfamily="unix" failifexecutionfails="false" >
|
||||||
<exec executable="sh" failifexecutionfails="false" >
|
|
||||||
<arg value="./bundle-messages.sh" />
|
<arg value="./bundle-messages.sh" />
|
||||||
</exec>
|
</exec>
|
||||||
|
<exec executable="sh" osfamily="mac" failifexecutionfails="false" >
|
||||||
|
<arg value="./bundle-messages.sh" />
|
||||||
|
</exec>
|
||||||
|
<exec executable="cmd" osfamily="windows" failifexecutionfails="false" >
|
||||||
|
<arg value="/c" />
|
||||||
|
<arg value="bundle-messages.bat" />
|
||||||
|
</exec>
|
||||||
<!-- jar again to get the latest messages_*.class files -->
|
<!-- jar again to get the latest messages_*.class files -->
|
||||||
<jar destfile="./build/routerconsole.jar" basedir="./build/obj" includes="**/*.class" update="true" />
|
<jar destfile="./build/routerconsole.jar" basedir="./build/obj" includes="**/*.class" update="true" />
|
||||||
</target>
|
</target>
|
||||||
|
Reference in New Issue
Block a user