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 2006/03/02 03:45:08 UTC

svn commit: r382247 - in /logging/log4j/trunk: docs/chainsaw.html src/xdocs/chainsaw.xml

Author: psmith
Date: Wed Mar  1 18:45:06 2006
New Revision: 382247

URL: http://svn.apache.org/viewcvs?rev=382247&view=rev
Log:
Preparing for the next release of Chainsaw, updated the docs regarding 
notes about VFS/DB/JMS receivers under webstart.

Modified:
    logging/log4j/trunk/docs/chainsaw.html
    logging/log4j/trunk/src/xdocs/chainsaw.xml

Modified: logging/log4j/trunk/docs/chainsaw.html
URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/chainsaw.html?rev=382247&r1=382246&r2=382247&view=diff
==============================================================================
--- logging/log4j/trunk/docs/chainsaw.html (original)
+++ logging/log4j/trunk/docs/chainsaw.html Wed Mar  1 18:45:06 2006
@@ -64,7 +64,7 @@
  		<li><a href="http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsaw.dmg">OS X 'native' distribution</a> <font size="-1">(uses Java still, but looks like a real OSX application)</font></li>
  		<li><a href="http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsaw-bundle.zip">Unix/Dos standalone</a> <font size="-1">(.bat/.sh)</font></li>
  		 <p />	<ul>
- 				<li><font size="-1"><a href="#VFSNotes"><b>Important Distribution notes!!/Using VFS with Chainsaw</b></a></font></li>
+ 				<li><font size="-1"><a href="#VFSNotes"><b>Important Distribution notes!!/Using DB/JMS or VFS with Chainsaw</b></a></font></li>
  			</ul>
  	</ul>
  </p>
@@ -108,22 +108,27 @@
                                     <p><a name="ExtraDocs"> </a>Chainsaw already includes help with
       with a Quick Reference and a Tutorial to get you started, all viewable from <b>within the GUI</b>!. A User Manual will be made available around release time. </p>
                                                                            <h1>Distribution Notes</strong></h1>
-                                    <p><a name="VFSNotes" />Due to Java classloading rules, it is impossible to ship the <a href="http://jakarta.apache.org/commons/vfs">Jakarta Commons VFS</a> extension to Chainsaw.
-		Several VFS filestore implementation jars cannot be shipped with Chainsaw because of licensing issues.  The log4j dev team has chosen to not distribute VFS
-		with the Web Start version, however you can follow these steps to enable the VFS components inside Chainsaw.
+                                    <p><a name="VFSNotes" />Due to Java classloading rules, it is impossible to ship the <a href="http://jakarta.apache.org/commons/vfs">Jakarta Commons VFS</a> extension to Chainsaw
+		<b>OR</b> have DBReceiver or JMSReceiver bundled with Chainsaw.
+		Several VFS filestore implementation jars cannot be shipped with Chainsaw because of licensing issues, and for JMSReceiver and DBReceiver you are required
+		to have proprietary driver jars locally which we obviously can't ship. You can follow these steps to enable the DB, JMS and/or VFS components inside Chainsaw.
 		<ol>
-			<li>Download the <a href="http://logging.apache.org/log4j/docs/webstart/chainsaw/log4j-chainsaw-vfs.jar">VFS extension</a> to Chainsaw</li>
-			<li>Download <a href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-vfs/">VFS</a></li>
-			<li>Download <a href="http://jakarta.apache.org/site/downloads/downloads_commons-logging.cgi">Commons Logging</a> Jars</li>
-			<li>Download the VFS <a href="http://jakarta.apache.org/commons/vfs/download.html">filestore implementation jars</a> you wish to use</li>
+			<li>[DBReceiver] Download the <a href="http://logging.apache.org/log4j/docs/webstart/chainsaw/log4j-db-1.3alpha-7.jar">DB extension</a> to Chainsaw</li>
+			<li>[JMSReceiver] Download the <a href="http://logging.apache.org/log4j/docs/webstart/chainsaw/log4j-jms-1.3alpha-7.jar">JMS extension</a> to Chainsaw</li>
+
+			<li>[VFS] Download the <a href="http://logging.apache.org/log4j/docs/webstart/chainsaw/log4j-chainsaw-vfs.jar">VFS extension</a> to Chainsaw</li>
+			<li>[VFS] Download <a href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-vfs/">VFS</a></li>
+			<li>[VFS] Download <a href="http://jakarta.apache.org/site/downloads/downloads_commons-logging.cgi">Commons Logging</a> Jars</li>
+			<li>[VFS] Download the VFS <a href="http://jakarta.apache.org/commons/vfs/download.html">filestore implementation jars</a> you wish to use</li>
+			
 			<li>Place all these jars in your .chainsaw/plugins directory (the .chainsaw directory is in your home directory)</li>
-			<li>Start Chainsaw, which should now recognize the existence of VFS components and allow you to use such things as the VFSLogFilePatternReceiver</li>
+			<li>Start Chainsaw, which should now recognize the existence of these components and allow you to use them.</li>
 		</ol>
 		</p>
