poptanimukesh / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

wrong module definitions in logging module #302

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When the logging module com.google.gwt.gen2.logging.Logging-disable or
Logging-production is inherited an error occurs.

The reason is that the property that controls logging is name
"gwt.logging". Yet, the two mentioned modules name it "gwt-logging". In
adddition, Logging-production sets the value to "diabled" instead of
"disabled".

Original issue reported on code.google.com by stefan.w...@gmx.de on 24 Aug 2009 at 4:14

GoogleCodeExporter commented 8 years ago
I'm getting this issue in trunk working with GWT(2.1.0 M1) as well as a problem 
rebinding gwt.logging which seems to be already defined in user.

Attaching a simple hack which fixes things for me.

Original comment by alex...@gmail.com on 3 Jul 2010 at 8:22

Attachments:

GoogleCodeExporter commented 8 years ago
I applied your patch and now it works fine with GWT 2.1 M1 but still doesn't 
with GWT 2.1 M2. I get the following error:

      Loading inherited module 'com.google.gwt.gen2.commonwidget.CommonWidget'
         Loading inherited module 'com.google.gwt.gen2.widgetbase.WidgetBase'
            Loading inherited module 'com.google.gwt.gen2.logging.Logging'
               Loading inherited module 'com.google.gwt.gen2.logging.CoreLogging'
                  Loading inherited module 'com.google.gwt.gen2.logging.LoggingBase'
                     [ERROR] Property 'gwt.logging' not found
                     [ERROR] Failure while parsing XML

Original comment by valentin...@gmail.com on 8 Jul 2010 at 4:47

GoogleCodeExporter commented 8 years ago
Just roll back my changes. GWT 2.1.0-M2 now works with gwt-incubator trunk.

Someone should still fix the gwt-logging typo, but it's a minor thing.

Original comment by alex...@gmail.com on 10 Jul 2010 at 2:52

GoogleCodeExporter commented 8 years ago
Will there be a new build for GWT 2.1 in the near future?

Original comment by imhtt...@gmail.com on 1 Nov 2010 at 4:06