[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    cvs commit: jakarta-commons-sandbox/jelly build.xml
From:       jstrachan () apache ! org
Date:       2002-09-30 17:59:38
[Download RAW message or body]

jstrachan    2002/09/30 10:59:38

  Modified:    jelly    build.xml
  Log:
  Regenerated the Ant build file to take into account recent changes in dependencies.
  
  Revision  Changes    Path
  1.64      +30 -21    jakarta-commons-sandbox/jelly/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/build.xml,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- build.xml	6 Sep 2002 09:51:51 -0000	1.63
  +++ build.xml	30 Sep 2002 17:59:38 -0000	1.64
  @@ -8,7 +8,7 @@
     <property name="testreportdir" value="target/test-reports"></property>
     <property name="distdir" value="dist"></property>
     <property name="javadocdir" value="target/docs/apidocs"></property>
  -  <property name="final.name" value="commons-jelly-1.0-beta-3"></property>
  +  <property name="final.name" value="commons-jelly-1.0-beta-4"></property>
     
     <target name="init" description="o Initializes some properties">
   
  @@ -16,9 +16,9 @@
         <equals arg2="only" arg1="${build.sysclasspath}"></equals>
       </condition>
     </target>
  -    
  -  <target name="jar" description="o Create the jar" depends="get-deps">
   
  +  <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">  @@ -31,7 +31,7 @@
           </fileset>
         </classpath>
       </javac>
  -
  +    
       
    
       
  @@ -50,6 +50,11 @@
       </copy>
    
       
  +
  +  </target>
  +    
  +  <target name="jar" description="o Create the jar" depends="compile,test">
  +
       <jar jarfile="target/${final.name}.jar" excludes="**/package.html" \
basedir="${classesdir}"></jar>  
     </target>
  @@ -90,7 +95,7 @@
       </junit>
     </target>
   
  -  <target name="compile-tests" depends="jar">
  +  <target name="compile-tests" depends="compile">
       <mkdir dir="${testclassesdir}"></mkdir>
       <javac destdir="${testclassesdir}" deprecation="true" debug="true" \
optimize="false" excludes="**/package.html">  <src>
  @@ -129,7 +134,7 @@
    
       <property name="copyright" value="Copyright &amp;copy;  Apache Software \
Foundation. All Rights Reserved."></property>  
  -    <property name="title" value="commons-jelly 1.0-beta-3 API"></property>
  +    <property name="title" value="commons-jelly 1.0-beta-4 API"></property>
    
       <javadoc use="true" private="true" destdir="${javadocdir}" author="true" \
version="true" sourcepath="src/java" packagenames="org.apache.commons.jelly.*">  \
<classpath>  @@ -146,39 +151,43 @@
     
       <mkdir dir="lib"></mkdir>
       
  -    <get dest="lib/junit-3.7.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/junit/jars/junit-3.7.jar"></get>
  -    <get dest="lib/javadoc-1.3.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/javadoc/jars/javadoc-1.3.jar"></get>
                
  -    <get dest="lib/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>
                
  -    <get dest="lib/xerces-2.0.2.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/xerces/jars/xerces-2.0.2.jar"></get>
                
       <get dest="lib/ant-1.5.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar"></get>
       <get dest="lib/ant-optional-1.5.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/ant+optional/jars/ant-optional-1.5.jar"></get>
                
  -    <get dest="lib/commons-grant-1.0-beta-4.jar" usetimestamp="true" \
ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-grant/jars/commons-grant-1.0-beta-4.jar"></get>
                
  -    <get dest="lib/commons-logging-1.0.jar" usetimestamp="true" \
ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.jar"></get>
  <get dest="lib/commons-beanutils-1.4-dev.jar" usetimestamp="true" \
ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-beanutils/jars/commons-beanutils-1.4-dev.jar"></get>
  <get dest="lib/commons-collections-2.0.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-2.0.jar"></get>
  <get dest="lib/commons-digester-SNAPSHOT.jar" usetimestamp="true" \
ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-digester/jars/commons-digester-SNAPSHOT.jar"></get>
  <get dest="lib/commons-discovery-SNAPSHOT.jar" usetimestamp="true" \
ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-discovery/jars/commons-discovery-SNAPSHOT.jar"></get>
                
  -    <get dest="lib/dom4j-1.4-dev-7.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/dom4j/jars/dom4j-1.4-dev-7.jar"></get>  +    <get \
dest="lib/commons-grant-1.0-beta-4.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/commons-grant/jars/commons-grant-1.0-beta-4.jar"></get>
  <get dest="lib/commons-jexl-1.0-beta-1.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/commons-jexl/jars/commons-jexl-1.0-beta-1.jar"></get>
                
  -    <get dest="lib/servletapi-2.3.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/servletapi/jars/servletapi-2.3.jar"></get>  +    \
<get dest="lib/commons-logging-1.0.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.jar"></get>
  +    <get dest="lib/dom4j-1.4-dev-7.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/dom4j/jars/dom4j-1.4-dev-7.jar"></get>  +    <get \
dest="lib/forehead-1.0-beta-2.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/forehead/jars/forehead-1.0-beta-2.jar"></get>  +    \
<get dest="lib/javadoc-1.3.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/javadoc/jars/javadoc-1.3.jar"></get>  +    <get \
dest="lib/jaxp-1.2.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/jaxp/jars/jaxp-1.2.jar"></get>
       <get dest="lib/jdbc-2.0.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/jdbc/jars/jdbc-2.0.jar"></get>  +    <get \
dest="lib/junit-3.7.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/junit/jars/junit-3.7.jar"></get>  +    <get \
dest="lib/servletapi-2.3.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/servletapi/jars/servletapi-2.3.jar"></get>
                
       <get dest="lib/werkz-1.0-beta-2.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/werkz/jars/werkz-1.0-beta-2.jar"></get>
                
  -    <get dest="lib/forehead-1.0-beta-2.jar" usetimestamp="true" \
ignoreerrors="true" src="http://www.ibiblio.org/maven/forehead/jars/forehead-1.0-beta-2.jar"></get>
  +    <get dest="lib/xalan-2.3.1.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/xalan/jars/xalan-2.3.1.jar"></get>  +    <get \
dest="lib/xerces-2.0.2.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/xerces/jars/xerces-2.0.2.jar"></get>  +    <get \
dest="lib/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>
                
       <get dest="lib/antlrall-2.7.1.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/antlr/jars/antlrall-2.7.1.jar"></get>
                
       <get dest="lib/bsh-1.2-b3.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/bsh/jars/bsh-1.2-b3.jar"></get>
       <get dest="lib/bsf-2.2.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/bsf/jars/bsf-2.2.jar"></get>
  -    <get dest="lib/nekohtml-0.6.5.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/nekohtml/jars/nekohtml-0.6.5.jar"></get>
                
  -    <get dest="lib/ojb-0.8.375.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/ojb/jars/ojb-0.8.375.jar"></get>
  -    <get dest="lib/jms-1.0.2b.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/jms/jars/jms-1.0.2b.jar"></get>
  -    <get dest="lib/commons-messenger-1.0-dev-3.jar" usetimestamp="true" \
ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-messenger/jars/commons-messenger-1.0-dev-3.jar"></get>
                
  -    <get dest="lib/commons-httpclient-2.0-dev.jar" usetimestamp="true" \
ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0-dev.jar"></get>
  <get dest="lib/commons-betwixt-SNAPSHOT.jar" usetimestamp="true" \
ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-betwixt/jars/commons-betwixt-SNAPSHOT.jar"></get>
  +    <get dest="lib/commons-httpclient-SNAPSHOT.jar" usetimestamp="true" \
ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-SNAPSHOT.jar"></get>
  +    <get dest="lib/commons-messenger-1.0-dev-3.jar" usetimestamp="true" \
ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-messenger/jars/commons-messenger-1.0-dev-3.jar"></get>
  +    <get dest="lib/jms-1.0.2b.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/jms/jars/jms-1.0.2b.jar"></get>
       <get dest="lib/isorelax-20020414.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/isorelax/jars/isorelax-20020414.jar"></get>
                
       <get dest="lib/msv-20020414.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/msv/jars/msv-20020414.jar"></get>
  -    <get dest="lib/quartz-SNAPSHOT.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/quartz/jars/quartz-SNAPSHOT.jar"></get>
                
       <get dest="lib/xsdlib-20020414.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/xsdlib/jars/xsdlib-20020414.jar"></get>  <get \
dest="lib/relaxngDatatype-20020414.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/relaxngDatatype/jars/relaxngDatatype-20020414.jar"></get>
  +    <get dest="lib/nekohtml-0.6.5.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/nekohtml/jars/nekohtml-0.6.5.jar"></get>  +    <get \
dest="lib/ojb-0.8.375.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/ojb/jars/ojb-0.8.375.jar"></get>  +    <get \
dest="lib/quartz-SNAPSHOT.jar" usetimestamp="true" ignoreerrors="true" \
                src="http://www.ibiblio.org/maven/quartz/jars/quartz-SNAPSHOT.jar"></get>
                
       <get dest="lib/hsqldb-1.7.0.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/hsqldb/jars/hsqldb-1.7.0.jar"></get>  +    
  +    <get dest="lib/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" \
src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar"></get>  
     </target>
   
  
  
  

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic