<?xml version="1.0" encoding="UTF-8"?>
<project name="net.sourceforge.phpeclipse.tidy" default="build.jars" basedir=".">

	<property name="bootclasspath" value=""/>
	<property name="basews" value="${ws}"/>
	<property name="baseos" value="${os}"/>
	<property name="basearch" value="${arch}"/>
	<property name="basenl" value="${nl}"/>
	<property name="javacFailOnError" value="false"/>
	<property name="javacDebugInfo" value="on"/>
	<property name="javacVerbose" value="true"/>
	<property name="javacSource" value="1.3"/>
	<property name="javacTarget" value="1.2"/>
	<property name="compilerArg" value=""/>

	<target name="init" depends="properties">
		<condition property="pluginTemp" value="${buildTempFolder}/plugins">
			<isset property="buildTempFolder"/>
		</condition>
		<property name="pluginTemp" value="${basedir}"/>
		<condition property="build.result.folder" value="${pluginTemp}/net.sourceforge.phpeclipse.jtidy">
			<isset property="buildTempFolder"/>
		</condition>
		<property name="build.result.folder" value="${basedir}"/>
		<property name="temp.folder" value="${basedir}/temp.folder"/>
		<property name="plugin.destination" value="${basedir}"/>
	</target>

	<target name="properties" if="eclipse.running">
		<property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
	</target>

	<target name="build.update.jar" depends="init" description="Build the plug-in: net.sourceforge.phpeclipse.tidy for an update site.">
		<delete dir="${temp.folder}"/>
		<mkdir dir="${temp.folder}"/>
		<antcall target="build.jars"/>
		<antcall target="gather.bin.parts">
			<param name="destination.temp.folder" value="${temp.folder}/"/>
		</antcall>
		<zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.tidy_1.1.0.jar" basedir="${temp.folder}/net.sourceforge.phpeclipse.tidy_1.1.0" filesonly="false" whenempty="skip" update="false"/>
		<delete dir="${temp.folder}"/>
	</target>

	<target name="jtidy.jar" depends="init" unless="jtidy.jar" description="Create jar: jtidy.jar.">
		<delete dir="${temp.folder}/jtidy.jar.bin"/>
		<mkdir dir="${temp.folder}/jtidy.jar.bin"/>
		<!-- compile the source code -->
		<javac destdir="${temp.folder}/jtidy.jar.bin" failonerror="${javacFailOnError}" verbose="${javacVerbose}" debug="${javacDebugInfo}" includeAntRuntime="no" bootclasspath="${bootclasspath}" source="${javacSource}" target="${javacTarget}"		>
			<compilerarg line="${compilerArg}"/>
			<classpath>
				<pathelement path="../../plugins/org.eclipse.core.runtime.compatibility_3.0.0/compatibility.jar"/>
				<pathelement path="../../plugins/org.eclipse.core.runtime_3.0.0/runtime.jar"/>
				<pathelement path="../../plugins/org.eclipse.osgi_3.0.0/core.jar"/>
				<pathelement path="../../plugins/org.eclipse.osgi_3.0.0/console.jar"/>
				<pathelement path="../../plugins/org.eclipse.osgi_3.0.0/osgi.jar"/>
				<pathelement path="../../plugins/org.eclipse.osgi_3.0.0/resolver.jar"/>
				<pathelement path="../../plugins/org.eclipse.osgi_3.0.0/defaultAdaptor.jar"/>
				<pathelement path="../../plugins/org.eclipse.osgi_3.0.0/eclipseAdaptor.jar"/>
				<pathelement path="../../plugins/org.eclipse.update.configurator_3.0.0/configurator.jar"/>
				<pathelement path="../../plugins/org.eclipse.ui.ide_3.0.0/ide.jar"/>
				<pathelement path="../../plugins/org.eclipse.ui.win32_3.0.0/ide.jar"/>
				<pathelement path="../../plugins/org.eclipse.ui.win32_3.0.0/workbenchwin32.jar"/>
				<pathelement path="../../plugins/org.eclipse.core.resources_3.0.0/resources.jar"/>
				<pathelement path="../../plugins/org.eclipse.core.resources.win32_3.0.0/resources.jar"/>
				<pathelement path="../../plugins/org.eclipse.core.resources.win32_3.0.0/resources-win32.jar"/>
				<pathelement path="../../plugins/org.eclipse.help_3.0.0/help.jar"/>
				<pathelement path="../../plugins/org.eclipse.ui_3.0.0/ui.jar"/>
				<pathelement path="../../plugins/org.eclipse.swt_3.0.0/ws/${basews}/swt.jar"/>
				<pathelement path="../../plugins/org.eclipse.swt.win32_3.0.0/ws/${basews}/swt.jar"/>
				<pathelement path="../../plugins/org.eclipse.jface_3.0.0/jface.jar"/>
				<pathelement path="../../plugins/org.eclipse.ui.workbench_3.0.0/compatibility.jar"/>
				<pathelement path="../../plugins/org.eclipse.ui.workbench_3.0.0/workbench.jar"/>
				<pathelement path="../../plugins/org.eclipse.ui.workbench.compatibility_3.0.0/compatibility.jar"/>
				<pathelement path="../../plugins/org.eclipse.ui.workbench.compatibility_3.0.0/workbench.jar"/>
				<pathelement path="../../plugins/org.eclipse.core.expressions_3.0.0/expressions.jar"/>
				<pathelement path="../../plugins/org.eclipse.ui.views_3.0.0/views.jar"/>
				<pathelement path="../../plugins/org.eclipse.update.core_3.0.0/updatecore.jar"/>
				<pathelement path="../../plugins/org.eclipse.update.core.win32_3.0.0/updatecore.jar"/>
				<pathelement path="../../plugins/org.eclipse.update.ui_3.0.0/updateui.jar"/>
				<pathelement path="../../plugins/org.eclipse.help.base_3.0.0/helpbase.jar"/>
				<pathelement path="../../plugins/org.apache.lucene_1.3.0/parser.jar"/>
				<pathelement path="../../plugins/org.apache.lucene_1.3.0/lucene-1.3-final.jar"/>
				<pathelement path="../../plugins/org.eclipse.help.appserver_3.0.0/appserver.jar"/>
				<pathelement path="../../plugins/org.eclipse.ui.forms_3.0.0/forms.jar"/>
				<pathelement path="../../plugins/org.eclipse.jface.text_3.0.0/jfacetext.jar"/>
				<pathelement path="../../plugins/org.eclipse.text_3.0.0/text.jar"/>
				<pathelement path="../../plugins/org.eclipse.ui.workbench.texteditor_3.0.0/texteditor.jar"/>
				<pathelement path="../../plugins/org.eclipse.ui.editors_3.0.0/editors.jar"/>
				<pathelement path="../../plugins/org.eclipse.core.filebuffers_3.0.0/filebuffers.jar"/>
			</classpath>
			<src path="src/"			/>
			</javac>
		<!-- Copy necessary resources -->
		<copy todir="${temp.folder}/jtidy.jar.bin" failonerror="true">
			<fileset dir="src/" excludes="**/*.java"			/>
		</copy>
		<mkdir dir="${build.result.folder}"/>
		<jar jarfile="${build.result.folder}/jtidy.jar" basedir="${temp.folder}/jtidy.jar.bin"/>
		<delete dir="${temp.folder}/jtidy.jar.bin"/>
	</target>

	<target name="jtidysrc.zip" depends="init" unless="jtidysrc.zip">
		<mkdir dir="${build.result.folder}"/>
		<zip zipfile="${build.result.folder}/jtidysrc.zip" filesonly="false" whenempty="skip" update="false">
			<fileset dir="src/" includes="**/*.java"			/>
		</zip>
	</target>

	<target name="build.jars" depends="init" description="Build all the jars for the plug-in: net.sourceforge.phpeclipse.tidy.">
		<available property="jtidy.jar" file="${build.result.folder}/jtidy.jar"/>
		<antcall target="jtidy.jar"/>
	</target>

	<target name="build.sources" depends="init">
		<available property="jtidysrc.zip" file="${build.result.folder}/jtidysrc.zip"/>
		<antcall target="jtidysrc.zip"/>
	</target>

	<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
		<mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.tidy_1.1.0"/>
	</target>

	<target name="build.zips" depends="init">
	</target>

	<target name="gather.sources" depends="init" if="destination.temp.folder">
		<mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.tidy_1.1.0"/>
		<copy file="${build.result.folder}/jtidysrc.zip" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.tidy_1.1.0" failonerror="false"/>
	</target>

	<target name="gather.logs" depends="init" if="destination.temp.folder">
		<mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.tidy_1.1.0"/>
		<copy file="${temp.folder}/jtidy.jar.bin.log" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.tidy_1.1.0" failonerror="false"/>
	</target>

	<target name="clean" depends="init" description="Clean the plug-in: net.sourceforge.phpeclipse.tidy of all the zips, jars and logs created.">
		<delete file="${build.result.folder}/jtidy.jar"/>
		<delete file="${build.result.folder}/jtidysrc.zip"/>
		<delete file="${plugin.destination}/net.sourceforge.phpeclipse.tidy_1.1.0.jar"/>
		<delete file="${plugin.destination}/net.sourceforge.phpeclipse.tidy_1.1.0.zip"/>
		<delete dir="${temp.folder}"/>
	</target>

	<target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
		<eclipse.convertPath fileSystemPath="C:/eclipse3m9/workspace/net.sourceforge.phpeclipse.jtidy" property="resourcePath"/>
		<eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>
	</target>

	<target name="zip.plugin" depends="init" description="Create a zip containing all the elements for the plug-in: net.sourceforge.phpeclipse.tidy.">
		<delete dir="${temp.folder}"/>
		<mkdir dir="${temp.folder}"/>
		<antcall target="build.jars"/>
		<antcall target="build.sources"/>
		<antcall target="gather.bin.parts">
			<param name="destination.temp.folder" value="${temp.folder}/"/>
		</antcall>
		<antcall target="gather.sources">
			<param name="destination.temp.folder" value="${temp.folder}/"/>
		</antcall>
		<delete>
			<fileset dir="${temp.folder}" includes="**/*.bin.log"			/>
		</delete>
		<zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.tidy_1.1.0.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/>
		<delete dir="${temp.folder}"/>
	</target>

</project>
