psmith 2004/05/17 15:26:09
Modified: src/java/org/apache/log4j/chainsaw/version
VersionManager.java
. build.xml
src/java/org/apache/log4j/chainsaw/help release-notes.html
Log:
made sure an appropriate set of JavaDoc is bundled in with the chainsaw jar, and
updated the release notes
and version info.
New signed version has been uploaded to the webstart area.
Revision Changes Path
1.2 +1 -1
logging-log4j/src/java/org/apache/log4j/chainsaw/version/VersionManager.java
Index: VersionManager.java
===================================================================
RCS file:
/home/cvs/logging-log4j/src/java/org/apache/log4j/chainsaw/version/VersionManager.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VersionManager.java 14 May 2004 03:19:57 -0000 1.1
+++ VersionManager.java 17 May 2004 22:26:09 -0000 1.2
@@ -10,7 +10,7 @@
private static final VersionManager instance = new VersionManager();
- private static final String VERSION_INFO = "1.99.99";
+ private static final String VERSION_INFO = "1.99.99 (18th May 2004)";
public static final VersionManager getInstance() {
return instance;
1.99 +24 -1 logging-log4j/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4j/build.xml,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- build.xml 15 May 2004 06:30:11 -0000 1.98
+++ build.xml 17 May 2004 22:26:09 -0000 1.99
@@ -42,7 +42,7 @@
<!-- The jar file that the jar-chainsaw task will generate -->
<property name="log4j-chainsaw.jar" value="log4j-chainsaw-${version}.jar"/>
-
+
<!-- The jar file that the jar-lf5 task will generate -->
<property name="log4j-lf5.jar" value="log4j-lf5-${version}.jar"/>
@@ -486,8 +486,31 @@
<fileset dir="src/java" includes="**/chainsaw/**/LICENCE"/>
</copy>
+ <!-- JavaDoc up some Receiver and other stuff we want to be able to ship with
Chainsaw-->
+ <javadoc sourcepath="${java.source.dir}"
+ destdir="${javac.dest}"
+ version="true"
+ author="true"
+ use="true"
+ overview="${jar.dest}/overview.html"
+ doctitle="log4j version ${version}<br>API Specification"
+ windowtitle="Log4j Version ${version}"
+ header="<b>Log4j ${version}</b>"
+ bottom="Copyright 2000-2003 Apache Software Foundation."
+ >
+ <fileset dir="src/java" defaultexcludes="yes">
+ <include name="**/*Receiver.java" />
+ </fileset>
+ <classpath refid="compile.classpath"/>
+
+ </javadoc>
+
+
<jar jarfile="${jar.dest}/${log4j-chainsaw.jar}" basedir="${javac.dest}"
includes="${stem}/chainsaw/*.class,
+ ${stem}/**/*.html,
+ **/*.css,
+ **/resources/*
${stem}/varia/ExpressionFilter*.class,
${stem}/rule/*.class,
${stem}/**/*BeanInfo.class,
1.4 +6 -0
logging-log4j/src/java/org/apache/log4j/chainsaw/help/release-notes.html
Index: release-notes.html
===================================================================
RCS file:
/home/cvs/logging-log4j/src/java/org/apache/log4j/chainsaw/help/release-notes.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- release-notes.html 17 May 2004 06:17:59 -0000 1.3
+++ release-notes.html 17 May 2004 22:26:09 -0000 1.4
@@ -8,6 +8,12 @@
<h2>Release Notes</h2>
<h3>v1.99.99 (pre-log4j 1.3 Alpha)</h3>
+<h2>18 May 2004</h2>
+<ul>
+ <li>Properly included some base JavaDoc into the chainsaw jar, so that it can be
accessed via Java Web Start</li>
+</ul>
+
+<h3>v1.99.99 (pre-log4j 1.3 Alpha)</h3>
<h2>16 May 2004</h2>
<ul>
<li>Added 'cyclic buffer size' as an application property</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]