brOOper / gwt-cal

Automatically exported from code.google.com/p/gwt-cal
0 stars 0 forks source link

Compile time #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Gwt compile time is very high isn't it?

I compiled my project for all browser 48 compile permutations.
for only firefox compile time is 8 permutations.

Is there any workaround for this issue.

My .xml file is including for this library extra

<!-- CALENDAR -->
    <inherits name='com.bradrydzewski.gwt.calendar.Calendar' />
    <inherits name='com.bradrydzewski.gwt.calendar.theme.google.Google' />
    <inherits name='com.allen_sauer.gwt.dnd.gwt-dnd' />

Cheers

Original issue reported on code.google.com by harunate...@gmail.com on 20 Sep 2010 at 12:31

Attachments:

GoogleCodeExporter commented 8 years ago
Sorry, I have alredy solved it.

I removed the the lines below from Calendar.gwt.xml file

 <extend-property name="locale" values="es"/>
    <extend-property name="locale" values="es_MX"/>
    <extend-property name="locale" values="fr"/>
    <extend-property name="locale" values="it"/>
    <extend-property name="locale" values="no"/>
    <extend-property name="locale" values="nn_NO"/>
    <extend-property name="locale" values="pl_PL"/>

so, compile time return to as before

Original comment by harunate...@gmail.com on 20 Sep 2010 at 3:14

GoogleCodeExporter commented 8 years ago

Original comment by Brad.Ryd...@gmail.com on 20 Sep 2010 at 5:04

GoogleCodeExporter commented 8 years ago
You can eliminate unwanted permutations by updating your project's module xml 
file (as opposed to removing the items from the Calendar.gwt.xml file. See the 
following post in our mailing list:

http://groups.google.com/group/gwt-cal/browse_thread/thread/4a8f865819d65f9a/2b5
04a31eab8198f?lnk=gst&q=en#2b504a31eab8198f

Original comment by Brad.Ryd...@gmail.com on 20 Sep 2010 at 5:41