Author: carnold
Date: Fri Aug 31 22:30:51 2007
New Revision: 571701
URL: http://svn.apache.org/viewvc?rev=571701&view=rev
Log:
Add links on distributionnotes and zeroconf.html
Modified:
logging/chainsaw/trunk/pom.xml
logging/chainsaw/trunk/src/changes/changes.xml
logging/chainsaw/trunk/src/site/apt/distributionnotes.apt
logging/chainsaw/trunk/src/site/apt/zeroconf.apt
Modified: logging/chainsaw/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/chainsaw/trunk/pom.xml?rev=571701&r1=571700&r2=571701&view=diff
==============================================================================
--- logging/chainsaw/trunk/pom.xml (original)
+++ logging/chainsaw/trunk/pom.xml Fri Aug 31 22:30:51 2007
@@ -391,7 +391,7 @@
</repository>
<site>
<id>logging.site</id>
- <url>scp://localhost/${user.dir}/target/site-deploy</url>
+ <url>file:///${user.dir}/target/site-deploy</url>
</site>
</distributionManagement>
<properties>
Modified: logging/chainsaw/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/changes/changes.xml?rev=571701&r1=571700&r2=571701&view=diff
==============================================================================
--- logging/chainsaw/trunk/src/changes/changes.xml (original)
+++ logging/chainsaw/trunk/src/changes/changes.xml Fri Aug 31 22:30:51 2007
@@ -30,10 +30,10 @@
<action dev="psmith" issue="42883" type="add" due-to="Isuru
Suriarachchi" due-to-email="">
Added ability to hide Welcome and Drag and Drop panels.
</action>
- <action dev="psmith" issue="43158" type="add due-to="Isuru
Suriarachchi" due-to-email="">
+ <action dev="psmith" issue="43158" type="add" due-to="Isuru
Suriarachchi" due-to-email="">
Added ability to remember last created receivers in an xml
file, and load them at startup.
</action>
- <action dev="psmith" issue="ASF Bugzilla Bug 42883" type="add
due-to="Isuru Suriarachchi" due-to-email="">
+ <action dev="psmith" issue="ASF Bugzilla Bug 42883" type="add"
due-to="Isuru Suriarachchi" due-to-email="">
Added ability to remember hidden log panels.
</action>
</release>
Modified: logging/chainsaw/trunk/src/site/apt/distributionnotes.apt
URL:
http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/site/apt/distributionnotes.apt?rev=571701&r1=571700&r2=571701&view=diff
==============================================================================
--- logging/chainsaw/trunk/src/site/apt/distributionnotes.apt (original)
+++ logging/chainsaw/trunk/src/site/apt/distributionnotes.apt Fri Aug 31
22:30:51 2007
@@ -19,20 +19,22 @@
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.
- * [DBReceiver] Download the DB extension to Chainsaw
+ [[1]] [DBReceiver] Download the
{{{http://logging.apache.org/log4j/docs/webstart/chainsaw/lib/log4j-db-1.3alpha-7.jar}DB
extension}} to Chainsaw
- * [JMSReceiver] Download the JMS extension to Chainsaw
+ [[2]] [JMSReceiver] Download the
{{{http://logging.apache.org/log4j/docs/webstart/chainsaw/lib/log4j-jms-1.3alpha-7.jar}JMS
extension}} to Chainsaw
- * [VFS] Download the VFS extension to Chainsaw
+ [[3]] [VFS] Download the
{{{http://logging.apache.org/log4j/docs/webstart/chainsaw/lib/log4j-chainsaw-vfs.jar}VFS
extension}} to Chainsaw
- * [VFS] Download VFS
+ [[4]] [VFS] Download
{{{http://people.apache.org/builds/jakarta-commons/nightly/commons-vfs/}VFS}}
- * [VFS] Download Commons Logging Jars
+ [[5]] [VFS] Download
{{{http://commons.apache.org/downloads/download_logging.cgi}Commons Logging}}
Jars
- * [VFS] Download the VFS filestore implementation jars you wish
to use
+ [[6]] [VFS] Download the VFS
{{{http://commons.apache.org/vfs/download.html}filestore implementation jars}}
you wish to use
Place all these jars in your .chainsaw/plugins directory (the .chainsaw
directory is in your home directory)
Start Chainsaw, which should now recognize the existence of these
components and allow you to use them.
This applies to all distributions.
+
+
Modified: logging/chainsaw/trunk/src/site/apt/zeroconf.apt
URL:
http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/site/apt/zeroconf.apt?rev=571701&r1=571700&r2=571701&view=diff
==============================================================================
--- logging/chainsaw/trunk/src/site/apt/zeroconf.apt (original)
+++ logging/chainsaw/trunk/src/site/apt/zeroconf.apt Fri Aug 31 22:30:51 2007
@@ -18,18 +18,18 @@
Download:
- * log4j ZeroConf extension
+ [[1]]
{{{http://logging.apache.org/log4j/docs/webstart/chainsaw/log4j-zeroconf.zip}log4j
ZeroConf extension}}
- * {{{http://sourceforge.net/projects/jmdns/}JmDNS}}
+ [[2]] {{{http://sourceforge.net/projects/jmdns/}JmDNS}}
- * Add the <log4j-zeroconf.jar> and the <jmdns.jar> from these
bundles and add them to your application's classpath.
+ [[3]] Add the <log4j-zeroconf.jar> and the <jmdns.jar> from
these bundles and add them to your application's classpath.
- * Modify your log4j configuration so that it use the
ZeroConfSocketHubAppender.
+ [[4]] Modify your log4j configuration so that it use the
ZeroConfSocketHubAppender.
Here is a complete log4j.xml file that you can use as a base:
+-------------------------------+
-<log4j:configuration debug="false" threshold="debug"
xmlns:log4j="http://jakarta.apache.org/log4j/>
+<log4j:configuration debug="false" threshold="debug"
xmlns:log4j="http://jakarta.apache.org/log4j/">
<appender name="zeroconf"
class="org.apache.log4j.net.ZeroConfSocketHubAppender">
<param name="Name" value="MyZeroConfSockeHubAppender" />
</appender>