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: Default configuration not seeing my appender

2003-03-28 Thread Erik Price
Shapira, Yoav wrote: Howdy, Personally, I've encountered nothing but grief when attempting to work with windows-style file paths. (Or more general resource paths, e.g. for JNDI). I don't know if this is a shortcoming of java the language, the File/URI/URL class implementations, the windows file

RE: Default configuration not seeing my appender

2003-03-28 Thread Shapira, Yoav
List >Subject: Re: Default 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 >>

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 System.out.print)