Re: Default configuration not seeing my appender

2003-03-28 Thread Erik Price
Erik Price wrote: Hi, I'm having trouble with my first excursion into Log4J. I'm using an Ant script to compile my project and then call JUnit tests. I have no logging statements in the JUnit tests, but I do have logging statements in my application. I have confirmed (via

RE: Default configuration not seeing my appender

2003-03-28 Thread Shapira, Yoav
configuration not seeing my appender Erik Price wrote: Hi, I'm having trouble with my first excursion into Log4J. I'm using an Ant script to compile my project and then call JUnit tests. I have no logging statements in the JUnit tests, but I do have logging statements in my application. I have

Re: Default configuration not seeing my appender

2003-03-28 Thread Jacob Kjome
You really don't have to worry about it. Ant understands both and Java understands mixed use of / and \ when using file:///. BTW, you can also do relative paths like this and it will work for both UNIX and Windows... file:../WEB-INF/log4j.xml Jake At 11:14 AM 3/28/2003 -0500, you wrote:

Re: Another Default configuration not seeing my appender Question

2003-03-28 Thread Mark R. Diggory
In the same directory as the build.xml (ant) and gui.xml (jelly) files I'm working with (thats why I'm trying to keep it relative). I've tried using the classpath to add the log4j.xml file but Ant's java task screams: [java] CLASSPATH component C:\eclipse\workspace\project\log4j.xml: