You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ps...@apache.org on 2003/05/21 08:41:36 UTC

cvs commit: jakarta-log4j-sandbox chainsaw-build.xml HOWTOBUILD-CHAINSAW2.txt build.chainsaw.properties.sample

psmith      2003/05/20 23:41:36

  Modified:    .        chainsaw-build.xml HOWTOBUILD-CHAINSAW2.txt
                        build.chainsaw.properties.sample
  Log:
  changes to the build process, as Jakarta RegExp package is no longer
  required.
  
  Also updated the HOWTO file with some info on an interesting Ant error
  that pops up occasionally.
  
  Revision  Changes    Path
  1.7       +0 -10     jakarta-log4j-sandbox/chainsaw-build.xml
  
  Index: chainsaw-build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j-sandbox/chainsaw-build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- chainsaw-build.xml	8 May 2003 03:59:00 -0000	1.6
  +++ chainsaw-build.xml	21 May 2003 06:41:36 -0000	1.7
  @@ -38,7 +38,6 @@
       <pathelement location="${jaxp.jaxp.jar}"/>
       <pathelement location="${jaxp.parser.jar}"/>
       <pathelement location="${regexp.oro.jar}"/>
  -    <pathelement location="${regexp.apache.jar}"/>
       <pathelement location="${log4j.core.jar}"/>
     </path>
   
  @@ -88,15 +87,6 @@
       </condition>
       
       <fail unless="external.libraries.oro.present" message="It appears your are missing the Jakarta ORO package.  Please check the build.chainsaw.properties file."/>
  -
  -    <condition property="external.libraries.regexp.present">
  -       <and>
  -          <isset property="regexp.apache.jar" />
  -          <available file="${regexp.apache.jar}"/>
  -        </and>
  -    </condition>
  -    
  -    <fail unless="external.libraries.regexp.present" message="It appears your are missing the Jakarta Reg Exp package.  Please check the build.chainsaw.properties file."/>
     </target>
   
   <!-- Determines if the environment, properties are all in order -->
  
  
  
  1.3       +14 -2     jakarta-log4j-sandbox/HOWTOBUILD-CHAINSAW2.txt
  
  Index: HOWTOBUILD-CHAINSAW2.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j-sandbox/HOWTOBUILD-CHAINSAW2.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HOWTOBUILD-CHAINSAW2.txt	28 Apr 2003 07:42:31 -0000	1.2
  +++ HOWTOBUILD-CHAINSAW2.txt	21 May 2003 06:41:36 -0000	1.3
  @@ -5,8 +5,8 @@
   Chainsaw (version 2).
   
   Comments/Changes/Bugs for this document and build process: 
  -  * Paul Smith (psmith@apache.org)
  -  * Scott Deboy (sdeboy@apache.org)
  +  * Log4j Developers list (log4j-dev@jakarta.apache.org)
  +
   
   Assumptions
   ===========
  @@ -68,3 +68,15 @@
   Once these changes have been integrated into the core, we will remove the need for this
   update to an external jar.  We're just trying to simulate as much as possible real world
   conditions.
  +
  +Known Bugs/Issues:
  +==================
  +
  +* The developers have noticed a periodic error in the build process trying to 
  +  update the log4j jar.  Specifically you may see an Ant message like:
  +  
  +  	"Unable to rename old file to temporary file"
  +  	
  +  This error seems to be periodic, and often goes away simply by re-running the
  +  build.  If you have any thoughts on this process, please contact the 
  +  log4j-dev list
  
  
  
  1.2       +0 -1      jakarta-log4j-sandbox/build.chainsaw.properties.sample
  
  Index: build.chainsaw.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j-sandbox/build.chainsaw.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.chainsaw.properties.sample	28 Apr 2003 07:38:51 -0000	1.1
  +++ build.chainsaw.properties.sample	21 May 2003 06:41:36 -0000	1.2
  @@ -19,7 +19,6 @@
   
   # describes the relative or full path to the Jakarta ORO Reg Exp jar file
   regexp.oro.jar=../oro/jakarta-oro-2.0.6.jar
  -regexp.apache.jar=../oro/jakarta-regexp-1.3-dev.jar
   
   
   # JAXP location
  
  
  

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