facebook

error updating maven project in me2013

  1. MyEclipse IDE
  2.  > 
  3. Maven for MyEclipse (Maven4MyEclipse)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #338202 Reply

    Michael Stacey
    Participant

    When i try and
    Maven4MyEclipse->UPdate project…
    on an existing project that build fine before, I’m getting an error dialog:

    An internal error occurred during: “Updating Maven Project”.
    Unsupported IClasspathEntry kind=4

    #338229 Reply

    support-swapna
    Moderator

    stacey11,

    Sorry that you are seeing this issue.

    This is a known bug in M2E, which is the base for Maven4MyEclipse.
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=394042

    I have raised a PR for the dev team to look into it.

    The error means that there is a Variable based classpath entry in the project. It should be removed.
    You can either manually remove all classpath entries with kind=”var” in .classpath file or remove from Libraries tab in the Configure Build Path dialog.

    Let us know how this works for you.

    #338235 Reply

    Michael Stacey
    Participant

    @support-swapna wrote:

    stacey11,

    Sorry that you are seeing this issue.

    This is a known bug in M2E, which is the base for Maven4MyEclipse.
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=394042

    I have raised a PR for the dev team to look into it.

    The error means that there is a Variable based classpath entry in the project. It should be removed.
    You can either manually remove all classpath entries with kind=”var” in .classpath file or remove from Libraries tab in the Configure Build Path dialog.

    Let us know how this works for you.

    That is most of the libraries; all from M2_REPO

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: error updating maven project in me2013

You must be logged in to post in the forum log in