* add target to build only adempiere.jar or adempiereRoot.jar, convenient for use to update local deployment.

This commit is contained in:
Heng Sin Low 2007-03-26 10:27:08 +00:00
parent 6e37e1b4dd
commit 2adfabea1a
1 changed files with 13 additions and 0 deletions

View File

@ -55,6 +55,19 @@
<delete dir="${env.ADEMPIERE_ROOT}"/>
</target>
<target name="update-adempiere-jar" depends="init">
<ant inheritAll="false" dir="looks" target="looksCompile"/>
<ant inheritAll="false" dir="dbPort" target="compile"/>
<ant inheritAll="false" dir="print" target="printCompile"/>
<ant inheritAll="false" dir="base" target="compile"/>
<ant inheritAll="false" dir="extend" target="compile"/>
<ant inheritAll="false" dir="client"/>
</target>
<target name="update-serverRoot" depends="init">
<ant inheritAll="false" dir="serverRoot"/>
</target>
<!-- ================================================ -->
<!-- Adempiere Local Install -->
<!-- ================================================ -->