| | |
| | | file in this directory for build instructions. |
| | | </description> |
| | | |
| | | <!-- Build JVM properties --> |
| | | <property name="MEM" value="256M"/> |
| | | |
| | | <!-- General server-wide properties --> |
| | | <property name="src.dir" location="src/server" /> |
| | | <property name="build.dir" location="build" /> |
| | |
| | | </not> |
| | | </condition> |
| | | |
| | | <condition property="MEM" value="192M"> |
| | | <not> |
| | | <isset property="MEM" /> |
| | | </not> |
| | | </condition> |
| | | |
| | | |
| | | <!-- |
| | |
| | | ! --> |
| | | <target name="rebuild" depends="generatemessages" |
| | | description="Rebuild the server without destroying config or data."> |
| | | <!-- Set the amount of memory to use for the build --> |
| | | <condition property="MEM" value="192M"> |
| | | <not> |
| | | <isset property="MEM" /> |
| | | </not> |
| | | </condition> |
| | | |
| | | <!-- Construct the version number string --> |
| | | <taskdef name="getversionnumber" |
| | |
| | | |
| | | <target name="buildtools" depends="init" |
| | | description="Builds the build tools"> |
| | | <!-- Set the amount of memory to use for the build --> |
| | | <condition property="MEM" value="192M"> |
| | | <not> |
| | | <isset property="MEM" /> |
| | | </not> |
| | | </condition> |
| | | |
| | | <mkdir dir="${buildtools.classes.dir}" /> |
| | | |