On Sat, May 26, 2012 at 3:26 PM, Ralph Goers <[email protected]>wrote:
> > 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? > It's quite fine there :) In the long run I'd like to see 1.x move to a branch and 2.0 move to trunk. Now, I am new here so please accept this with a grain of salt from my ignorance of local history ;) I'd like to see Log4j2 become log4j 2.0 as opposed to log4j2 1.0. I do realize that because of the API breakage (assuming there is API breakage), we need a new package but I find the current name... not inspiring .... o.a.logging.log4j? Do we really expect to have >1 Java logging framework? If so, it's fine and a nice name, but I would see it abbreviated to just 'log'. Otherwise, the alternative is to do what we've been doing in Commons-land: foo -> foo2. So you'd have a package and artifact id of log4j2. The alt alt is to leave it as is. WDYT? Gary > > > > 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://goog_1249600977/>http://bit.ly/ECvg0 > Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > > > -- E-Mail: [email protected] | [email protected] JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0 Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
