Code Monkey home page Code Monkey logo

Comments (5)

johndevs avatar johndevs commented on July 16, 2024

The plugin uses GWT 2.3 for Vaadin 6 projects and it might be that if you have previously used a greater version of GWT than that then you might still have the old versions of UriUtils (which looks like being to problem here) in some cache from previous widgetset builds.

You could try manually removing any gwt-unitCache or widgetset directories from your build (they are usually located under src/main/webapp/VAADIN) and running gradle clean and then try building again. Do you get the same result?

from gradle-vaadin-plugin.

ndarilek avatar ndarilek commented on July 16, 2024

Same result, unfortunately.

I did run "gradle clean" earlier. Perhaps that can be changed to remove
src/main/webapp/VAADIN? Or maybe the VAADIN directory can be located and
referenced beneath build/?

Thoughts on what else to try?

from gradle-vaadin-plugin.

ndarilek avatar ndarilek commented on July 16, 2024

OK, figured it out. If I comment out:

 //"org.vaadin:dontpush-addon-ozonelayer:1.0.4",

everything works. So something about this addon doesn't interact well
with the plugin, but works fine with my own Gradle-based build based on
your blog post.

from gradle-vaadin-plugin.

johndevs avatar johndevs commented on July 16, 2024

My guess is that addon uses something GWT 2.5 specific. I've added a new configuration option vaadin.gwt.version which you could try setting to 2.5.0-rc1 and see if it starts working.

The new configuration option will be available since version 0.3.5 of the plugin.

from gradle-vaadin-plugin.

johndevs avatar johndevs commented on July 16, 2024

Did you get ozonelayer working by setting vaadin.gwt.version='2.5.0-rc1'?

Closing this soon if this is resolved.

from gradle-vaadin-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.