Author: imario
Date: Sat Oct 21 03:35:37 2006
New Revision: 466370
URL: http://svn.apache.org/viewvc?view=rev&rev=466370
Log:
regen ant build for vfs-core
Modified:
jakarta/commons/proper/vfs/trunk/build.xml
Modified: jakarta/commons/proper/vfs/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/build.xml?view=diff&rev=466370&r1=466369&r2=466370
==============================================================================
--- jakarta/commons/proper/vfs/trunk/build.xml (original)
+++ jakarta/commons/proper/vfs/trunk/build.xml Sat Oct 21 03:35:37 2006
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--build.xml generated by maven from project.xml version 1.0-RC8-SNAPSHOT
- on date January 7 2006, time 0806-->
+ on date October 21 2006, time 1233-->
<project default="jar" name="commons-vfs" basedir=".">
<!--Load local and user build preferences-->
@@ -14,12 +14,8 @@
<property name="defaulttargetdir" value="${basedir}/target">
</property>
-<!--
<property name="libdir" value="${user.home}/.maven/repository">
</property>
--->
- <property name="libdir" value="${basedir}/target/lib">
- </property>
<property name="classesdir" value="${basedir}/target/classes">
</property>
<property name="testclassesdir" value="${basedir}/target/test-classes">
@@ -47,8 +43,6 @@
</pathelement>
<pathelement
location="${libdir}/commons-logging/jars/commons-logging-1.0.4.jar">
</pathelement>
- <pathelement
location="${libdir}/commons-compress/jars/commons-compress-SNAPSHOT.jar">
- </pathelement>
<pathelement
location="${libdir}/commons-collections/jars/commons-collections-3.1.jar">
</pathelement>
<pathelement location="${libdir}/jcifs/jars/jcifs-0.8.3.jar">
@@ -65,6 +59,8 @@
</pathelement>
<pathelement location="${libdir}/oro/jars/oro-2.0.8.jar">
</pathelement>
+ <pathelement
location="${libdir}/maven/plugins/maven-xdoc-plugin-1.9.2.jar">
+ </pathelement>
</path>
<target name="init" description="o Initializes some properties">
<mkdir dir="${libdir}">
@@ -95,14 +91,14 @@
</mkdir>
<javac destdir="${classesdir}" deprecation="true" debug="true"
optimize="false" excludes="**/package.html">
<src>
- <pathelement location="${basedir}/src/java">
+ <pathelement location="${basedir}/core/src/main/java">
</pathelement>
</src>
<classpath refid="build.classpath">
</classpath>
</javac>
<copy todir="${classesdir}">
- <fileset dir="${basedir}/src/java">
+ <fileset dir="${basedir}/core/src/main/java">
<include name="**/*.properties">
</include>
<include name="**/*.xml">
@@ -161,7 +157,7 @@
</pathelement>
</classpath>
<batchtest todir="${testreportdir}">
- <fileset dir="${basedir}/src/test">
+ <fileset dir="${basedir}/core/src/main/test">
<include name="**/test/*TestCase.java">
</include>
<exclude name="**/test/Abstract*TestCase.java">
@@ -182,7 +178,7 @@
</mkdir>
<javac destdir="${testclassesdir}" deprecation="true" debug="true"
optimize="false" excludes="**/package.html">
<src>
- <pathelement location="${basedir}/src/test">
+ <pathelement location="${basedir}/core/src/main/test">
</pathelement>
</src>
<classpath>
@@ -204,7 +200,7 @@
</property>
<property name="title" value="Commons VFS 1.0-RC8-SNAPSHOT API">
</property>
- <javadoc use="true" private="true" destdir="${javadocdir}" author="true"
version="true" sourcepath="${basedir}/src/java"
packagenames="org.apache.commons.vfs.*">
+ <javadoc use="true" private="true" destdir="${javadocdir}" author="true"
version="true" sourcepath="${basedir}/core/src/main/java"
packagenames="org.apache.commons.vfs.*">
<classpath>
<path refid="build.classpath">
</path>
@@ -253,20 +249,6 @@
<get dest="${libdir}/commons-logging/jars/commons-logging-1.0.4.jar"
usetimestamp="true" ignoreerrors="true" src="${commons-logging.jar}">
</get>
</target>
- <target name="get-dep-commons-compress.jar" description="o Download the
dependency : commons-compress.jar" unless="commons-compress.jar"
depends="init,setProxy,noProxy,get-custom-dep-commons-compress.jar">
- <mkdir dir="${libdir}/commons-compress/jars/">
- </mkdir>
- <get dest="${libdir}/commons-compress/jars/commons-compress-SNAPSHOT.jar"
usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-compress/jars/commons-compress-SNAPSHOT.jar">
- </get>
- <get dest="${libdir}/commons-compress/jars/commons-compress-SNAPSHOT.jar"
usetimestamp="true" ignoreerrors="true"
src="http://people.apache.org/repository/commons-compress/jars/commons-compress-SNAPSHOT.jar">
- </get>
- </target>
- <target name="get-custom-dep-commons-compress.jar" if="commons-compress.jar"
depends="init,setProxy,noProxy">
- <mkdir dir="${libdir}/commons-compress/jars/">
- </mkdir>
- <get dest="${libdir}/commons-compress/jars/commons-compress-SNAPSHOT.jar"
usetimestamp="true" ignoreerrors="true" src="${commons-compress.jar}">
- </get>
- </target>
<target name="get-dep-commons-collections.jar" description="o Download the
dependency : commons-collections.jar" unless="commons-collections.jar"
depends="init,setProxy,noProxy,get-custom-dep-commons-collections.jar">
<mkdir dir="${libdir}/commons-collections/jars/">
</mkdir>
@@ -379,7 +361,21 @@
<get dest="${libdir}/oro/jars/oro-2.0.8.jar" usetimestamp="true"
ignoreerrors="true" src="${oro.jar}">
</get>
</target>
- <target name="get-deps" unless="noget"
depends="get-dep-ant.jar,get-dep-commons-net.jar,get-dep-commons-logging.jar,get-dep-commons-compress.jar,get-dep-commons-collections.jar,get-dep-jcifs.jar,get-dep-jakarta-slide-webdavlib.jar,get-dep-jdom.jar,get-dep-commons-httpclient.jar,get-dep-jsch.jar,get-dep-xml-apis.jar,get-dep-oro.jar">
+ <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://www.ibiblio.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/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-deps" unless="noget"
depends="get-dep-ant.jar,get-dep-commons-net.jar,get-dep-commons-logging.jar,get-dep-commons-collections.jar,get-dep-jcifs.jar,get-dep-jakarta-slide-webdavlib.jar,get-dep-jdom.jar,get-dep-commons-httpclient.jar,get-dep-jsch.jar,get-dep-xml-apis.jar,get-dep-oro.jar,get-dep-maven-xdoc-plugin.jar">
</target>
<target name="setProxy" if="useProxy" depends="init">
<!--Proxy settings works only with a JDK 1.2 and higher.-->
@@ -400,4 +396,4 @@
<unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
</unjar>
</target>
-</project>
+</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]