You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/12/05 20:58:34 UTC

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

jstrachan    2002/12/05 11:58:34

  Modified:    attributes build.xml
  Log:
  added an autogenerated build.xml
  
  Revision  Changes    Path
  1.2       +5 -3      jakarta-commons-sandbox/attributes/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	19 Nov 2002 16:04:29 -0000	1.1
  +++ build.xml	5 Dec 2002 19:58:34 -0000	1.2
  @@ -108,7 +108,7 @@
         <mkdir dir="${testreportdir}"></mkdir>
         <junit dir="./" failureproperty="test.failure" printSummary="yes" fork="true" haltonerror="true">
           
  -        <sysproperty key="basedir" value="C:\workspace\jakarta-commons-sandbox\attributes"></sysproperty>
  +        <sysproperty key="basedir" value="C:\eclipse\workspace\attributes"></sysproperty>
           <formatter type="xml"></formatter>
           <formatter usefile="true" type="plain"></formatter>
           <classpath>
  @@ -184,10 +184,12 @@
     <target name="get-deps" unless="noget" depends="init">
     
       
  -    <get dest="lib/qdox-1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/qdox/jars/qdox-1.0.jar"></get>
  +    <get dest="lib/qdox-1.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/qdox/jars/qdox-1.1.jar"></get>
       <get dest="lib/commons-logging-1.0.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.2.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>
       <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/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar"></get>
  +    <get dest="lib/xml-apis-1.0.b2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xml-apis/jars/xml-apis-1.0.b2.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/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.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>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-commons-sandbox/attributes build.xml

Posted by di...@multitask.com.au.
jstrachan@apache.org wrote on 06/12/2002 06:58:34 AM:

> jstrachan    2002/12/05 11:58:34
> 
>   Modified:    attributes build.xml
>   Log:
>   added an autogenerated build.xml
[snip]

>   -        <sysproperty key="basedir" value="C:\workspace\jakarta-
> commons-sandbox\attributes"></sysproperty>
>   +        <sysproperty key="basedir" value="C:
> \eclipse\workspace\attributes"></sysproperty>

James, we really need to do a relative file tag for jelly and start using 
it in maven :(
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>