-                                                <p>This applies to distributions.</p>
+                                                <p>This applies to all distributions.</p>
                                                                            <h1>ZeroConf - Zero Configuration</strong></h1>
                                     <p><a name="ZeroConf" />Chainsaw has ZeroConf elements embedded within it, but you'll need to add a few things
-		to your application to enable <b>your</b> application.</p>
+		to your application to enable <b>your</b> application for ZeroConf.</p>
                                                 <p>Download:</p>
                                                 <ol>
 			<li><a href="http://logging.apache.org/log4j/docs/webstart/chainsaw/log4j-zeroconf.zip">log4j ZeroConf extension</a></li>

Modified: logging/log4j/trunk/src/xdocs/chainsaw.xml
URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/src/xdocs/chainsaw.xml?rev=382247&r1=382246&r2=382247&view=diff
==============================================================================
--- logging/log4j/trunk/src/xdocs/chainsaw.xml (original)
+++ logging/log4j/trunk/src/xdocs/chainsaw.xml Wed Mar  1 18:45:06 2006
@@ -27,7 +27,7 @@
  		<li><a href="http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsaw.dmg">OS X 'native' distribution</a> <font size="-1">(uses Java still, but looks like a real OSX application)</font></li>
  		<li><a href="http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsaw-bundle.zip">Unix/Dos standalone</a> <font size="-1">(.bat/.sh)</font></li>
  		 <p/>	<ul>
- 				<li><font size="-1"><a href="#VFSNotes"><b>Important Distribution notes!!/Using VFS with Chainsaw</b></a></font></li>
+ 				<li><font size="-1"><a href="#VFSNotes"><b>Important Distribution notes!!/Using DB/JMS or VFS with Chainsaw</b></a></font></li>
  			</ul>
  	</ul>
  </p>
@@ -84,19 +84,24 @@
     </section>
 
 	<section name="Distribution Notes">
-		<p><a name="VFSNotes"/>Due to Java classloading rules, it is impossible to ship the <a href="http://jakarta.apache.org/commons/vfs">Jakarta Commons VFS</a> extension to Chainsaw.
-		Several VFS filestore implementation jars cannot be shipped with Chainsaw because of licensing issues.  The log4j dev team has chosen to not distribute VFS
-		with the Web Start version, however you can follow these steps to enable the VFS components inside Chainsaw.
+		<p><a name="VFSNotes"/>Due to Java classloading rules, it is impossible to ship the <a href="http://jakarta.apache.org/commons/vfs">Jakarta Commons VFS</a> extension to Chainsaw
+		<b>OR</b> have DBReceiver or JMSReceiver bundled with Chainsaw.
+		Several VFS filestore implementation jars cannot be shipped with Chainsaw because of licensing issues, and for JMSReceiver and DBReceiver you are required
+		to have proprietary driver jars locally which we obviously can't ship. You can follow these steps to enable the DB, JMS and/or VFS components inside Chainsaw.
 		<ol>
-			<li>Download the <a href="http://logging.apache.org/log4j/docs/webstart/chainsaw/log4j-chainsaw-vfs.jar">VFS extension</a> to Chainsaw</li>
-			<li>Download <a href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-vfs/">VFS</a></li>
-			<li>Download <a href="http://jakarta.apache.org/site/downloads/downloads_commons-logging.cgi">Commons Logging</a> Jars</li>
-			<li>Download the VFS <a href="http://jakarta.apache.org/commons/vfs/download.html">filestore implementation jars</a> you wish to use</li>
+			<li>[DBReceiver] Download the <a href="http://logging.apache.org/log4j/docs/webstart/chainsaw/log4j-db-1.3alpha-7.jar">DB extension</a> to Chainsaw</li>
+			<li>[JMSReceiver] Download the <a href="http://logging.apache.org/log4j/docs/webstart/chainsaw/log4j-jms-1.3alpha-7.jar">JMS extension</a> to Chainsaw</li>
+
+			<li>[VFS] Download the <a href="http://logging.apache.org/log4j/docs/webstart/chainsaw/log4j-chainsaw-vfs.jar">VFS extension</a> to Chainsaw</li>
+			<li>[VFS] Download <a href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-vfs/">VFS</a></li>
+			<li>[VFS] Download <a href="http://jakarta.apache.org/site/downloads/downloads_commons-logging.cgi">Commons Logging</a> Jars</li>
+			<li>[VFS] Download the VFS <a href="http://jakarta.apache.org/commons/vfs/download.html">filestore implementation jars</a> you wish to use</li>
+			
 			<li>Place all these jars in your .chainsaw/plugins directory (the .chainsaw directory is in your home directory)</li>
-			<li>Start Chainsaw, which should now recognize the existence of VFS components and allow you to use such things as the VFSLogFilePatternReceiver</li>
+			<li>Start Chainsaw, which should now recognize the existence of these components and allow you to use them.</li>
 		</ol>
 		</p>
-		<p>This applies to distributions.</p>
+		<p>This applies to all distributions.</p>
 	</section>
     <!--<section name="Screenshots">
 			<p><a name="Screenshots"/>Here's a few more screenshots to whet your appetite:</p>    



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