You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ma...@apache.org on 2003/12/16 16:19:15 UTC

cvs commit: jakarta-commons-sandbox/sql build.xml

matth       2003/12/16 07:19:15

  Modified:    sql      build.xml
  Log:
  Updated Ant build file with Maven
  
  Revision  Changes    Path
  1.5       +27 -48    jakarta-commons-sandbox/sql/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/sql/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	23 Jan 2003 11:12:07 -0000	1.4
  +++ build.xml	16 Dec 2003 15:19:15 -0000	1.5
  @@ -1,5 +1,8 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  +<!--build.xml generated by maven from project.xml version 1.0-dev
  +  on date December 16 2003, time 0716-->
  +
   <project default="jar" name="commons-sql" basedir=".">
     <property name="defaulttargetdir" value="target">
     </property>
  @@ -30,7 +33,7 @@
       </mkdir>
       <javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html">
         <src>
  -        <pathelement location="src/java">
  +        <pathelement location="/home/subterfusion/files/tech/appdev/projects/apache/jakarta-commons-sandbox/sql/src/java">
           </pathelement>
         </src>
         <classpath>
  @@ -43,34 +46,6 @@
     </target>
     <target name="jar" description="o Create the jar" depends="compile,test">
       <jar jarfile="target/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
  -      <metainf dir="${basedir}">
  -        <include name="LICENSE.txt">
  -        </include>
  -      </metainf>
  -      <manifest>
  -        <attribute name="Built-By" value="${user.name}">
  -        </attribute>
  -        <attribute name="Created-By" value="Apache Jakarta Maven">
  -        </attribute>
  -        <attribute name="Package" value="org.apache.commons.sql">
  -        </attribute>
  -        <attribute name="Build-Jdk" value="${java.version}">
  -        </attribute>
  -        <section name="org.apache.commons.sql">
  -          <attribute name="Specification-Title" value="commons-sql">
  -          </attribute>
  -          <attribute name="Specification-Version" value="1.0-dev">
  -          </attribute>
  -          <attribute name="Specification-Vendor" value="Apache Software Foundation">
  -          </attribute>
  -          <attribute name="Implementation-Title" value="org.apache.commons.sql">
  -          </attribute>
  -          <attribute name="Implementation-Version" value="1.0-dev">
  -          </attribute>
  -          <attribute name="Implementation-Vendor" value="Apache Software Foundation">
  -          </attribute>
  -        </section>
  -      </manifest>
       </jar>
     </target>
     <target name="clean" description="o Clean up the generated directories">
  @@ -85,7 +60,7 @@
       <copy todir="dist">
         <fileset dir="${defaulttargetdir}" includes="*.jar">
         </fileset>
  -      <fileset dir="${basedir}" includes="LICENSE*, README*, RELEASE*">
  +      <fileset dir="${basedir}" includes="LICENSE*, README*">
         </fileset>
       </copy>
     </target>
  @@ -114,7 +89,7 @@
           </pathelement>
         </classpath>
         <batchtest todir="${testreportdir}">
  -        <fileset dir="src/test">
  +        <fileset dir="/home/subterfusion/files/tech/appdev/projects/apache/jakarta-commons-sandbox/sql/src/test">
             <include name="**/Test*.java">
             </include>
           </fileset>
  @@ -126,7 +101,7 @@
       </mkdir>
       <javac destdir="${testclassesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html">
         <src>
  -        <pathelement location="src/test">
  +        <pathelement location="/home/subterfusion/files/tech/appdev/projects/apache/jakarta-commons-sandbox/sql/src/test">
           </pathelement>
         </src>
         <classpath>
  @@ -150,7 +125,7 @@
       </property>
       <property name="title" value="commons-sql 1.0-dev API">
       </property>
  -    <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.sql.*">
  +    <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="/home/subterfusion/files/tech/appdev/projects/apache/jakarta-commons-sandbox/sql/src/java" packagenames="org.apache.commons.sql.*">
         <classpath>
           <fileset dir="${libdir}">
             <include name="*.jar">
  @@ -162,37 +137,41 @@
       </javadoc>
     </target>
     <target name="get-deps" unless="noget" depends="init">
  -    <get dest="${libdir}/commons-logging-1.0.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.1.jar">
  +    <get dest="${libdir}/commons-logging-1.0.3.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.3.jar">
       </get>
  -    <get dest="${libdir}/commons-beanutils-SNAPSHOT.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-beanutils/jars/commons-beanutils-SNAPSHOT.jar">
  +    <get dest="${libdir}/commons-beanutils-1.6.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/commons-beanutils/jars/commons-beanutils-1.6.jar">
       </get>
  -    <get dest="${libdir}/commons-betwixt-SNAPSHOT.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-betwixt/jars/commons-betwixt-SNAPSHOT.jar">
  +    <get dest="${libdir}/commons-collections-3.0-dev.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/commons-collections/jars/commons-collections-3.0-dev.jar">
       </get>
  -    <get dest="${libdir}/jdbc-2.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/jdbc/jars/jdbc-2.0.jar">
  +    <get dest="${libdir}/commons-digester-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/commons-digester/jars/commons-digester-1.5.jar">
       </get>
  -    <get dest="${libdir}/ant-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar">
  +    <get dest="${libdir}/commons-betwixt-20030211.133854.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/commons-betwixt/jars/commons-betwixt-20030211.133854.jar">
       </get>
  -    <get dest="${libdir}/commons-collections-2.1-dev.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-2.1-dev.jar">
  +    <get dest="${libdir}/commons-jelly-20030902.160215.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/commons-jelly/jars/commons-jelly-20030902.160215.jar">
       </get>
  -    <get dest="${libdir}/commons-digester-1.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-digester/jars/commons-digester-1.2.jar">
  +    <get dest="${libdir}/commons-cli-1.0-beta-2.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/commons-cli/jars/commons-cli-1.0-beta-2.jar">
       </get>
  -    <get dest="${libdir}/xml-apis-2.0.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xml-apis/jars/xml-apis-2.0.2.jar">
  +    <get dest="${libdir}/ant-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/ant/jars/ant-1.5.jar">
       </get>
  -    <get dest="${libdir}/xerces-2.0.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xerces/jars/xerces-2.0.0.jar">
  +    <get dest="${libdir}/dom4j-1.4.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/dom4j/jars/dom4j-1.4.jar">
       </get>
  -    <get dest="${libdir}/axion-1.0-dev.20020830.060007.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/axion/jars/axion-1.0-dev.20020830.060007.jar">
  +    <get dest="${libdir}/xml-apis-1.0.b2.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/xml-apis/jars/xml-apis-1.0.b2.jar">
       </get>
  -    <get dest="${libdir}/hsqldb-1.7.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/hsqldb/jars/hsqldb-1.7.1.jar">
  +    <get dest="${libdir}/xerces-2.4.0.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/xerces/jars/xerces-2.4.0.jar">
       </get>
  -    <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
  +    <get dest="${libdir}/axion-1.0-M1.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/axion/jars/axion-1.0-M1.jar">
       </get>
  -    <get dest="${libdir}/ant-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar">
  +    <get dest="${libdir}/hsqldb-1.7.1.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/hsqldb/jars/hsqldb-1.7.1.jar">
       </get>
  -    <get dest="${libdir}/ant-optional-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/ant/jars/ant-optional-1.5.jar">
  +    <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
  +    </get>
  +    <get dest="${libdir}/ant-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/ant/jars/ant-1.5.jar">
  +    </get>
  +    <get dest="${libdir}/ant-optional-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://ibiblio.org/maven/ant/jars/ant-optional-1.5.jar">
       </get>
     </target>
     <target name="install-maven">
  -    <get dest="${user.home}/maven-install-latest.jar" usetimestamp="true" src="${maven.repo.remote}/maven/maven-install-latest.jar">
  +    <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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org