Rajeev:

adding the below argument to my ant junit task solves the problem.

<jvmarg
value="-Djava.util.logging.config.file=war\WEB-INF\logging.properties"/>

Thanks!

On Fri, Sep 11, 2009 at 4:44 PM, Rajeev Dayal <rda...@google.com> wrote:
> I talked to another developer about this, and this is what he mentioned:
> He may need to be setting the system property that points to the location
of
> the logging.properties file in his test runner.  The web server gets this
> property set in appengine-web.xml, but if he's outside of the server, he
may
> need to do this his own way.
> java -Djava.util.logging.config.file=/path/to/logging.properties ...
> Can you try setting the system property by editing your test's launch
> configuration, and see if that makes a difference?
> On Fri, Sep 11, 2009 at 12:14 PM, Alejandro D. Garin <aga...@gmail.com>
> wrote:
>>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to