X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.phphelp/build.xml b/net.sourceforge.phpeclipse.phphelp/build.xml index ee787e4..08cac08 100644 --- a/net.sourceforge.phpeclipse.phphelp/build.xml +++ b/net.sourceforge.phpeclipse.phphelp/build.xml @@ -2,50 +2,122 @@ <project name="net.sourceforge.phpeclipse.phphelp" default="build.jars" basedir="."> <property name="bootclasspath" value=""/> - <property name="ws" value="win32"/> - <property name="os" value="win32"/> - <property name="arch" value="x86"/> + <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"> - <property name="plugin" value="net.sourceforge.phpeclipse.phphelp"/> - <property name="version.suffix" value="_1.0.3"/> - <property name="full.name" value="${plugin}${version.suffix}"/> + <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.phphelp"> + <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}"/> - <property name="build.result.folder" 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"> + <target name="build.update.jar" depends="init" description="Build the plug-in: net.sourceforge.phpeclipse.phphelp 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}/${full.name}.jar" basedir="${temp.folder}/${full.name}" filesonly="false"/> + <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.phphelp_1.1.2.jar" basedir="${temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2" filesonly="false" whenempty="skip" update="false"/> <delete dir="${temp.folder}"/> </target> - <target name="gather.bin.parts" depends="init" if="destination.temp.folder"> - <mkdir dir="${destination.temp.folder}/${full.name}"/> - <copy file="${build.result.folder}/phphelp.jar" todir="${destination.temp.folder}/${full.name}"/> - </target> - - <target name="phphelp.jar" depends="init" unless="phphelp.jar"> - <property name="destdir" value="${temp.folder}/phphelp.jar.bin"/> + <target name="phphelp.jar" depends="init" unless="phphelp.jar" description="Create jar: phphelp.jar."> <delete dir="${temp.folder}/phphelp.jar.bin"/> <mkdir dir="${temp.folder}/phphelp.jar.bin"/> <!-- compile the source code --> - <javac destdir="${temp.folder}/phphelp.jar.bin" failonerror="false" verbose="true" debug="on" includeAntRuntime="no" bootclasspath="${bootclasspath}" classpath="../../plugins/org.eclipse.core.resources.win32_2.0.0/resources.jar;../net.sourceforge.phpeclipse/phpeclipse.jar;../../plugins/org.eclipse.swt_2.0.0/ws/${ws}/swt.jar;../../plugins/org.eclipse.core.boot_2.0.0/bin;../../plugins/org.eclipse.core.runtime_2.0.0/runtime.jar;../../plugins/org.eclipse.core.boot_2.0.0/boot.jar;../../plugins/org.eclipse.ui.win32_2.0.0/workbench.jar;../net.sourceforge.phpeclipse/bin;../../plugins/org.eclipse.swt_2.0.0/bin;../../plugins/org.eclipse.core.resources_2.0.0/bin;../../plugins/org.eclipse.core.resources_2.0.0/resources.jar;../../plugins/org.eclipse.swt.win32_2.0.0/ws/${ws}/swt.jar;../../plugins/org.eclipse.help_2.0.0/bin;../../plugins/org.eclipse.ui_2.0.0/workbench.jar;../../plugins/org.eclipse.core.runtime_2.0.0/bin;../../plugins/org.eclipse.help_2.0.0/help.jar;../../plugins/org.eclipse.ui_2.0.0/bin;../../plugins/org.eclipse.ui.win32_2.0.0/workbenchwin32.jar"> - <src path="src/"/> - </javac> - <!-- copy necessary resources --> - <copy todir="${temp.folder}/phphelp.jar.bin"> - <fileset dir="src/" excludes="**/*.java"/> + <javac destdir="${temp.folder}/phphelp.jar.bin" failonerror="${javacFailOnError}" verbose="${javacVerbose}" debug="${javacDebugInfo}" includeAntRuntime="no" bootclasspath="${bootclasspath}" source="${javacSource}" target="${javacTarget}" > + <compilerarg line="${compilerArg}"/> + <classpath> + <pathelement path="../../../eclipse301/plugins/org.eclipse.core.runtime.compatibility_3.0.0/compatibility.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.core.runtime_3.0.1/runtime.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/core.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/console.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/resolver.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.update.configurator_3.0.0/configurator.jar"/> + <pathelement path="../org.eclipse.ui.ide/bin"/> + <pathelement path="../org.eclipse.ui.ide/ide.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.win32_3.0.1/ide.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.win32_3.0.1/workbenchwin32.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.core.resources_3.0.1/resources.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.core.resources.win32_3.0.0/resources.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.core.resources.win32_3.0.0/resources-win32.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.help_3.0.0/help.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.ui_3.0.1/ui.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.swt_3.0.1/ws/${basews}/swt.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.swt.win32_3.0.1/ws/${basews}/swt.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.swt.win32_3.0.1"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.jface_3.0.0/jface.jar"/> + <pathelement path="../org.eclipse.ui.workbench/bin"/> + <pathelement path="../org.eclipse.ui.workbench/compatibility.jar"/> + <pathelement path="../org.eclipse.ui.workbench/workbench.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/compatibility.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/workbench.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.core.expressions_3.0.0/expressions.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.views_3.0.0/views.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.update.core_3.0.1/updatecore.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.update.core.win32_3.0.0/updatecore.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.update.ui_3.0.1/updateui.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.help.base_3.0.1/helpbase.jar"/> + <pathelement path="../../../eclipse301/plugins/org.apache.lucene_1.3.1/parser.jar"/> + <pathelement path="../../../eclipse301/plugins/org.apache.lucene_1.3.1/lucene-1.3-final.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.help.appserver_3.0.0/appserver.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.forms_3.0.0/forms.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.jface.text_3.0.1/jfacetext.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.text_3.0.1/text.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.workbench.texteditor_3.0.1/texteditor.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.editors_3.0.1/editors.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.core.filebuffers_3.0.1/filebuffers.jar"/> + <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse/bin"/> + <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse/phpeclipse.jar"/> + <pathelement path="../org.eclipse.ui.console/bin"/> + <pathelement path="../org.eclipse.ui.console/console.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.search_3.0.1/search.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.debug.core_3.0.1/dtcore.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.core.variables_3.0.0/variables.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.debug.ui_3.0.1/dtui.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.compare_3.0.0/compare.jar"/> + <pathelement path="../../../eclipse301/plugins/org.eclipse.ui.externaltools_3.0.1/externaltools.jar"/> + <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.quantum.sql/bin"/> + <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.quantum.sql/quantum.jar"/> + <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.webbrowser/bin"/> + <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.webbrowser/webbrowser.jar"/> + <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.core/bin"/> + <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.core/webcore.jar"/> + <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.ui/bin"/> + <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.ui/ui.jar"/> + <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.xml.core/bin"/> + <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.xml.core/xmlcore.jar"/> + <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.xml.ui/bin"/> + <pathelement path="${build.result.folder}/../net.sourceforge.phpeclipse.xml.ui/xmlui.jar"/> + </classpath> + <src path="src/" /> + </javac> + <!-- Copy necessary resources --> + <copy todir="${temp.folder}/phphelp.jar.bin" failonerror="true"> + <fileset dir="src/" excludes="**/*.java, **/package.htm*" /> </copy> <mkdir dir="${build.result.folder}"/> <jar jarfile="${build.result.folder}/phphelp.jar" basedir="${temp.folder}/phphelp.jar.bin"/> @@ -54,12 +126,12 @@ <target name="phphelpsrc.zip" depends="init" unless="phphelpsrc.zip"> <mkdir dir="${build.result.folder}"/> - <zip zipfile="${build.result.folder}/phphelpsrc.zip" filesonly="false"> - <fileset dir="src/" includes="**/*.java"/> + <zip zipfile="${build.result.folder}/phphelpsrc.zip" filesonly="false" whenempty="skip" update="false"> + <fileset dir="src/" includes="**/*.java" /> </zip> </target> - <target name="build.jars" depends="init"> + <target name="build.jars" depends="init" description="Build all the jars for the plug-in: net.sourceforge.phpeclipse.phphelp."> <available property="phphelp.jar" file="${build.result.folder}/phphelp.jar"/> <antcall target="phphelp.jar"/> </target> @@ -69,32 +141,46 @@ <antcall target="phphelpsrc.zip"/> </target> + <target name="gather.bin.parts" depends="init" if="destination.temp.folder"> + <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2"/> + <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2" failonerror="true"> + <fileset dir="${build.result.folder}" includes="phphelp.jar" /> + </copy> + <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2" failonerror="true"> + <fileset dir="${basedir}" includes="phphelp.jar,phphelp.xml,plugin.properties,plugin.xml,.classpath,doc.zip,cpl-v10.html" /> + </copy> + </target> + <target name="build.zips" depends="init"> </target> <target name="gather.sources" depends="init" if="destination.temp.folder"> - <mkdir dir="${destination.temp.folder}/${full.name}"/> - <copy file="${build.result.folder}/phphelpsrc.zip" todir="${destination.temp.folder}/${full.name}"/> + <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2"/> + <copy file="${build.result.folder}/phphelpsrc.zip" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2" failonerror="false"/> + <copy todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2" failonerror="false"> + <fileset dir="${basedir}" includes="src/,.cvsignore,.project,.template,.classpath,build.properties,build.xml,plugin.properties,plugin.xml" /> + </copy> </target> <target name="gather.logs" depends="init" if="destination.temp.folder"> - <mkdir dir="${destination.temp.folder}/${full.name}"/> - <copy file="${temp.folder}/phphelp.jar.bin.log" todir="${destination.temp.folder}/${full.name}"/> + <mkdir dir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2"/> + <copy file="${temp.folder}/phphelp.jar.bin.log" todir="${destination.temp.folder}/net.sourceforge.phpeclipse.phphelp_1.1.2" failonerror="false"/> </target> - <target name="clean" depends="init"> + <target name="clean" depends="init" description="Clean the plug-in: net.sourceforge.phpeclipse.phphelp of all the zips, jars and logs created."> <delete file="${build.result.folder}/phphelp.jar"/> <delete file="${build.result.folder}/phphelpsrc.zip"/> - <delete file="${plugin.destination}/${full.name}.jar"/> - <delete file="${plugin.destination}/${full.name}.zip"/> + <delete file="${plugin.destination}/net.sourceforge.phpeclipse.phphelp_1.1.2.jar"/> + <delete file="${plugin.destination}/net.sourceforge.phpeclipse.phphelp_1.1.2.zip"/> <delete dir="${temp.folder}"/> </target> - <target name="refresh" depends="init" if="eclipse.running"> - <eclipse.refreshLocal resource="${plugin}" depth="infinite"/> + <target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder."> + <eclipse.convertPath fileSystemPath="C:/eclipse3/workspace/net.sourceforge.phpeclipse.phphelp" property="resourcePath"/> + <eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/> </target> - <target name="zip.plugin" depends="init"> + <target name="zip.plugin" depends="init" description="Create a zip containing all the elements for the plug-in: net.sourceforge.phpeclipse.phphelp."> <delete dir="${temp.folder}"/> <mkdir dir="${temp.folder}"/> <antcall target="build.jars"/> @@ -106,9 +192,9 @@ <param name="destination.temp.folder" value="${temp.folder}/"/> </antcall> <delete> - <fileset dir="${temp.folder}" includes="**/*.bin.log"/> + <fileset dir="${temp.folder}" includes="**/*.bin.log" /> </delete> - <zip zipfile="${plugin.destination}/${full.name}.zip" basedir="${temp.folder}" filesonly="true"/> + <zip zipfile="${plugin.destination}/net.sourceforge.phpeclipse.phphelp_1.1.2.zip" basedir="${temp.folder}" filesonly="true" whenempty="skip" update="false"/> <delete dir="${temp.folder}"/> </target>