On May 26, 2012, at 11:25 AM, Gary Gregory wrote: > I just checked out https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk > > Is this the right place for v2.0.?
That is indeed where it is. Where were you thinking it should be? > > FYI, "mvn test" tells me: > > Failed tests: > testClassName(org.apache.log4j.CategoryTest): Incorrect message "2012-05-26 > 14:21:26,343 ERROR o.a.l.CategoryTest [main] Test Message > " expected "ERROR o.a.l.CategoryTest [main] Test Message > " > CategoryTest would be in the log4j12 package. I'm guessing that the test for a newline at the end of the expected String is failing. I had to fix that in several other places for Windows. I'll have to test it in my VM to be sure. > I am on: > > Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500) > Maven home: C:\Java\apache-maven-3.0.4\bin\.. > Java version: 1.6.0_31, vendor: Sun Microsystems Inc. > Java home: C:\Program Files\Java\jdk1.6.0_31\jre > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" > > Thank you, > Gary > > -- > E-Mail: [email protected] | [email protected] > JUnit in Action, 2nd Ed: http://bit.ly/ECvg0 > Spring Batch in Action: http://bit.ly/bqpbCK > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory
