Re: module source path hell

2013-04-24 Thread DP
Thomas, Thanks for the reply. Have you used the include or exclude element within the source element? I find that the include element doesn't work at all. On Wednesday, April 24, 2013 10:51:58 AM UTC-4, Thomas Broyer wrote: > > > > On Wednesday, April 24, 2013 3:47:46 P

Re: module source path hell

2013-04-24 Thread DP
Ian, What did you mean by "add a line for the .xxx..client". The examples.roughian.com link didn't point to any specific example. Thanks, David On Friday, March 28, 2008 9:54:21 PM UTC-4, Ian Bambury wrote: > > If you add a source statement, you also have to add a line for the

Re: Internal Compiler Error / Xerces

2013-04-19 Thread DP
I had similar problem. I resolved it by adding xercesImpl artifact to my Maven pom.xml -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit

issues with slf4j

2013-02-05 Thread dp . desoma
Hi, I have a GWT project defined as main project, including entry point. this project has dependencies to two other projects, one of them is a module, as it is also needed for the UI, the other one is just a plain simple java project as it is only referenced on the server side including the ser

Re: Announcing GWT 1.6 Milestone 1

2009-02-11 Thread Alex dP (Violet UML Editor, WebVNC...)
Congratulation for this release. Unfortunately, there's still nothing about Maven support. No official repository, no official plugin I hope this will arrive this Milestone 2. Regards, Alexandre de Pellegrin On Feb 6, 4:26 pm, Scott Blum wrote: > Greetings GWT developers, > > The GWT team

Re: any tips for beautify gwt applications?

2009-02-03 Thread Alex dP (Violet UML Editor, WebVNC...)
Another suggestion: migrate your project to Apache Wicket and give your web page template to a real web designer... Sorry for this suggestion but I know that having a beautiful GWT app is hard and it's probably not your job to spend time with CSS. By the way, don't hesitate to try Wicket and your

Re: Safe to make *ServiceAsync a singleton?

2008-10-01 Thread Alex dP (Violet UML Editor, WebVNC...)
Whatever you choice, be careful to work in a transactional context on the server side. Alex On Sep 30, 11:02 am, hezjing <[EMAIL PROTECTED]> wrote: > Hi > I have many service creation (like the following code) in my GWT > application, > XxxxServiceAsync Service = GWT.create(XxxxrService.clas