mailiverse/java/webserver/build.xml

132 lines
7.5 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- WARNING: Eclipse auto-generated file.
Any modifications will be overwritten.
To include a user specific buildfile here, simply create one in the same
directory with the processing instruction <?eclipse.ant.import?>
as the first entry and export the buildfile again. -->
<project basedir="." default="build" name="Mailiverse.Mail-WebServer">
<property environment="env"/>
<property name="ECLIPSE_HOME" value="../../../../Desktop/eclipse"/>
<property name="Mailiverse.Ext.BouncyCastle.location" value="../ext/bouncycastle"/>
<property name="Mailiverse.Ext.JordanZimmerman.location" value="../ext/jordanzimmerman"/>
<property name="Mailiverse.Ext.Json.location" value="../ext/json"/>
<property name="debuglevel" value="source,lines,vars"/>
<property name="target" value="1.6"/>
<property name="source" value="1.6"/>
<path id="Apache Tomcat v7.0 [Apache Tomcat v7.0].libraryclasspath">
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/annotations-api.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/catalina-ant.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/catalina-ha.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/catalina-tribes.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/catalina.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/ecj-4.2.1.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/el-api.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/jasper-el.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/jasper.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/jsp-api.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/servlet-api.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-api.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-coyote.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-dbcp.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-i18n-es.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-i18n-fr.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-i18n-ja.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-jdbc.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-util.jar"/>
</path>
<path id="Web App Libraries.libraryclasspath">
<pathelement location="../../../../../../Mailiverse.Ext.BouncyCastle"/>
<pathelement location="../../../../../../Mailiverse.Ext.Json"/>
</path>
<path id="EAR Libraries.libraryclasspath"/>
<path id="Mailiverse.Ext.BouncyCastle.classpath">
<pathelement location="${Mailiverse.Ext.BouncyCastle.location}/bin"/>
<path refid="EAR Libraries.libraryclasspath"/>
<path refid="Apache Tomcat v7.0 [Apache Tomcat v7.0].libraryclasspath"/>
</path>
<path id="Mailiverse.Ext.JordanZimmerman.classpath">
<pathelement location="${Mailiverse.Ext.JordanZimmerman.location}/bin"/>
<path refid="Mailiverse.Ext.BouncyCastle.classpath"/>
</path>
<path id="Mailiverse.Ext.Json.classpath">
<pathelement location="${Mailiverse.Ext.Json.location}/bin"/>
<path refid="EAR Libraries.libraryclasspath"/>
<path refid="Apache Tomcat v7.0 [Apache Tomcat v7.0].libraryclasspath"/>
</path>
<path id="Mailiverse.Mail-WebServer.classpath">
<pathelement location="build/classes"/>
<path refid="Apache Tomcat v7.0 [Apache Tomcat v7.0].libraryclasspath"/>
<path refid="Web App Libraries.libraryclasspath"/>
<path refid="EAR Libraries.libraryclasspath"/>
<pathelement location="lib/recaptcha4j-0.0.7.jar"/>
<pathelement location="lib/javamail-1.4.jar"/>
<pathelement location="lib/mina-core-2.0.4.jar"/>
<pathelement location="lib/slf4j-api-1.3.1.jar"/>
<pathelement location="lib/slf4j-simple-1.3.1.jar"/>
<pathelement location="lib/mysql-connector-java-3.1.14-bin.jar"/>
<pathelement location="lib/aws-java-sdk.jar"/>
<pathelement location="lib/commons-logging-1.1.1.jar"/>
<pathelement location="lib/httpclient-4.1.1.jar"/>
<pathelement location="lib/httpcore-4.1.jar"/>
<pathelement location="lib/commons-codec-1.4.jar"/>
<path refid="Mailiverse.Ext.BouncyCastle.classpath"/>
<path refid="Mailiverse.Ext.JordanZimmerman.classpath"/>
<path refid="Mailiverse.Ext.Json.classpath"/>
</path>
<target name="init">
<mkdir dir="build/classes"/>
<copy includeemptydirs="false" todir="build/classes">
<fileset dir="src">
<exclude name="**/*.java"/>
</fileset>
</copy>
</target>
<target name="clean">
<delete dir="build/classes"/>
</target>
<target depends="clean" name="cleanall">
<ant antfile="build.xml" dir="${Mailiverse.Ext.BouncyCastle.location}" inheritAll="false" target="clean"/>
<ant antfile="build.xml" dir="${Mailiverse.Ext.JordanZimmerman.location}" inheritAll="false" target="clean"/>
<ant antfile="build.xml" dir="${Mailiverse.Ext.Json.location}" inheritAll="false" target="clean"/>
</target>
<target depends="build-subprojects,build-project" name="build"/>
<target name="build-subprojects">
<ant antfile="build.xml" dir="${Mailiverse.Ext.BouncyCastle.location}" inheritAll="false" target="build-project">
<propertyset>
<propertyref name="build.compiler"/>
</propertyset>
</ant>
<ant antfile="build.xml" dir="${Mailiverse.Ext.JordanZimmerman.location}" inheritAll="false" target="build-project">
<propertyset>
<propertyref name="build.compiler"/>
</propertyset>
</ant>
<ant antfile="build.xml" dir="${Mailiverse.Ext.Json.location}" inheritAll="false" target="build-project">
<propertyset>
<propertyref name="build.compiler"/>
</propertyset>
</ant>
</target>
<target depends="init" name="build-project">
<echo message="${ant.project.name}: ${ant.file}"/>
<javac debug="true" debuglevel="${debuglevel}" destdir="build/classes" includeantruntime="false" source="${source}" target="${target}">
<src path="src"/>
<classpath refid="Mailiverse.Mail-WebServer.classpath"/>
</javac>
</target>
<target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects"/>
<target description="copy Eclipse compiler jars to ant lib directory" name="init-eclipse-compiler">
<copy todir="${ant.library.dir}">
<fileset dir="${ECLIPSE_HOME}/plugins" includes="org.eclipse.jdt.core_*.jar"/>
</copy>
<unzip dest="${ant.library.dir}">
<patternset includes="jdtCompilerAdapter.jar"/>
<fileset dir="${ECLIPSE_HOME}/plugins" includes="org.eclipse.jdt.core_*.jar"/>
</unzip>
</target>
<target description="compile project with Eclipse compiler" name="build-eclipse-compiler">
<property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
<antcall target="build"/>
</target>
</project>