Re: JDBCAppender in log4j1.2rc1

2002-04-19 Thread Dathan Guiley
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. >

Re: JDBCAppender in log4j1.2rc1

2002-04-19 Thread Ceki Gülcü
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

JDBCAppender in log4j1.2rc1

2002-04-19 Thread Ron McGee
I downloaded log4j 1.2rc1 to get use of the new JDBCAppender. The jar file that was in the dist directory doesn’t 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