facebook

New Maven Dependency partially recognized by editor

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

    blurock
    Participant

    I added a new dependency in my pom.xml file
    <dependency>
    <groupId>javax.xml.parsers</groupId>
    <artifactId>jaxp-api</artifactId>
    <version>1.4.5</version>
    </dependency>
    Compiling the code using a standard
    mvn clean compile install package -Dmaven.test.skip=true
    compiles with no problem, so the pom.xml is okay.
    But as you can see by the screen shots, the editor doesn’t recognize the classes…
    or more specifically, partially recognizes the classes.

    All the other dependences work in the editor

    I’ve tried maven update in the menu with no success.

    my version is:
    Version: 2021.5.24
    Build id: 16.0.0-20210524

    or from updates:
    CI 2020.9.16a

    Any clues as to what I can try… Is there some setting?

    Regards
    Edward Blurock

    Attachments:
    You must be logged in to view attached files.
    #677511 Reply

    support-swapna
    Moderator

    Edward,

    Sorry that you are seeing this issue. Thank you for the screenshots.
    I do not see the problem at my end. Attached is the screenshot of the editor at my end.

    Is it possible for you to share the zipped project files including the pom.xml to help us replicate the issue at our end? You can omit the source files if they are confidential. Also share the screenshot of the Problems view to help us get the error details.

    –Swapna
    Genuitec Support

    Attachments:
    You must be logged in to view attached files.
Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: New Maven Dependency partially recognized by editor

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