1 <?xml version="1.0" encoding="UTF-8"?>
2 <project name="net.sourceforge.phpeclipse.quantum.sql" default="build.jars" basedir=".">
4 <property name="bootclasspath" value=""/>
5 <property name="basews" value="${ws}"/>
6 <property name="baseos" value="${os}"/>
7 <property name="basearch" value="${arch}"/>
8 <property name="basenl" value="${nl}"/>
9 <property name="javacFailOnError" value="false"/>
10 <property name="javacDebugInfo" value="on"/>
11 <property name="javacVerbose" value="true"/>
12 <property name="javacSource" value="1.3"/>
13 <property name="javacTarget" value="1.2"/>
14 <property name="compilerArg" value=""/>
16 <target name="init" depends="properties">
17 <condition property="pluginTemp" value="${buildTempFolder}/plugins">
18 <isset property="buildTempFolder"/>
20 <property name="pluginTemp" value="${basedir}"/>
21 <condition property="build.result.folder" value="${pluginTemp}/net.sourceforge.phpeclipse.quantum.sql">
22 <isset property="buildTempFolder"/>
24 <property name="build.result.folder" value="${basedir}"/>
25 <property name="temp.folder" value="${basedir}/temp.folder"/>
26 <property name="plugin.destination" value="${basedir}"/>
29 <target name="properties" if="eclipse.running">
30 <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
33 <target name="build.update.jar" depends="init" description="Build the plug-in: net.sourceforge.phpeclipse.quantum.sql for an update site.">
34 <delete dir="${temp.folder}"/>
35 <mkdir dir="${temp.folder}"/>
36 <antcall target="build.jars"/>
37 <antcall target="gather.bin.parts">
38 <param name="destination.temp.folder" value="${temp.folder}/"/>
40 <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.quantum.sql_2.4.4.jar" basedir="${temp.folder}/net.sourceforge.phpeclipse.quantum.sql_2.4.4" filesonly="false" whenempty="skip" update="false"/>
41 <delete dir="${temp.folder}"/>
44 <target name="quantum.jar" depends="init" unless="quantum.jar" description="Create jar: quantum.jar.">
45 <delete dir="${temp.folder}/quantum.jar.bin"/>
46 <mkdir dir="${temp.folder}/quantum.jar.bin"/>
47 <!-- compile the source code -->
48 <javac destdir="${temp.folder}/quantum.jar.bin" failonerror="${javacFailOnError}" verbose="${javacVerbose}" debug="${javacDebugInfo}" includeAntRuntime="no" bootclasspath="${bootclasspath}" source="${javacSource}" target="${javacTarget}" >
49 <compilerarg line="${compilerArg}"/>
51 <pathelement path="../../../eclipse301/plugins/org.eclipse.core.runtime_3.0.1/runtime.jar"/>
52 <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/core.jar"/>
53 <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/console.jar"/>
54 <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/>
55 <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/resolver.jar"/>
56 <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.jar"/>
57 <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.jar"/>
58 <pathelement path="../../../eclipse301/plugins/org.eclipse.core.resources_3.0.1/resources.jar"/>
59 <pathelement path="../../../eclipse301/plugins/org.eclipse.core.resources.win32_3.0.0/resources.jar"/>
60 <pathelement path="../../../eclipse301/plugins/org.eclipse.core.resources.win32_3.0.0/resources-win32.jar"/>
61 <pathelement path="../../../eclipse301/plugins/org.eclipse.core.runtime.compatibility_3.0.0/compatibility.jar"/>
62 <pathelement path="../../../eclipse301/plugins/org.eclipse.update.configurator_3.0.0/configurator.jar"/>
63 <pathelement path="../../../eclipse301/plugins/org.eclipse.swt_3.0.1/ws/${basews}/swt.jar"/>
64 <pathelement path="../../../eclipse301/plugins/org.eclipse.swt.win32_3.0.1/ws/${basews}/swt.jar"/>
65 <pathelement path="../../../eclipse301/plugins/org.eclipse.swt.win32_3.0.1"/>
66 <pathelement path="../../../eclipse301/plugins/org.eclipse.ui_3.0.1/ui.jar"/>
67 <pathelement path="../../../eclipse301/plugins/org.eclipse.help_3.0.0/help.jar"/>
68 <pathelement path="../../../eclipse301/plugins/org.eclipse.jface_3.0.0/jface.jar"/>
69 <pathelement path="../org.eclipse.ui.workbench/bin"/>
70 <pathelement path="../org.eclipse.ui.workbench/compatibility.jar"/>
71 <pathelement path="../org.eclipse.ui.workbench/workbench.jar"/>
72 <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/compatibility.jar"/>
73 <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/workbench.jar"/>
74 <pathelement path="../../../eclipse301/plugins/org.eclipse.core.expressions_3.0.0/expressions.jar"/>
75 <pathelement path="../org.eclipse.ui.ide/bin"/>
76 <pathelement path="../org.eclipse.ui.ide/ide.jar"/>
77 <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.win32_3.0.1/ide.jar"/>
78 <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.win32_3.0.1/workbenchwin32.jar"/>
79 <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.views_3.0.0/views.jar"/>
80 <pathelement path="../../../eclipse301/plugins/org.eclipse.update.core_3.0.1/updatecore.jar"/>
81 <pathelement path="../../../eclipse301/plugins/org.eclipse.update.core.win32_3.0.0/updatecore.jar"/>
82 <pathelement path="../../../eclipse301/plugins/org.eclipse.update.ui_3.0.1/updateui.jar"/>
83 <pathelement path="../../../eclipse301/plugins/org.eclipse.help.base_3.0.1/helpbase.jar"/>
84 <pathelement path="../../../eclipse301/plugins/org.apache.lucene_1.3.1/parser.jar"/>
85 <pathelement path="../../../eclipse301/plugins/org.apache.lucene_1.3.1/lucene-1.3-final.jar"/>
86 <pathelement path="../../../eclipse301/plugins/org.eclipse.help.appserver_3.0.0/appserver.jar"/>
87 <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.forms_3.0.0/forms.jar"/>
88 <pathelement path="../../../eclipse301/plugins/org.eclipse.jface.text_3.0.1/jfacetext.jar"/>
89 <pathelement path="../../../eclipse301/plugins/org.eclipse.text_3.0.1/text.jar"/>
90 <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.editors_3.0.1/editors.jar"/>
91 <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench.texteditor_3.0.1/texteditor.jar"/>
92 <pathelement path="../../../eclipse301/plugins/org.eclipse.core.filebuffers_3.0.1/filebuffers.jar"/>
96 <!-- Copy necessary resources -->
97 <copy todir="${temp.folder}/quantum.jar.bin" failonerror="true">
98 <fileset dir="src/" excludes="**/*.java, **/package.htm*" />
100 <mkdir dir="${build.result.folder}"/>
101 <jar jarfile="${build.result.folder}/quantum.jar" basedir="${temp.folder}/quantum.jar.bin"/>
102 <delete dir="${temp.folder}/quantum.jar.bin"/>
105 <target name="quantumsrc.zip" depends="init" unless="quantumsrc.zip">
106 <mkdir dir="${build.result.folder}"/>
107 <zip zipfile="${build.result.folder}/quantumsrc.zip" filesonly="false" whenempty="skip" update="false">
108 <fileset dir="src/" includes="**/*.java" />
112 <target name="build.jars" depends="init" description="Build all the jars for the plug-in: net.sourceforge.phpeclipse.quantum.sql.">
113 <available property="quantum.jar" file="${build.result.folder}/quantum.jar"/>
114 <antcall target="quantum.jar"/>
117 <target name="build.sources" depends="init">
118 <available property="quantumsrc.zip" file="${build.result.folder}/quantumsrc.zip"/>
119 <antcall target="quantumsrc.zip"/>
122 <target name="gather.bin.parts" depends="init" if="destination.temp.folder">
123 <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.quantum.sql_2.4.4"/>
124 <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.quantum.sql_2.4.4" failonerror="true">
125 <fileset dir="${build.result.folder}" includes="quantum.jar" />
127 <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.quantum.sql_2.4.4" failonerror="true">
128 <fileset dir="${basedir}" includes="icons/,doc/,*.jar,plugin.xml,plugin.properties,install.txt,README" />
132 <target name="build.zips" depends="init">
135 <target name="gather.sources" depends="init" if="destination.temp.folder">
136 <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.quantum.sql_2.4.4"/>
137 <copy file="${build.result.folder}/quantumsrc.zip" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.quantum.sql_2.4.4" failonerror="false"/>
138 <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.quantum.sql_2.4.4" failonerror="false">
139 <fileset dir="${basedir}" includes="src/,schema/,.classpath,.cvsignore,.project,README" />
143 <target name="gather.logs" depends="init" if="destination.temp.folder">
144 <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.quantum.sql_2.4.4"/>
145 <copy file="${temp.folder}/quantum.jar.bin.log" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.quantum.sql_2.4.4" failonerror="false"/>
148 <target name="clean" depends="init" description="Clean the plug-in: net.sourceforge.phpeclipse.quantum.sql of all the zips, jars and logs created.">
149 <delete file="${build.result.folder}/quantum.jar"/>
150 <delete file="${build.result.folder}/quantumsrc.zip"/>
151 <delete file="${plugin.destination}/net.sourceforge.phpeclipse.quantum.sql_2.4.4.jar"/>
152 <delete file="${plugin.destination}/net.sourceforge.phpeclipse.quantum.sql_2.4.4.zip"/>
153 <delete dir="${temp.folder}"/>
156 <target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
157 <eclipse.convertPath fileSystemPath="C:/eclipse3/workspace/net.sourceforge.phpeclipse.quantum.sql" property="resourcePath"/>
158 <eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>
161 <target name="zip.plugin" depends="init" description="Create a zip containing all the elements for the plug-in: net.sourceforge.phpeclipse.quantum.sql.">
162 <delete dir="${temp.folder}"/>
163 <mkdir dir="${temp.folder}"/>
164 <antcall target="build.jars"/>
165 <antcall target="build.sources"/>
166 <antcall target="gather.bin.parts">
167 <param name="destination.temp.folder" value="${temp.folder}/"/>
169 <antcall target="gather.sources">
170 <param name="destination.temp.folder" value="${temp.folder}/"/>
173 <fileset dir="${temp.folder}" includes="**/*.bin.log" />
175 <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.quantum.sql_2.4.4.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
176 <delete dir="${temp.folder}"/>