I was having problems locating JDBCAppender as well. It's not in
dist/lib/log4j-1.2rc1.jar . I got the ant build to work, JDBCAppender.class
was created, but it's not jar'ed into log4j-1.2rc1.jar. To fix it I added a
"${stem}/jdbc/*.class" includes to the ant build target "log4j.jar".
D.
>
Ron,
I suggest you set "jaxp.parser.jar" to xerces
c:/ULTIMA/Oracle9iAS/j2ee/home/xerces.jar
in build.properties. And try again. Let me know the results.
Thanks, Ceki
ps: I'll add JDBCAppender to log4j-x.jar.
At 12:12 19.04.2002 -0400, you wrote:
>I downloaded log4j 1.2rc1 to get use of the
I downloaded log4j 1.2rc1 to get use of the new JDBCAppender. The jar file
that was in the dist directory doesnt have the JDBC package included in
it. I tried to use ant to build a new jar and got the following errors
(errors are under the label errors
.). After looking at the errors I re