Re: Debugging and logging for UI classes

2011-05-18 Thread Gokul Jeyapaul
Hi Yuri, Yes the compile-gwt-dev was showing up the info logs. However, I could not see the logs from the DoMLogger from JsoSearchBuilderImpl. It may be mistake, but I just see the remote logger logs. Also, the gwt UI code with the logging panel using the compile-gwt-dev is showing some

Re: Debugging and logging for UI classes

2011-05-18 Thread Yuri Z
If you want to use compile-gwt-dev with Firefox, then you need to add/change to Firefox user-agent in the compilation property. In WebClientDev.gwt.xml set-property name=user.agent value=safari / -- set-property name=user.agent value=gecko1_8 / 2011/5/18 Gokul Jeyapaul

Re: Debugging and logging for UI classes

2011-05-18 Thread Thomas Broyer
On Wed, May 18, 2011 at 12:07 PM, Gokul Jeyapaul gokul.jeyap...@googlemail.com wrote: Hi Yuri,  Yes the compile-gwt-dev was showing up the info logs. However, I could not see the logs from the DoMLogger from JsoSearchBuilderImpl. It may be mistake, but I just see the remote logger logs. The

Re: Debugging and logging for UI classes

2011-05-18 Thread Gokul Jeyapaul
Thanks a bunch Thomas and Yuri. I will try that soon. On Wed, May 18, 2011 at 10:14 PM, Thomas Broyer t.bro...@gmail.com wrote: On Wed, May 18, 2011 at 12:07 PM, Gokul Jeyapaul gokul.jeyap...@googlemail.com wrote: Hi Yuri, Yes the compile-gwt-dev was showing up the info logs. However, I

Re: Debugging and logging for UI classes

2011-05-16 Thread Yuri Z
Actually client side log levels are set in the WebClient.gwt.xml. But what command do you use to compile the GWT to javascript? There are 3 targets for the gwt compilation in the build.xml: compile-gwt - which is the production mode without stack emulation and logging panel disabled.

Re: Debugging and logging for UI classes

2011-05-16 Thread Yuri Z
You don't have to build the jar for debugging purposes. There are targets in the build.xml ant script that allow to run/debug the server from the compiled classes. 2011/5/16 Gokul Jeyapaul gokul.jeyap...@googlemail.com Sure Yuri. I will try that. Till now, I was just trying to use the normal

Re: Debugging and logging for UI classes

2011-05-15 Thread Gokul Jeyapaul
Hi Yuri, I tried it, some how unable to get it working. Do I have to set the log levels some where else apart from while starting the server? I am starting the server from command prompt like java -Dorg.eclipse.jetty.util.log.DEBUG=true -Djava.security.auth.login.config=jaas.config

Re: Debugging and logging for UI classes

2011-05-14 Thread Gokul Jeyapaul
Hi all, Some help on this would be really helpful in understanding the code flow. Thanks again for your time and patience. Regards, Gokul On Fri, May 13, 2011 at 3:26 PM, Gokul Jeyapaul gokul.jeyap...@googlemail.com wrote: Hi all, I was just trying to understand the wave code base

Re: Debugging and logging for UI classes

2011-05-14 Thread Yuri Z
Try DomLogger. Take a look at JsoSearchBuilderImpl for example. 2011/5/14 Gokul Jeyapaul gokul.jeyap...@googlemail.com Hi all, Some help on this would be really helpful in understanding the code flow. Thanks again for your time and patience. Regards, Gokul On Fri, May 13, 2011 at 3:26