Code Monkey home page Code Monkey logo

Comments (3)

jnehlmeier avatar jnehlmeier commented on July 20, 2024

"if they have no dependencies between them" ... sounds like quite some work. The plugin would need to figure out the dependency tree of all supplied GWT modules.

I think you should just create an additional Gradle module instead so that you have a 1:1 mapping between compilable GWT module and Gradle module.

As a side note: The GWT Maven plugin of @tbroyer supports this 1:1 thought even more as it is able to generate the <inherits> of GWT modules based on the Maven module dependencies.

from gwt-gradle-plugin.

tbroyer avatar tbroyer commented on July 20, 2024

Maybe the plugin should instead create one compile task for each module?

That said, as a user, I think I'd be OK with the plugin not making such optimizations, and having to configure all the tasks (or just additional tasks) manually if I really want an optimized build.

from gwt-gradle-plugin.

Nikima avatar Nikima commented on July 20, 2024

Thanks for your answers. I have a couple of projects where I use GWT. If the project is pure GWT (one module) this is pretty much the setup to use. But in projects that utilize some parts GWT (multiple modules for different parts) rebuilding every single module, even tough only one was changed, can be the difference between a 2 minutes build time and a 15 minutes build time. This is handled somewhat OK when using an IDEA like IntelliJ but recently I've started migrating to a Gradle build.

from gwt-gradle-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.