On Aug 23, 2005, at 12:47 AM, Mark Womack wrote:
Located from: http://cvs.apache.org/builds/logging/log4j/
log4j-1.2.12rc5/
This version built with the benefit of Curt's slogging through the
various jdk combos.
Built with JDK 1.3.1_16 and the proper set of jmx, jms, jndi, jaf,
javamail, etc libraries.
Let's try out this version. Please let me know if you find any
issues. If not, then we'll vote for release.
I built this version with "rc5" in the title because I don't want
anyone to mistake it for a real release. For the final release I
will need to build it with just the 1.2.12 moniker. We can diff
the images to make sure it is the same otherwise.
-Mark
I seems that Sun must have released 1.3.1_16 in just the last few
days. 1.3.1_15 was the freshest when I set up my environment a week
ago. It appears to make no difference other than the manifest file
where the Ant and JVM used are mentioned.
Other than the expected changes in the Javadoc and last night's
changes, the rc5 is identical to my local build down to each class in
the jar being an exact duplicate.
I've committed modifications to the tests (that do not get included
in the distribution) to make it easier to test an arbitrary log4j
distribution. By default tests/build.xml tests the compiled class
files from the parent directory. To use an arbitrary log4j, run
something like:
ant runAll -Dlog4j.jar=~/logging-log4j-1.2.12rc5/dist/lib/
log4j-1.2.12rc5.jar -lib /java/junit3.8.1/junit.jar
To insure that the parent directory isn't participating in the test,
run ant clean in the parent directory to clean out any compiled files.
I've also been able to run tests/build.xml on JDK 1.1 and so have
deleted run-tests.bat. To run the tests on JDK 1.1:
1. Rebuild ant-1.5.4 on JDK 1.3 or earlier.
2. Rebuild ORO substituting Vector for ArrayList and Hashtable for
HashMap and on JDK 1.3 or earlier.
3. Run as normal.
The tests that expected to fail under JDK 1.1 have been modified so
they will skip the parts of the tests that fail under JDK 1.1. So
running runAll should result in no test failures on JDK 1.1 (or any
other JDK for that matter).
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]