forked from I2P_Developers/i2p.i2p
Build: Compile resource bundles from ant, not msgfmt,
speeding up builds with translations by 20x
This commit is contained in:
@@ -113,6 +113,11 @@
|
||||
<exec executable="sh" osfamily="windows" failifexecutionfails="false" >
|
||||
<arg value="./bundle-messages.sh" />
|
||||
</exec>
|
||||
<javac source="${javac.version}" target="${javac.version}"
|
||||
includeAntRuntime="false"
|
||||
srcdir="build/messages-src" destdir="src/WEB-INF/classes">
|
||||
<compilerarg line="${javac.compilerargs}" />
|
||||
</javac>
|
||||
</target>
|
||||
|
||||
<target name="poupdate" depends="builddep, compile">
|
||||
|
Reference in New Issue
Block a user