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 2004/08/19 00:27:58 UTC

cvs commit: logging-log4j/src/xdocs chainsaw.xml

psmith      2004/08/18 15:27:58

  Modified:    .        .cvsignore build.xml
               src/xdocs chainsaw.xml
  Added:       src      chainsaw.bat
  Log:
  Changes at add a non-webstart distribution of Chainsaw via a zip of all the necessary jars, plus a Windows batch file to run Chainsaw after
  unzipping.
  
  I have not had time to add a README.txt file, nor try a Unix shell script, maybe someone could help me out there?
  
  Revision  Changes    Path
  1.7       +3 -0      logging-log4j/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/logging-log4j/.cvsignore,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- .cvsignore	11 May 2004 09:38:23 -0000	1.6
  +++ .cvsignore	18 Aug 2004 22:27:57 -0000	1.7
  @@ -12,3 +12,6 @@
   log4j-1.3alpha0.jar
   log4j-chainsaw-1.3alpha0.jar
   log4j-lf5-1.3alpha0.jar
  +chainsaw-bundle
  +chainsaw-bundle.zip
  +webstart-dependant-receivers.jar-1.3alpha.jar
  
  
  
  1.108     +10 -0     logging-log4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/build.xml,v
  retrieving revision 1.107
  retrieving revision 1.108
  diff -u -r1.107 -r1.108
  --- build.xml	17 Aug 2004 09:02:54 -0000	1.107
  +++ build.xml	18 Aug 2004 22:27:57 -0000	1.108
  @@ -658,8 +658,18 @@
   		<signjar verbose="false" keystore="${keystore}" alias="${alias}" storepass="${storepass}" keypass="${keypass}" >
   		 <fileset dir=".">
   		  <include name="*.jar"/>
  +		  <exclude name="*lf5*.jar"/>
   		 </fileset>
   		</signjar>
  +		
  +		<zip destfile="chainsaw-bundle.zip" >
  +			<zipfileset dir="."> 
  +				<include name="*.jar"/>
  +				<exclude name="*lf5*.jar"/>
  +			</zipfileset>
  +			<fileset file="${regexp.oro.jar}"/>
  +			<fileset file="src/chainsaw.bat"/>
  +		</zip>
     </target>
   	
     <!-- ================================================================= -->
  
  
  
  1.1                  logging-log4j/src/chainsaw.bat
  
  Index: chainsaw.bat
  ===================================================================
  java -classpath jakarta-oro-2.0.6.jar;log4j-1.3alpha.jar;log4j-chainsaw-1.3alpha.jar org.apache.log4j.chainsaw.LogUI
  
  
  
  
  1.10      +1 -0      logging-log4j/src/xdocs/chainsaw.xml
  
  Index: chainsaw.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/src/xdocs/chainsaw.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- chainsaw.xml	26 Jul 2004 07:39:31 -0000	1.9
  +++ chainsaw.xml	18 Aug 2004 22:27:58 -0000	1.10
  @@ -16,6 +16,7 @@
         Chainsaw v2 has it's roots from the original Chainsaw utility written by Oliver Burn, 
         and with inspiration from the Log Factor 5 utility contributed by ThoughtWorks Inc. </p>
      <p><b>*** Got Java Web Start installed?: <a href="http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsawWebStart.jnlp">[Launch now!]</a>***</b></p>
  +   <p>If you haven't got Java Web Start installed, then try this zipped distribution. <a href="http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsaw-bundle.zip">[Download]</a></p>
       <ul>
        <li><a href="#WhatIsIt">So what is it really?</a></li>
        <li><a href="#QuickTour">Quick Tour of Chainsaw features</a></li>
  
  
  

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


Re: cvs commit: logging-log4j/src/xdocs chainsaw.xml

Posted by Ceki Gülcü <ce...@qos.ch>.
I wonder if the webstart related stuff could be moved into a separate 
src/webstart folder. It should also be possible to place the webstart 
related tasks in build.xml into src/webstart/build.xml.

