|
@@ -1,52 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
-<project basedir="." name="main" default="compileA">
|
|
|
|
|
- <basename property="project" file="${basedir}" />
|
|
|
|
|
- <dirname property="applicationserver.dir" file="${basedir}../" />
|
|
|
|
|
- <dirname property="code.dir" file="${basedir}../../" />
|
|
|
|
|
- <property file="${applicationserver.dir}/a_build/build.properties" />
|
|
|
|
|
- <include file="${applicationserver.dir}/a_build/build_common.xml" as="common" />
|
|
|
|
|
-
|
|
|
|
|
- <target name="compile_x_base_core_project">
|
|
|
|
|
- <java classname="com.x.base.core.project.Compile_x_base_core_project" fork="true">
|
|
|
|
|
- <classpath>
|
|
|
|
|
- <pathelement location="${src.dir}/main/java" />
|
|
|
|
|
- <pathelement location="${src.dir}/main/resources" />
|
|
|
|
|
- <fileset dir="${lib.dir}">
|
|
|
|
|
- <include name="**/*.jar" />
|
|
|
|
|
- </fileset>
|
|
|
|
|
- <fileset dir="${store.dir}/jars">
|
|
|
|
|
- <include name="*.jar" />
|
|
|
|
|
- <exclude name="${project}.jar" />
|
|
|
|
|
- </fileset>
|
|
|
|
|
- </classpath>
|
|
|
|
|
- <arg value="{
|
|
|
|
|
- rootPath:'${applicationserver.dir}'
|
|
|
|
|
- }" />
|
|
|
|
|
- </java>
|
|
|
|
|
- </target>
|
|
|
|
|
-
|
|
|
|
|
- <target name="compileA" depends="compile_x_base_core_project">
|
|
|
|
|
- <java classname="com.x.base.core.project.CompileA" fork="true">
|
|
|
|
|
- <classpath>
|
|
|
|
|
- <pathelement location="${src.dir}/main/java" />
|
|
|
|
|
- <pathelement location="${src.dir}/main/resources" />
|
|
|
|
|
- <fileset dir="${lib.dir}">
|
|
|
|
|
- <include name="**/*.jar" />
|
|
|
|
|
- </fileset>
|
|
|
|
|
- <fileset dir="${store.dir}/jars">
|
|
|
|
|
- <include name="*.jar" />
|
|
|
|
|
- <exclude name="${project}.jar" />
|
|
|
|
|
- </fileset>
|
|
|
|
|
- </classpath>
|
|
|
|
|
- <arg value="{
|
|
|
|
|
- includeAssemble:true,
|
|
|
|
|
- includeCore:true,
|
|
|
|
|
- includeService:true,
|
|
|
|
|
- includeCenter:false,
|
|
|
|
|
- excludes:['x_base_core_project','x_crm_assemble_control','x_crm_core_entity'],
|
|
|
|
|
- rootPath:'${applicationserver.dir}'
|
|
|
|
|
- }" />
|
|
|
|
|
- </java>
|
|
|
|
|
- </target>
|
|
|
|
|
-
|
|
|
|
|
-</project>
|
|
|