Re: Multiple configuration files

2005-04-06 Thread Henrik Bentel
Anyone? Impossible? Hope someone has some insight -Henrik On Mar 30, 2005 9:09 PM, Henrik Bentel <[EMAIL PROTECTED]> wrote: > Hi > > I'm trying to configure a repository using multiple log4j > configuration file (properties or xml format). > I've read previous posts from 2002 and 2003 on the su

Re: Alpha 6 release

2005-04-06 Thread Jacob Kjome
At 10:37 AM 4/7/2005 +1000, you wrote: >The build system now builds core, and optional jars. If you don't setup >your build.properties correctly, the build system will detect it does >not have enough of the dependencies to build the other optional jars, >which is where the DBAppender will sit. > P

Re: Alpha 6 release

2005-04-06 Thread Paul Smith
The build system now builds core, and optional jars. If you don't setup your build.properties correctly, the build system will detect it does not have enough of the dependencies to build the other optional jars, which is where the DBAppender will sit. cheers, Paul John Ferron wrote: Is there s

Re: Ant, JUnit, and Log4j

2005-04-06 Thread Paul Smith
The 'log4j.configuration' property must be a _complete_ URL, so you should work out what the "file://" equivalent setting is, and then it will work. C:\\.. doesn't work.. Paul Robert Taylor wrote: Ceki, thanks for replying. Unfortunately I don't know which version of Log4j I'm currently usi

Alpha 6 release

2005-04-06 Thread John Ferron
Is there something wrong with how the zip is built or am I setting up incorrectly? I downloaded the latest release of the Junit 1.3 alpha 6 release and when I looked for the DBAppender class file, it was no where to be found. Do I have to import the project and re-build the project? Please advis

RE: Ant, JUnit, and Log4j

2005-04-06 Thread Robert Taylor
Ceki, thanks for replying. Unfortunately I don't know which version of Log4j I'm currently using. JDK 1.4.2_05. The log4j file is located here: C:\cvsroot\company\lib\apache\log4j\log4j.xml As mentioned earlier, I attempt to include that location in my classpath using where ${log4j.xml} is def

Re: Ant, JUnit, and Log4j

2005-04-06 Thread Ceki Gülcü
At 05:26 PM 4/6/2005, Jacob Kjome wrote: Look in Bugzilla. There was some recent activity on this sort of issue. I had to do with Log4j, JUnit, and the ConsoleAppender not working with some code to correct it. I haven't looked at the code's validity, but maybe this is the same issue? Almost cer

Re: Ant, JUnit, and Log4j

2005-04-06 Thread Jacob Kjome
Look in Bugzilla. There was some recent activity on this sort of issue. I had to do with Log4j, JUnit, and the ConsoleAppender not working with some code to correct it. I haven't looked at the code's validity, but maybe this is the same issue? BTW, have you tried forking the JUnit VM? If you

Re: Ant, JUnit, and Log4j

2005-04-06 Thread Ceki Gülcü
Hello James, Just for your information, level values in config files are case insensitive. At 02:46 PM 4/6/2005, James Stauffer wrote: I don't know if it matters but I use lower case for debug and info: Also adding -Dlog4j.debug might give you better info. -- Ceki Gülcü The complete log4j ma

RE: Ant, JUnit, and Log4j

2005-04-06 Thread Robert Taylor
James, thanks for replying. I have tried both upper and lower case. The reason I have upper case in the example, is because in "The complete manual: log4j", it mentions the logging levels as "DEBUG", "INFO", "WARN", "ERROR", and "FATAL". I've also tried adding ant -Dlog4j.debug=true to the comman

Chainsaw and logfilepatternreceiver

2005-04-06 Thread Bharathi
I need a sample configuration file for configuring chainsaw by a logfilepattern receiver and how should the output of log4j for such a configuration be? thanks, bharathi __ Yahoo! Messenger Show us what our next emoticon should look like. Jo

Re: Ant, JUnit, and Log4j

2005-04-06 Thread James Stauffer
I don't know if it matters but I use lower case for debug and info: Also adding -Dlog4j.debug might give you better info. On Apr 6, 2005 7:23 AM, Robert Taylor <[EMAIL PROTECTED]> wrote: > Greetings, > > I'm somewhat new to log4j and am having trouble getting my logging > output to print to

Ant, JUnit, and Log4j

2005-04-06 Thread Robert Taylor
Greetings, I'm somewhat new to log4j and am having trouble getting my logging output to print to the console. My log4j.xml file is as follows: http://jakarta.apache.org/log4j/";> I have some JUnit tests configured to execute in an Ant script. My unit te