Monday, November 1, 2010

Re: Good GWT development tools

I ran into this recently and found that if I added the following
before the set-property element, I did not receive the error:

<extend-property name="locale" values="en"></extend-property>

-=> Gregg <=-

On Oct 11, 1:15 pm, Greg Dougherty <dougherty.greg...@mayo.edu> wrote:
> > Reduce the number of compiled locales by adding this line to your
> > *.gwt.xml file
> > <set-property name="locale" value="en"/>
>
> > So now only english locale is compiled
>
> [ERROR]The value en was not previously defined.
> [ERROR] Line 23: Unexpected exception while processing element 'set-
> property'
>
> So, what else do I need to add?
>
> Greg
>
> On Oct 11, 8:20 am, Georg Sendt <georg.se...@googlemail.com> wrote:
>
> > Do you really need to compile your project every time you do a change?
> > Does hosted mode not work for you?
>
> > You can reduce the compilation time by reducing the list of supported
> > browsers:
>
> > add <set-property name="user.agent" value="gecko"/> to your *.gwt.xml
> > file to only support Firefox during your development.
>
> > For integration tests you can remove the  line and test your
> > application with all browsers.
>
> > Reduce the number of compiled locales by adding this line to your
> > *.gwt.xml file
> > <set-property name="locale" value="en"/>
>
> > So now only english locale is compiled
>
> > Regards,
>
> > Georg
>
> > On 11 Okt., 11:36, lalit <lalit.bh...@gmail.com> wrote:
>
> > > Our project with time has become bigger. We are finding that the
> > > change->compile->run cycle is becoming bigger and bigger, especially
> > > if we change the server side code.
>
> > > We are using Spring, Hibernate and Gilead (for taking Entities to the
> > > front layer).
>
> > > Do any one knows about better tools or processes where we can reduce
> > > the change->compile->run cycle.
>
> > > thanks in advance,

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment