Giter Site home page Giter Site logo

Comments (2)

tbroyer avatar tbroyer commented on May 23, 2024
  • you could point -saveSourceOutput to your ${project.build.directory}/${project.finalName} (or whatever value you configured for webappDirectory) or a subdirectory to have it packaged into your gwt-app artifact (you could also use resources:copy-resources during the prepare-package phase if you liked); or you could point -saveSourceOutput to some path ending in .war or .zip (.jar also works) to get sources to a single archive and then use build-helper-maven-plugin to attach it as a secondary artifact that you could then integrate into your final WAR as an overlay.
  • gwtproject/gwt#6014 was a different issue (or actually, the same underlying issue, but at a different place, so fixed only there – well, -saveSource didn't actually exist at the time, so let's say "reintroduced at a different place"). Please open an issue over GWT. BTW, I don't think it'd happen if your output is a WAR/ZIP/JAR rather than a directory.

Anyway, closing as this is not directly related to the plugin.

from gwt-maven-plugin.

timeu avatar timeu commented on May 23, 2024

Ok great thanks for listing the options.
Originally I tried to output it to ${project.build.directory}/${project.finalName} but ran into the "file to long" issue.
I will try the .war option and create an issue over at GWT.

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