you can find it at:
http://google-web-toolkit.googlecode.com/svn/releases/2.0/distro-source/core/src/gwt-module.dtd

and in the .zip of the GWT 2.0 (file named gwt-module.dtd on the root
folder)


On Sun, Jan 17, 2010 at 7:19 PM, Trevis <trevistho...@gmail.com> wrote:

> Hey, Thanks.
>
> I just noticed your update. That work around does resolve the issue
> for me.  I had to also remove the old 1.7 dtd from the top of the xml
> file because i was getting errors because i guess that 'extend-
> configuration-property' is a new element.  I couldnt find a 2.0 DTD
> and i see that the 2.0 generated projects dont contain a dtd.
>
> Does anyone know if there is one?
>
> Either way, black listing those classes does get rid of the warnings.
>
> On Jan 8, 2:10 pm, Chris Ramsdale <cramsd...@google.com> wrote:
> > I've updated the issue with a workaround, let me know if it doesn't work
> for
> > anyone. Also, if you don't mind, please star the issue so that it gets
> > prioritized correctly.
> >
> > - Chris
> >
> > On Fri, Jan 8, 2010 at 12:38 PM, Trevis <trevistho...@gmail.com> wrote:
> > > I've been watching this thread too. 2.0 also introduced this for me as
> > > well.
> >
> > > On Jan 8, 2:48 am, "khaled.tl...@gmail.com" <khaled.tl...@gmail.com>
> > > wrote:
> > > > Hi,
> >
> > > > I've got the same type of exception with same environment. Is there
> > > > something that we missed?
> >
> > > > Regards.
> > > > KT
> >
> > > > On Jan 2, 7:54 pm, leslie <web...@comcast.net> wrote:> Eclipse 3.5
> > > Galileo Java EE Cocoa
> > > > > Java 1.5.0_13
> > > > > Mac OS X 10.5.7
> > > > > GWT 2.0
> >
> > > > > Hello,
> >
> > > > > I'm seeing a series of warning messages in my console when I
> attempt
> > > > > to compile my project.  Posted below:
> >
> > > > > Scanning for additional dependencies: file:/Users/leslie/Documents/
> > > > > projects/myprojectfolder/galileoWorkspace/myproject/src/com/foo/
> > > > > projectgwt/controller/AddAddressListener.java
> > > > >       Adding '2' new generated units
> > > > >          Validating newly compiled units
> > > > >             [WARN] Warnings in 'generated://
> > > > > 27507DF474CDC042922DAFFEA239ABF3/com/foo/projectgwt/client/
> > > > > AddressService_TypeSerializer.java'
> > > > >                [WARN] Line 81: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.ChangeListenerCollection'
> > > > >                [WARN] Line 86: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.ClickListenerCollection'
> > > > >                [WARN] Line 91: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.FocusListenerCollection'
> > > > >                [WARN] Line 96: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.FormHandlerCollection'
> > > > >                [WARN] Line 101: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.KeyboardListenerCollection'
> > > > >                [WARN] Line 106: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.LoadListenerCollection'
> > > > >                [WARN] Line 111: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.MouseListenerCollection'
> > > > >                [WARN] Line 116: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.MouseWheelListenerCollection'
> > > > >                [WARN] Line 121: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.PopupListenerCollection'
> > > > >                [WARN] Line 126: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.ScrollListenerCollection'
> > > > >                [WARN] Line 131: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.TabListenerCollection'
> > > > >                [WARN] Line 136: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.TableListenerCollection'
> > > > >                [WARN] Line 141: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.TreeListenerCollection'
> > > > >                See snapshot: /tmp/
> > > > > AddressService_TypeSerializer49102.java
> >
> > > > > I'm not referencing any of these classes in my code.  I've posted
> > > > > elsewhere in another related thread which involved the assignment
> of
> > > > > collections.   And in that case the discussion referred to the RPC
> > > > > calls returning objects of Collection types.  But in this class,
> that
> > > > > isn't happening.  This class, AddAddressListener, does not use or
> > > > > involve any types of collection classes.  And furthermore, I didn't
> > > > > notice any of these messages in my code until I made assignment
> > > > > changes in my GUI code, in classes which may use this listener.
>  (but
> > > > > then I tried to reverse these changes and yet still the issue
> remains
> > > > > - so now I have no idea..) But why is the warning message targeting
> > > > > this class?
> >
> > > > > This is just part of the stack that appears in the console.  There
> are
> > > > > other classes referenced there too and the warnings are very
> similar,
> > > > > maybe identical.  I'm focusing on one for brevity.
> >
> > > > > I guess my question is - What does this warning stack mean and how
> > > > > should I resolve it?
> >
> > > --
> > > 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-tool...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> <google-web-toolkit%2bunsubscr...@googlegroups.com<google-web-toolkit%252bunsubscr...@googlegroups.com>
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> 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-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
>
>
--
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to