Re: [appengine-java] Re: Logging when using local unit testing

2012-01-31 Thread Simon Knott
Are you using any other third-party libraries for logging? I've just had a look at my project and I haven't done anything special apart from put a logging.properties file at the root of the classpath, and logging output is fine with tests (attached it just for info). Even if I delete that

Re: [appengine-java] Re: Logging when using local unit testing

2012-01-30 Thread Jeff Schnitzer
A appreciate the out-of-the-box suggestion, but this strikes me as an extraordinarily invasive change just to get logging to render the way it is supposed to. Presumably there is something in the GAE stack that monkeys with java.util.logging. I just want to know what it is and how to beat it

[appengine-java] Re: Logging when using local unit testing

2012-01-29 Thread Nichole
To simplify the problem, can you use your IDE purely as jdwp agent? For maven (which for multi-module projects w/ profiles, current netbeans and eclipse plugins can have difficulty resolving a class, but are well worth that trouble for everything they do do right :) I often use this: mvn