I really do not want to put all my logging through GWT, and it seems pretty weird that I would have to. Can any developers speak up about whether gwt-maven is gobbling up stdout? How about any maven gurus?
I definitely have both log4j and commons-logging dependencies declared. As I stated before, log4j works properly when I deploy to a dedicated container outside of the one provided by GWT. -jesse On Wed, Nov 5, 2008 at 2:35 PM, David Durham, Jr. <[EMAIL PROTECTED]> wrote: > > Right. This project has support for client-side and server-side > logging, so I thought it might be useful. I honestly haven't used it. > Why don't you try capturing the log implementation type. and sending > that to your client for output. One common issue is not having a > log4j or commons-logging dependency declared in your pom. As I > recall, tomcat will provide those libraries through the common or > shared classloader. > > -Dave --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
