Author: simonetripodi Date: Fri Mar 8 11:58:53 2013 New Revision: 1454334 URL: http://svn.apache.org/r1454334 Log: updated Ant build descriptor, re-generated via maven-ant-plugin
Added: commons/proper/fileupload/trunk/build.properties (with props) Modified: commons/proper/fileupload/trunk/build.xml Added: commons/proper/fileupload/trunk/build.properties URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/build.properties?rev=1454334&view=auto ============================================================================== --- commons/proper/fileupload/trunk/build.properties (added) +++ commons/proper/fileupload/trunk/build.properties Fri Mar 8 11:58:53 2013 @@ -0,0 +1,79 @@ +#Generated by Maven Ant Plugin - DO NOT EDIT THIS FILE! +#Fri Mar 08 12:53:27 CET 2013 +commons.compiler.compilerVersion= +maven.compile.source=1.5 +commons.release.2.name=commons-fileupload-${commons.release.2.version} +commons.release.desc= +maven.build.srcDir.0=src/main/java +commons.binary.suffix=-bin +commons.manifestfile=/Users/stripodi/Documents/apache-workspace/commons-fileupload/target/osgi/MANIFEST.MF +maven.build.timestamp.format=yyyy-MM-dd HH\:mm\:ssZ +commons.project-info.version=2.6 +maven.build.resourceDir.1=. +maven.build.resourceDir.0=src/main/resources +project.build.sourceEncoding=iso-8859-1 +sourceReleaseAssemblyDescriptor=source-release +commons.release.3.name=commons-fileupload-${commons.release.3.version} +maven.build.outputDir=${maven.build.dir}/classes +commons.componentid=fileupload +commons.site.path=commons-fileupload +maven.repo.local=${user.home}/.m2/repository +maven.build.finalName=commons-fileupload-1.3-SNAPSHOT +commons.osgi.private= +maven.build.testDir.0=src/test/java +commons.javadoc.javaee.link=http\://download.oracle.com/javaee/6/api/ +commons.osgi.export=org.apache.commons.*;version\=1.3-SNAPSHOT;-noimport\:\=true +commons.release.2.binary.suffix=-bin +maven.reporting.outputDirectory=${maven.build.dir}/site +commons.compiler.javac= +commons.encoding=iso-8859-1 +organization.logo=http\://www.apache.org/images/asf_logo_wide.gif +commons.scmPubUrl=https\://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-fileupload +sonar.host.url=https\://analysis.apache.org/ +commons.rc.version=RC1 +commons.cobertura.version=2.5.2 +commons.release.name=commons-fileupload-1.3 +minSeverity=info +maven.build.testOutputDir=${maven.build.dir}/test-classes +project.reporting.outputEncoding=iso-8859-1 +maven.build.dir=target +maven.test.reports=${maven.build.dir}/test-reports +gpg.useagent=true +commons.javadoc.version=2.9 +commons.surefire.version=2.13 +commons.changes.version=2.8 +commons.release.version=1.3 +commons.jxr.version=2.3 +commons.surefire-report.version=2.13 +commons.rat.version=0.8 +commons.site.cache=/Users/stripodi/commons-sites +project.build.outputDirectory=${maven.build.outputDir} +commons.docEncoding=iso-8859-1 +commons.javadoc.java.link=http\://download.oracle.com/javase/6/docs/api/ +commons.deployment.protocol=scp +maven.settings.offline=false +distMgmtSnapshotsName=Apache Development Snapshot Repository +maven.settings.interactiveMode=true +maven.compile.target=1.5 +commons.release.2.desc= +commons.jira.pid=12310476 +project.build.directory=${maven.build.dir} +arguments= +commons.surefire-report.aggregate=false +commons.release.3.binary.suffix=-bin +commons.wagon-ssh.version=2.3 +distMgmtSnapshotsUrl=https\://repository.apache.org/content/repositories/snapshots +maven.build.testResourceDir.1=. +maven.build.testResourceDir.0=src/test/resources +commons.osgi.dynamicImport=javax.portlet +commons.compiler.fork=false +commons.jdepend.version=2.0-beta-2 +commons.release.3.desc= +implementation.build=${scmBranch}@r${buildNumber}; 2013-03-08 12\:53\:21+0100 +commons.site-plugin.version=3.2 +commons.osgi.symbolicName=org.apache.commons.fileupload +commons.surefire.java= +commons.osgi.import=\!javax.portlet,* +commons.jira.id=FILEUPLOAD +commons.clirr.version=2.5 +commons.scmPubCheckoutDirectory=/Users/stripodi/commons-sites/commons-fileupload Propchange: commons/proper/fileupload/trunk/build.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/proper/fileupload/trunk/build.properties ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Modified: commons/proper/fileupload/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/build.xml?rev=1454334&r1=1454333&r2=1454334&view=diff ============================================================================== --- commons/proper/fileupload/trunk/build.xml (original) +++ commons/proper/fileupload/trunk/build.xml Fri Mar 8 11:58:53 2013 @@ -1,298 +1,332 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at -<!--build.xml generated by maven from project.xml version 1.2.1 - on date September 5 2007, time 1015--> + http://www.apache.org/licenses/LICENSE-2.0 -<project default="jar" name="commons-fileupload" basedir="."> - <!--Load local and user build preferences--> + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<!-- ====================================================================== --> +<!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above. --> +<!-- ====================================================================== --> + +<!-- ====================================================================== --> +<!-- ===================== - DO NOT EDIT THIS FILE! - ===================== --> +<!-- ====================================================================== --> +<!-- --> +<!-- Any modifications will be overwritten. --> +<!-- --> +<!-- Generated by Maven Ant Plugin on 3/8/13 12:53 PM --> +<!-- See: http://maven.apache.org/plugins/maven-ant-plugin/ --> +<!-- --> +<!-- ====================================================================== --> + +<project name="commons-fileupload-from-maven" default="package" basedir="."> + + <!-- ====================================================================== --> + <!-- Build environment properties --> + <!-- ====================================================================== --> + + <property file="${user.home}/.m2/maven.properties"/> + <property file="build.properties"/> + + <property name="maven.build.finalName" value="commons-fileupload-1.3-SNAPSHOT"/> + <property name="maven.build.dir" value="target"/> + <property name="maven.build.outputDir" value="${maven.build.dir}/classes"/> + <property name="maven.build.srcDir.0" value="src/main/java"/> + <property name="maven.build.resourceDir.0" value="src/main/resources"/> + <property name="maven.build.resourceDir.1" value="."/> + <property name="maven.build.testOutputDir" value="${maven.build.dir}/test-classes"/> + <property name="maven.build.testDir.0" value="src/test/java"/> + <property name="maven.build.testResourceDir.0" value="src/test/resources"/> + <property name="maven.build.testResourceDir.1" value="."/> + <property name="maven.test.reports" value="${maven.build.dir}/test-reports"/> + <property name="maven.reporting.outputDirectory" value="${maven.build.dir}/site"/> + + <property name="maven.repo.local" value="${user.home}/.m2/repository"/> + <property name="maven.settings.offline" value="false"/> + <property name="maven.settings.interactiveMode" value="true"/> + + <!-- ====================================================================== --> + <!-- Defining classpaths --> + <!-- ====================================================================== --> - <property file="build.properties"> - </property> - <property file="${user.home}/build.properties"> - </property> - <!--Build properties--> - - <property name="defaulttargetdir" value="${basedir}/target"> - </property> - <property name="libdir" value="${user.home}/.maven/repository"> - </property> - <property name="classesdir" value="${basedir}/target/classes"> - </property> - <property name="testclassesdir" value="${basedir}/target/test-classes"> - </property> - <property name="testreportdir" value="${basedir}/target/test-reports"> - </property> - <property name="distdir" value="${basedir}/dist"> - </property> - <property name="javadocdir" value="${basedir}/dist/docs/api"> - </property> - <property name="final.name" value="commons-fileupload-1.2.2-SNAPSHOT"> - </property> - <property name="proxy.host" value=""> - </property> - <property name="proxy.port" value=""> - </property> - <property name="proxy.username" value=""> - </property> - <property name="proxy.password" value=""> - </property> <path id="build.classpath"> - <pathelement location="${libdir}/commons-io/jars/commons-io-1.3.2.jar"> - </pathelement> - <pathelement location="${libdir}/javax.servlet/jars/servlet-api-2.4.jar"> - </pathelement> - <pathelement location="${libdir}/javax.portlet/jars/portlet-api-1.0.jar"> - </pathelement> - <pathelement location="${libdir}/junit/jars/junit-3.8.1.jar"> - </pathelement> - <pathelement location="${libdir}/maven/plugins/maven-xdoc-plugin-1.9.2.jar"> - </pathelement> - <pathelement location="${libdir}/maven/plugins/maven-changelog-plugin-1.9.1.jar"> - </pathelement> + <pathelement location="${maven.repo.local}/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar"/> + <pathelement location="${maven.repo.local}/portlet-api/portlet-api/1.0/portlet-api-1.0.jar"/> + <pathelement location="${maven.repo.local}/commons-io/commons-io/2.2/commons-io-2.2.jar"/> + </path> + <path id="build.test.classpath"> + <pathelement location="${maven.repo.local}/junit/junit/4.11/junit-4.11.jar"/> + <pathelement location="${maven.repo.local}/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"/> + <pathelement location="${maven.repo.local}/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar"/> + <pathelement location="${maven.repo.local}/portlet-api/portlet-api/1.0/portlet-api-1.0.jar"/> + <pathelement location="${maven.repo.local}/commons-io/commons-io/2.2/commons-io-2.2.jar"/> </path> - <target name="init" description="o Initializes some properties"> - <mkdir dir="${libdir}"> - </mkdir> - <condition property="noget"> - <equals arg2="only" arg1="${build.sysclasspath}"> - </equals> - </condition> - <!--Test if JUNIT is present in ANT classpath--> - <available property="Junit.present" classname="junit.framework.Test"> - </available> - <!--Test if user defined a proxy--> + <!-- ====================================================================== --> + <!-- Cleaning up target --> + <!-- ====================================================================== --> - <condition property="useProxy"> - <and> - <isset property="proxy.host"> - </isset> - <not> - <equals trim="true" arg2="" arg1="${proxy.host}"> - </equals> - </not> - </and> - </condition> + <target name="clean" description="Clean the output directory"> + <delete dir="${maven.build.dir}"/> </target> - <target name="compile" description="o Compile the code" depends="get-deps"> - <mkdir dir="${classesdir}"> - </mkdir> - <javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html"> + + <!-- ====================================================================== --> + <!-- Compilation target --> + <!-- ====================================================================== --> + + <target name="compile" depends="get-deps" description="Compile the code"> + <mkdir dir="${maven.build.outputDir}"/> + <javac destdir="${maven.build.outputDir}" + encoding="iso-8859-1" + nowarn="false" + debug="true" + optimize="false" + deprecation="true" + target="1.5" + verbose="false" + fork="false" + source="1.5"> <src> - <pathelement location="${basedir}/src/java"> - </pathelement> + <pathelement location="${maven.build.srcDir.0}"/> </src> - <classpath refid="build.classpath"> - </classpath> + <classpath refid="build.classpath"/> </javac> - <mkdir dir="${classesdir}/META-INF"> - </mkdir> - <copy todir="${classesdir}/META-INF"> - <fileset dir="${basedir}/."> - <include name="NOTICE.txt"> - </include> + <mkdir dir="${maven.build.outputDir}/META-INF"/> + <copy todir="${maven.build.outputDir}/META-INF"> + <fileset dir="${maven.build.resourceDir.1}"> + <include name="NOTICE.txt"/> + <include name="LICENSE.txt"/> </fileset> </copy> </target> - <target name="jar" description="o Create the jar" depends="compile,test"> - <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}"> - </jar> - </target> - <target name="clean" description="o Clean up the generated directories"> - <delete dir="${defaulttargetdir}"> - </delete> - <delete dir="${distdir}"> - </delete> - </target> - <target name="dist" description="o Create a distribution" depends="jar, javadoc"> - <mkdir dir="dist"> - </mkdir> - <copy todir="dist"> - <fileset dir="${defaulttargetdir}" includes="*.jar"> - </fileset> - <fileset dir="${basedir}" includes="LICENSE*, README*"> - </fileset> - </copy> - </target> - <target name="test" description="o Run the test cases" if="test.failure" depends="internal-test"> - <fail message="There were test failures."> - </fail> - </target> - <target name="internal-test" if="Junit.present" depends="junit-present,compile-tests"> - <mkdir dir="${testreportdir}"> - </mkdir> - <junit dir="${basedir}" failureproperty="test.failure" printSummary="yes" fork="true" haltonerror="true"> - <sysproperty key="basedir" value="."> - </sysproperty> - <formatter type="xml"> - </formatter> - <formatter usefile="false" type="plain"> - </formatter> - <classpath> - <path refid="build.classpath"> - </path> - <pathelement path="${ant.home}/lib/xml-apis.jar:${ant.home}/lib/xercesImpl.jar"/> - <pathelement path="${testclassesdir}"> - </pathelement> - <pathelement path="${classesdir}"> - </pathelement> - </classpath> - <batchtest todir="${testreportdir}"> - <fileset dir="${basedir}/src/test"> - <include name="**/*Test.java"> - </include> - </fileset> - </batchtest> - </junit> - </target> - <target name="junit-present" unless="Junit.present" depends="init"> - <echo>================================= WARNING ================================</echo> - <echo>Junit isn't present in your ${ANT_HOME}/lib directory. Tests not executed.</echo> - <echo>==========================================================================</echo> - </target> - <target name="compile-tests" if="Junit.present" depends="junit-present,compile"> - <mkdir dir="${testclassesdir}"> - </mkdir> - <javac destdir="${testclassesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html"> + + <!-- ====================================================================== --> + <!-- Test-compilation target --> + <!-- ====================================================================== --> + + <target name="compile-tests" + depends="compile" + description="Compile the test code" + unless="maven.test.skip"> + <mkdir dir="${maven.build.testOutputDir}"/> + <javac destdir="${maven.build.testOutputDir}" + encoding="iso-8859-1" + nowarn="false" + debug="true" + optimize="false" + deprecation="true" + target="1.5" + verbose="false" + fork="false" + source="1.5"> <src> - <pathelement location="${basedir}/src/test"> - </pathelement> + <pathelement location="${maven.build.testDir.0}"/> </src> <classpath> - <path refid="build.classpath"> - </path> - <pathelement path="${classesdir}"> - </pathelement> + <path refid="build.test.classpath"/> + <pathelement location="${maven.build.outputDir}"/> </classpath> </javac> - <copy todir="${testclassesdir}"> - <fileset dir="${basedir}/src/test"> - <include name="**/*.xml"> - </include> + <mkdir dir="${maven.build.testOutputDir}/META-INF"/> + <copy todir="${maven.build.testOutputDir}/META-INF"> + <fileset dir="${maven.build.testResourceDir.1}"> + <include name="NOTICE.txt"/> + <include name="LICENSE.txt"/> </fileset> </copy> </target> - <target name="javadoc" description="o Generate javadoc" depends="get-deps"> - <mkdir dir="${javadocdir}"> - </mkdir> - <tstamp> - <format pattern="2002-yyyy" property="year"> - </format> - </tstamp> - <property name="copyright" value="Copyright &copy; The Apache Software Foundation. All Rights Reserved."> - </property> - <property name="title" value="FileUpload 1.2.2-SNAPSHOT API"> - </property> - <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="${basedir}/src/java" packagenames="org.apache.commons.fileupload.*"> + + <!-- ====================================================================== --> + <!-- Run all tests --> + <!-- ====================================================================== --> + + <target name="test" + depends="compile-tests, junit-missing" + unless="junit.skipped" + description="Run the test cases"> + <mkdir dir="${maven.test.reports}"/> + <junit printSummary="yes" haltonerror="true" haltonfailure="true" fork="true" dir="."> + <sysproperty key="basedir" value="."/> + <formatter type="xml"/> + <formatter type="plain" usefile="false"/> <classpath> - <path refid="build.classpath"> - </path> + <path refid="build.test.classpath"/> + <pathelement location="${maven.build.outputDir}"/> + <pathelement location="${maven.build.testOutputDir}"/> </classpath> + <batchtest todir="${maven.test.reports}" unless="test"> + <fileset dir="${maven.build.testDir.0}"> + <include name="**/Test*.java"/> + <include name="**/*Test.java"/> + <include name="**/*TestCase.java"/> + <exclude name="**/*Abstract*Test.java"/> + </fileset> + </batchtest> + <batchtest todir="${maven.test.reports}" if="test"> + <fileset dir="${maven.build.testDir.0}"> + <include name="**/${test}.java"/> + <exclude name="**/*Abstract*Test.java"/> + </fileset> + </batchtest> + </junit> + </target> + + <target name="test-junit-present"> + <available classname="junit.framework.Test" property="junit.present"/> + </target> + + <target name="test-junit-status" + depends="test-junit-present"> + <condition property="junit.missing"> + <and> + <isfalse value="${junit.present}"/> + <isfalse value="${maven.test.skip}"/> + </and> + </condition> + <condition property="junit.skipped"> + <or> + <isfalse value="${junit.present}"/> + <istrue value="${maven.test.skip}"/> + </or> + </condition> + </target> + + <target name="junit-missing" + depends="test-junit-status" + if="junit.missing"> + <echo>=================================== WARNING ===================================</echo> + <echo> JUnit is not present in your $ANT_HOME/lib directory. Tests not executed.</echo> + <echo>===============================================================================</echo> + </target> + + <!-- ====================================================================== --> + <!-- Javadoc target --> + <!-- ====================================================================== --> + + <target name="javadoc" description="Generates the Javadoc of the application"> + <javadoc sourcepath="${maven.build.srcDir.0}" + packagenames="*" + destdir="${maven.reporting.outputDirectory}/apidocs" + access="protected" + old="false" + verbose="false" + encoding="iso-8859-1" + version="true" + use="true" + author="true" + splitindex="false" + nodeprecated="false" + nodeprecatedlist="false" + notree="false" + noindex="false" + nohelp="false" + nonavbar="false" + serialwarn="false" + charset="ISO-8859-1" + docencoding="iso-8859-1" + source="1.5" + linksource="true" + breakiterator="false"> + <link href="http://download.oracle.com/javase/6/docs/api/"/> + <link href="http://download.oracle.com/javaee/6/api/"/> </javadoc> </target> - <target name="get-dep-commons-io.jar" description="o Download the dependency : commons-io.jar" unless="commons-io.jar" depends="init,setProxy,noProxy,get-custom-dep-commons-io.jar"> - <mkdir dir="${libdir}/commons-io/jars/"> - </mkdir> - <get dest="${libdir}/commons-io/jars/commons-io-1.3.2.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/commons-io/jars/commons-io-1.3.2.jar"> - </get> - <get dest="${libdir}/commons-io/jars/commons-io-1.3.2.jar" usetimestamp="true" ignoreerrors="true" src="http://people.apache.org/repo/m1-snapshot-repository/commons-io/jars/commons-io-1.3.2.jar"> - </get> - </target> - <target name="get-custom-dep-commons-io.jar" if="commons-io.jar" depends="init,setProxy,noProxy"> - <mkdir dir="${libdir}/commons-io/jars/"> - </mkdir> - <get dest="${libdir}/commons-io/jars/commons-io-1.3.2.jar" usetimestamp="true" ignoreerrors="true" src="${commons-io.jar}"> - </get> - </target> - <target name="get-dep-servlet-api.jar" description="o Download the dependency : servlet-api.jar" unless="servlet-api.jar" depends="init,setProxy,noProxy,get-custom-dep-servlet-api.jar"> - <mkdir dir="${libdir}/javax.servlet/jars/"> - </mkdir> - <get dest="${libdir}/javax.servlet/jars/servlet-api-2.4.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/javax.servlet/jars/servlet-api-2.4.jar"> - </get> - <get dest="${libdir}/javax.servlet/jars/servlet-api-2.4.jar" usetimestamp="true" ignoreerrors="true" src="http://people.apache.org/repo/m1-snapshot-repository/javax.servlet/jars/servlet-api-2.4.jar"> - </get> - </target> - <target name="get-custom-dep-servlet-api.jar" if="servlet-api.jar" depends="init,setProxy,noProxy"> - <mkdir dir="${libdir}/javax.servlet/jars/"> - </mkdir> - <get dest="${libdir}/javax.servlet/jars/servlet-api-2.4.jar" usetimestamp="true" ignoreerrors="true" src="${servlet-api.jar}"> - </get> - </target> - <target name="get-dep-portlet-api.jar" description="o Download the dependency : portlet-api.jar" unless="portlet-api.jar" depends="init,setProxy,noProxy,get-custom-dep-portlet-api.jar"> - <mkdir dir="${libdir}/javax.portlet/jars/"> - </mkdir> - <get dest="${libdir}/javax.portlet/jars/portlet-api-1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/javax.portlet/jars/portlet-api-1.0.jar"> - </get> - <get dest="${libdir}/javax.portlet/jars/portlet-api-1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://people.apache.org/repo/m1-snapshot-repository/javax.portlet/jars/portlet-api-1.0.jar"> - </get> - </target> - <target name="get-custom-dep-portlet-api.jar" if="portlet-api.jar" depends="init,setProxy,noProxy"> - <mkdir dir="${libdir}/javax.portlet/jars/"> - </mkdir> - <get dest="${libdir}/javax.portlet/jars/portlet-api-1.0.jar" usetimestamp="true" ignoreerrors="true" src="${portlet-api.jar}"> - </get> - </target> - <target name="get-dep-junit.jar" description="o Download the dependency : junit.jar" unless="junit.jar" depends="init,setProxy,noProxy,get-custom-dep-junit.jar"> - <mkdir dir="${libdir}/junit/jars/"> - </mkdir> - <get dest="${libdir}/junit/jars/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/junit/jars/junit-3.8.1.jar"> - </get> - <get dest="${libdir}/junit/jars/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://people.apache.org/repo/m1-snapshot-repository/junit/jars/junit-3.8.1.jar"> - </get> - </target> - <target name="get-custom-dep-junit.jar" if="junit.jar" depends="init,setProxy,noProxy"> - <mkdir dir="${libdir}/junit/jars/"> - </mkdir> - <get dest="${libdir}/junit/jars/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="${junit.jar}"> - </get> - </target> - <target name="get-dep-maven-xdoc-plugin.jar" description="o Download the dependency : maven-xdoc-plugin.jar" unless="maven-xdoc-plugin.jar" depends="init,setProxy,noProxy,get-custom-dep-maven-xdoc-plugin.jar"> - <mkdir dir="${libdir}/maven/plugins/"> - </mkdir> - <get dest="${libdir}/maven/plugins/maven-xdoc-plugin-1.9.2.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/maven/plugins/maven-xdoc-plugin-1.9.2.jar"> - </get> - <get dest="${libdir}/maven/plugins/maven-xdoc-plugin-1.9.2.jar" usetimestamp="true" ignoreerrors="true" src="http://people.apache.org/repo/m1-snapshot-repository/maven/plugins/maven-xdoc-plugin-1.9.2.jar"> - </get> - </target> - <target name="get-custom-dep-maven-xdoc-plugin.jar" if="maven-xdoc-plugin.jar" depends="init,setProxy,noProxy"> - <mkdir dir="${libdir}/maven/plugins/"> - </mkdir> - <get dest="${libdir}/maven/plugins/maven-xdoc-plugin-1.9.2.jar" usetimestamp="true" ignoreerrors="true" src="${maven-xdoc-plugin.jar}"> - </get> - </target> - <target name="get-dep-maven-changelog-plugin.jar" description="o Download the dependency : maven-changelog-plugin.jar" unless="maven-changelog-plugin.jar" depends="init,setProxy,noProxy,get-custom-dep-maven-changelog-plugin.jar"> - <mkdir dir="${libdir}/maven/plugins/"> - </mkdir> - <get dest="${libdir}/maven/plugins/maven-changelog-plugin-1.9.1.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/maven/plugins/maven-changelog-plugin-1.9.1.jar"> - </get> - <get dest="${libdir}/maven/plugins/maven-changelog-plugin-1.9.1.jar" usetimestamp="true" ignoreerrors="true" src="http://people.apache.org/repo/m1-snapshot-repository/maven/plugins/maven-changelog-plugin-1.9.1.jar"> - </get> - </target> - <target name="get-custom-dep-maven-changelog-plugin.jar" if="maven-changelog-plugin.jar" depends="init,setProxy,noProxy"> - <mkdir dir="${libdir}/maven/plugins/"> - </mkdir> - <get dest="${libdir}/maven/plugins/maven-changelog-plugin-1.9.1.jar" usetimestamp="true" ignoreerrors="true" src="${maven-changelog-plugin.jar}"> - </get> - </target> - <target name="get-deps" unless="noget" depends="get-dep-commons-io.jar,get-dep-servlet-api.jar,get-dep-portlet-api.jar,get-dep-junit.jar,get-dep-maven-xdoc-plugin.jar,get-dep-maven-changelog-plugin.jar"> - </target> - <target name="setProxy" if="useProxy" depends="init"> - <!--Proxy settings works only with a JDK 1.2 and higher.--> - - <echo>Proxy used :</echo> - <echo>Proxy host [${proxy.host}]</echo> - <echo>Proxy port [${proxy.port}]</echo> - <echo>Proxy user [${proxy.username}]</echo> - <setproxy proxyuser="${proxy.username}" proxyport="${proxy.port}" proxypassword="${proxy.password}" proxyhost="${proxy.host}"> - </setproxy> - </target> - <target name="noProxy" unless="useProxy" depends="init"> - <echo>Proxy not used.</echo> - </target> - <target name="install-maven"> - <get dest="${user.home}/maven-install-latest.jar" usetimestamp="true" src="${repo}/maven/maven-install-latest.jar"> - </get> - <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar"> - </unjar> + + <!-- ====================================================================== --> + <!-- Package target --> + <!-- ====================================================================== --> + + <target name="package" depends="compile,test" description="Package the application"> + <jar jarfile="${maven.build.dir}/${maven.build.finalName}.jar" + compress="true" + index="false" + manifest="/Users/stripodi/Documents/apache-workspace/commons-fileupload/target/osgi/MANIFEST.MF" + basedir="${maven.build.outputDir}" + excludes="**/package.html"> + <manifest> + <attribute name="Main-Class"/> + </manifest> + </jar> </target> -</project> \ No newline at end of file + + <!-- ====================================================================== --> + <!-- A dummy target for the package named after the type it creates --> + <!-- ====================================================================== --> + + <target name="jar" depends="package" description="Builds the jar for the application"/> + + <!-- ====================================================================== --> + <!-- Download dependencies target --> + <!-- ====================================================================== --> + + <target name="test-offline"> + <condition property="maven.mode.offline"> + <equals arg1="${maven.settings.offline}" arg2="true"/> + </condition> + </target> + + <target name="get-deps" + depends="test-offline" + description="Download all dependencies" + unless="maven.mode.offline"> + <mkdir dir="${maven.repo.local}"/> + <mkdir dir="${maven.repo.local}/junit/junit/4.11"/> + <get src="http://repository.apache.org/snapshots/junit/junit/4.11/junit-4.11.jar" + dest="${maven.repo.local}/junit/junit/4.11/junit-4.11.jar" + usetimestamp="false" + ignoreerrors="true"/> + <get src="http://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar" + dest="${maven.repo.local}/junit/junit/4.11/junit-4.11.jar" + usetimestamp="false" + ignoreerrors="true"/> + <mkdir dir="${maven.repo.local}/org/hamcrest/hamcrest-core/1.3"/> + <get src="http://repository.apache.org/snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + dest="${maven.repo.local}/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + usetimestamp="false" + ignoreerrors="true"/> + <get src="http://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + dest="${maven.repo.local}/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + usetimestamp="false" + ignoreerrors="true"/> + <mkdir dir="${maven.repo.local}/javax/servlet/servlet-api/2.4"/> + <get src="http://repository.apache.org/snapshots/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar" + dest="${maven.repo.local}/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar" + usetimestamp="false" + ignoreerrors="true"/> + <get src="http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar" + dest="${maven.repo.local}/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar" + usetimestamp="false" + ignoreerrors="true"/> + <mkdir dir="${maven.repo.local}/portlet-api/portlet-api/1.0"/> + <get src="http://repository.apache.org/snapshots/portlet-api/portlet-api/1.0/portlet-api-1.0.jar" + dest="${maven.repo.local}/portlet-api/portlet-api/1.0/portlet-api-1.0.jar" + usetimestamp="false" + ignoreerrors="true"/> + <get src="http://repo.maven.apache.org/maven2/portlet-api/portlet-api/1.0/portlet-api-1.0.jar" + dest="${maven.repo.local}/portlet-api/portlet-api/1.0/portlet-api-1.0.jar" + usetimestamp="false" + ignoreerrors="true"/> + <mkdir dir="${maven.repo.local}/commons-io/commons-io/2.2"/> + <get src="http://repository.apache.org/snapshots/commons-io/commons-io/2.2/commons-io-2.2.jar" + dest="${maven.repo.local}/commons-io/commons-io/2.2/commons-io-2.2.jar" + usetimestamp="false" + ignoreerrors="true"/> + <get src="http://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.jar" + dest="${maven.repo.local}/commons-io/commons-io/2.2/commons-io-2.2.jar" + usetimestamp="false" + ignoreerrors="true"/> + </target> + +</project>