costin      2003/03/12 14:53:47

  Modified:    .        build.properties.default build.xml
  Log:
  I changed the base.dir to make sure no older files are picked up.
  Hopefully we'll have a real "repository" ( and a download tool in ant16)
  
  Stop downloading commons-modeler and el as part of the download, we build
  it in build-depends. When a release is available we should use it, but
  for now build-depends seems a better solution.
  
  Revision  Changes    Path
  1.74      +2 -2      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- build.properties.default  5 Mar 2003 16:48:33 -0000       1.73
  +++ build.properties.default  12 Mar 2003 22:53:47 -0000      1.74
  @@ -36,7 +36,7 @@
   
   # ----- Default Base Path for Dependent Packages -----
   #base.path=/usr/share/java
  -base.path=/usr/local
  +base.path=../repository
   
   
   # --------------------------------------------------
  
  
  
  1.98      +3 -6      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- build.xml 12 Mar 2003 20:52:28 -0000      1.97
  +++ build.xml 12 Mar 2003 22:53:47 -0000      1.98
  @@ -1251,6 +1251,7 @@
   
     <target name="download" depends="proxyflags" 
             description="Download binary packages" >
  +    <mkdir dir="${base.path}" />
   
       <!-- commons-digester needs ../LICENSE -->
       <!-- That is ugly XXX needs a review -->
  @@ -1338,12 +1339,7 @@
       </antcall>
   
   <!--
  -    <antcall target="downloadgz">
  -      <param name="sourcefile" value="${commons-modeler.loc}"/>
  -      <param name="destfile" value="${commons-modeler.jar}"/>
  -    </antcall>
  ---> 
  -
  +    This is our own stuff - don't get binaries, we'll build it ourself
       <antcall target="cvsbuild">
         <param name="location" value="${commons-modeler.cvs.loc}"/>
         <param name="subdir" value="${commons-modeler.home}"/>
  @@ -1355,6 +1351,7 @@
         <param name="subdir" value="${commons-el.home}"/>
         <param name="destfile" value="${commons-el.jar}"/>
       </antcall>
  +--> 
   
       <antcall target="downloadfile">
         <param name="sourcefile" value="${nsis.loc}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to