|
|
|
@ -166,9 +166,10 @@
|
|
|
|
<jpoxEnhancer classpathref="app.jpox.enhancer.classpath" />
|
|
|
|
<jpoxEnhancer classpathref="app.jpox.enhancer.classpath" />
|
|
|
|
</target>
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|
|
<target name="app-makeJar" description="Make application Jar" depends="app-jpox">
|
|
|
|
<target name="app-makeJar" description="Make application Jar" depends="app-clean, app-jpox">
|
|
|
|
<pathconvert property="jar.classpath.converted" refid="app.jar.classpath" pathsep=" ">
|
|
|
|
<pathconvert property="jar.classpath.converted" refid="app.jar.classpath" pathsep=" ">
|
|
|
|
<map from="${app.dir}/" to="" />
|
|
|
|
<map from="${app.dir}/" to="" />
|
|
|
|
|
|
|
|
<map from="${common.lib.dir}/" to="lib/" />
|
|
|
|
<map from="${basedir}/" to="" />
|
|
|
|
<map from="${basedir}/" to="" />
|
|
|
|
</pathconvert>
|
|
|
|
</pathconvert>
|
|
|
|
<mkdir dir="${app.dist.dir}" />
|
|
|
|
<mkdir dir="${app.dist.dir}" />
|
|
|
|
@ -244,4 +245,4 @@
|
|
|
|
<undeploy url="${url}" username="${username}" password="${password}" path="/${web.name}" />
|
|
|
|
<undeploy url="${url}" username="${username}" password="${password}" path="/${web.name}" />
|
|
|
|
</target>
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|
|
|
|
</project>
|
|
|
|
|