Hi, another alternative,

As long as the problem comes from these third_party_dep's

http://wave.alown.co.uk/third_party/socketio-core-0.1-SNAPSHOT.jar
http://wave.alown.co.uk/third_party/socketio-core-0.1-SNAPSHOT-sources.jar
http://wave.alown.co.uk/third_party/socketio-jetty-0.1-SNAPSHOT.jar
http://wave.alown.co.uk/third_party/socketio-jetty-0.1-SNAPSHOT-sources.jar

and I've found out there are patched versions here (from the Kune project)

http://archiva.comunes.org/#basicsearch/socketio-core
http://archiva.comunes.org/#basicsearch/socketio-jetty

You can change the build.xml's URLs in the "get-third-party-runtime" target
and try to build again after clean the third_party/clean folder.








2014-04-22 22:40 GMT+02:00 Ali Lown <a...@lown.me.uk>:

> Ben,
>
> This is a problem due to our enabling of superdev mode (which is a new
> feature in gwt 2.5).
>
> Sadly, 2.5 has deprecated support for cross-site-iframes which are in
> use in the socketio package.
>
> Workarounds:
> 1) Use the in-review patch to use atmosphere (avoids this issue)
> 2) Do as the error message says, and edit the xml build file to tell
> gwt to ignore the message
> 3) Don't use superdev mode :p
>
> Ali
>
> On 22 April 2014 21:35, Ben Hegarty <heg...@gmail.com> wrote:
> > Btw thanks for the tip, it looks like you're right, the gwt.xml that's
> > causing it ,is buried there :)
> >
> >
> > On Tue, Apr 22, 2014 at 9:32 PM, Ben Hegarty <heg...@gmail.com> wrote:
> >
> >> Nope I'm seeing it as a build failure, when I try 'ant superdev-gwt'
> which
> >> I hope is a valid target?
> >>
> >>
> >> On Tuesday, April 22, 2014, Terry Hardin <thardin...@gmail.com> wrote:
> >>
> >>> backwards compatibility. you should only see this as a warning, right?
> in
> >>> chrome?
> >>>
> >>>
> >>> On Tue, Apr 22, 2014 at 2:24 PM, Thomas Broyer <t.bro...@gmail.com>
> >>> wrote:
> >>>
> >>> > In the socketio-gwt JAR?
> >>> > Le 22 avr. 2014 22:03, "Ben Hegarty" <heg...@gmail.com> a écrit :
> >>> >
> >>> > > Hi,
> >>> > >
> >>> > > I was wondering if anyone knows where in the wave codebase
> generates
> >>> the
> >>> > > following error?
> >>> > >
> >>> > >      [java]    Invoking Linker Cross-Site-Iframe
> >>> > >      [java]     at
> >>> > >
> >>> > >
> >>> >
> >>>
> com.google.gwt.core.ext.linker.impl.SelectionScriptLinker.generateSelectionScript(SelectionScriptLinker.java:422)
> >>> > > [ERROR] The Cross-Site-Iframe linker does not support <script>
> tags in
> >>> > the
> >>> > > gwt.xml files, but the gwt.xml file (or the gwt.xml files which it
> >>> > > includes) contains the following script tags:
> >>> > >      [java]
> >>> > >      [java] /socket.io/socket.io.js
> >>> > >
> >>> > >
> >>> > > I understand that its something do do with the import of socket.IO
> >>> but I
> >>> > > can't seem to find the code that imports Socket.IO to cause the
> error.
> >>> > > Hopefully we'll have the atmosphere replacement soon :)
> >>> > >
> >>> > >
> >>> > > --
> >>> > > Regards
> >>> > > Ben
> >>> > >
> >>> >
> >>>
> >>
> >>
> >> --
> >> Regards
> >> Ben
> >>
> >>
> >
> >
> > --
> > Regards
> > Ben
>

Reply via email to