Giter Site home page Giter Site logo

Comments (4)

tbroyer avatar tbroyer commented on June 16, 2024

I cannot reproduce, with either 3.8.4 (what I have locally), 3.8.5 or 3.6.3 (both from Docker). Can you share a reproducer?

From the stacktrace, it would probably mean there's some incompatibility between Plexus IO and Plexus Utils.
The call to setFilenameComparator was added 3 years ago and shipped in plexus-io 3.2.0: codehaus-plexus/plexus-io@bff7c5e (and hasn't changed since then)
Same for the method itself in plexus-utils, shipped in 3.3.0 and not changed since then: codehaus-plexus/plexus-utils@5e23866
This would mean you somehow have an older plexus-utils version.
Maven 3.6.3 indeed comes with plexus-utils 3.2.1, but somehow I cannot reproduce, which means that plexus-utils 3.4.1 from the plugin is being used.

Are you maybe not using the plugin's gwt-app packaging, and thus not using <extensions>true</extensions>, and that could possibly change the way Maven sets up class loaders?
A reproducer would greatly help.

from gwt-maven-plugin.

gardellajuanpablo avatar gardellajuanpablo commented on June 16, 2024

Attached a reproducer. Thanks!
sample.tar.gz

from gwt-maven-plugin.

tbroyer avatar tbroyer commented on June 16, 2024

Just looking at the code before running it, I'd say this is likely due to:

          <dependencies>
            <!-- Code Server's Process Still Running After Stopping the maven launcher ( CTRL + C ) #110 -->
            <!-- https://github.com/tbroyer/gwt-maven-plugin/issues/110 -->
            <dependency>
              <groupId>org.codehaus.plexus</groupId>
              <artifactId>plexus-utils</artifactId>
              <version>3.0.16</version>
            </dependency>
          </dependencies>

from gwt-maven-plugin.

gardellajuanpablo avatar gardellajuanpablo commented on June 16, 2024

Removed that dependency solved the problem. I suppose we can close this issue.

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.