At 12:27 AM 8/19/2004, you wrote:
>psmith      2004/08/18 15:27:58
>
>   Modified:    .        .cvsignore build.xml
>                src/xdocs chainsaw.xml
>   Added:       src      chainsaw.bat
>   Log:
>   Changes at add a non-webstart distribution of Chainsaw via a zip of all 
> the necessary jars, plus a Windows batch file to run Chainsaw after
>   unzipping.
>
>   I have not had time to add a README.txt file, nor try a Unix shell 
> script, maybe someone could help me out there?
>
>   Revision  Changes    Path
>   1.7       +3 -0      logging-log4j/.cvsignore
>
>   Index: .cvsignore
>   ===================================================================
>   RCS file: /home/cvs/logging-log4j/.cvsignore,v
>   retrieving revision 1.6
>   retrieving revision 1.7
>   diff -u -r1.6 -r1.7
>   --- .cvsignore        11 May 2004 09:38:23 -0000      1.6
>   +++ .cvsignore        18 Aug 2004 22:27:57 -0000      1.7
>   @@ -12,3 +12,6 @@
>    log4j-1.3alpha0.jar
>    log4j-chainsaw-1.3alpha0.jar
>    log4j-lf5-1.3alpha0.jar
>   +chainsaw-bundle
>   +chainsaw-bundle.zip
>   +webstart-dependant-receivers.jar-1.3alpha.jar
>
>
>
>   1.108     +10 -0     logging-log4j/build.xml
>
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/logging-log4j/build.xml,v
>   retrieving revision 1.107
>   retrieving revision 1.108
>   diff -u -r1.107 -r1.108
>   --- build.xml 17 Aug 2004 09:02:54 -0000      1.107
>   +++ build.xml 18 Aug 2004 22:27:57 -0000      1.108
>   @@ -658,8 +658,18 @@
>                 <signjar verbose="false" keystore="${keystore}" 
> alias="${alias}" storepass="${storepass}" keypass="${keypass}" >
>                 <fileset dir=".">
>                   <include name="*.jar"/>
>   +               <exclude name="*lf5*.jar"/>
>                 </fileset>
>                 </signjar>
>   +
>   +             <zip destfile="chainsaw-bundle.zip" >
>   +                     <zipfileset dir=".">
>   +                             <include name="*.jar"/>
>   +                             <exclude name="*lf5*.jar"/>
>   +                     </zipfileset>
>   +                     <fileset file="${regexp.oro.jar}"/>
>   +                     <fileset file="src/chainsaw.bat"/>
>   +             </zip>
>      </target>
>
>      <!-- 
> ================================================================= -->
>
>
>
>   1.1                  logging-log4j/src/chainsaw.bat
>
>   Index: chainsaw.bat
>   ===================================================================
>   java -classpath 
> jakarta-oro-2.0.6.jar;log4j-1.3alpha.jar;log4j-chainsaw-1.3alpha.jar 
> org.apache.log4j.chainsaw.LogUI
>
>
>
>
>   1.10      +1 -0      logging-log4j/src/xdocs/chainsaw.xml
>
>   Index: chainsaw.xml
>   ===================================================================
>   RCS file: /home/cvs/logging-log4j/src/xdocs/chainsaw.xml,v
>   retrieving revision 1.9
>   retrieving revision 1.10
>   diff -u -r1.9 -r1.10
>   --- chainsaw.xml      26 Jul 2004 07:39:31 -0000      1.9
>   +++ chainsaw.xml      18 Aug 2004 22:27:58 -0000      1.10
>   @@ -16,6 +16,7 @@
>          Chainsaw v2 has it's roots from the original Chainsaw utility 
> written by Oliver Burn,
>          and with inspiration from the Log Factor 5 utility contributed 
> by ThoughtWorks Inc. </p>
>       <p><b>*** Got Java Web Start installed?: <a 
> href="http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsawWebStart.jnlp">[Launch 
> now!]</a>***</b></p>
>   +   <p>If you haven't got Java Web Start installed, then try this 
> zipped distribution. <a 
> href="http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsaw-bundle.zip">[Download]</a></p>
>        <ul>
>         <li><a href="#WhatIsIt">So what is it really?</a></li>
>         <li><a href="#QuickTour">Quick Tour of Chainsaw features</a></li>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>For additional commands, e-mail: log4j-dev-help@logging.apache.org

-- 
Ceki Gülcü

      For log4j documentation consider "The complete log4j manual"
      ISBN: 2970036908 http://www.qos.ch/shop/products/clm_t.jsp  



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