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 ce...@apache.org on 2005/01/05 17:50:53 UTC

cvs commit: logging-log4j build-chainsaw.xml

ceki        2005/01/05 08:50:53

  Modified:    .        build-chainsaw.xml
  Log:
  The log4j.jar target would not run because the delete target could not
  delete the log4j-VERSION.jar file. This occurs because the
  build.chainsaw target in the build-chainsaw.xm ant file refers to
  log4j.jar through the compile.classpath path id.
  
  This also explains the recent Gump failures.
  
  Revision  Changes    Path
  1.2       +0 -1      logging-log4j/build-chainsaw.xml
  
  Index: build-chainsaw.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/build-chainsaw.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-chainsaw.xml	2 Jan 2005 09:51:40 -0000	1.1
  +++ build-chainsaw.xml	5 Jan 2005 16:50:52 -0000	1.2
  @@ -42,7 +42,6 @@
     <!-- Construct compile classpath -->
     <path id="compile.classpath">
       <pathelement location="${javac.dest}"/>
  -    <pathelement location="${log4j.jar}"/>
       <pathelement location="${vfs.jar}"/>
     </path>
   
  
  
  

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