Skip to content

[Question] Motivation behind required gwt-dev dependency #172

Closed
@TanyaGaleyev

Description

@TanyaGaleyev

Hi,

I am migrating a project to gwt-maven-plugin (from Mojo's) and using the opportunity to cleanup my pom. It turns out that org.gwtproject:gwt-dev module is neither needed to compile the code of my project, nor used in runtime. However, without it gwt-maven-plugin fails to execute as it cannot find class com.google.gwt.dev.Compiler. And gwt-dev requirement is clearly stated in the documentation [1].

I am not a big GWT expert, so my question could be silly. Is it technically possible to load gwt-dev classes not from the project's classpath, but from the plugin's or somehow else? Or am I totally getting in wrong and gwt-dev is always on classpath for every GWT project? (I wonder what for)

[1] https://tbroyer.github.io/gwt-maven-plugin/

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions