8000 Remove groovy-eclipse-compiler dependency · Issue #308 · javaee-samples/javaee7-samples · GitHub
[go: up one dir, main page]

Skip to co 8000 ntent
Remove groovy-eclipse-compiler dependency #308
Closed
@mlabuda

Description

@mlabuda

We, in JBDS, are trying to provide support for Java EE. One part includes importing, building and deploying websockets inside JBDS. Unfortunately this is not possible because there is no maven groovy-eclipse-compiler connector for Eclipse Mars:
"No marketplace entries found to handle groovy-eclipse-compiler:2.8.0-01:add-groovy-build-paths in Eclipse. Please see Help for more information."

groovy-eclipse-compiler is also a dependency for maven-compiler-plugin. It results to errors of invalid path (packages) - maven structure is not resolvable successfully what cause incapability of building and deploying a websockets project to a server. It is possible to delete errors from problems view and try to deploy it on your own, but m2e will result in not working deployment, see following examples:

  • Building examples from command line and deploying on a server works.
  • Building examples from IDE via maven (opened context menu of a project "Run As -> Maven Build" with build command "clean install") and marking created *.war as deployable + deploying on a server works.
  • Building examples from IDE with m2e (drag and drop project on a server OR selecting and server and choosing a deployable content) does not work. This is caused bcs of not resolvable project structure bcs of issues with connectors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0