Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Problems building master

It's been a long time since I've tried building master locally, and it looks like maven dies when it reaches jpa-rs.  Can someone help me out here?  I'm seeing the following:

```

Generating /Users/jgrassel/Dev/EE4J/eclipselink/jpa/org.eclipse.persistence.jpars/target/apidocs/help-doc.html...

1 error

[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary for EclipseLink Parent 3.1.0-SNAPSHOT:

[INFO] 

[INFO] EclipseLink Parent ................................. SUCCESS [  1.793 s]

[INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 19.114 s]

[INFO] EclipseLink Core ................................... SUCCESS [ 21.517 s]

[INFO] EclipseLink JPA .................................... SUCCESS [  6.874 s]

[INFO] EclipseLink JPA Model Generator .................... SUCCESS [  2.208 s]

[INFO] EclipseLink MOXy ................................... SUCCESS [ 25.017 s]

[INFO] EclipseLink DBWS ................................... SUCCESS [  4.059 s]

[INFO] EclipseLink JPA-RS ................................. FAILURE [  9.163 s]

[INFO] EclipseLink Core Test Framework .................... SKIPPED

<SNIP>


[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time:  01:30 min

[INFO] Finished at: 2021-08-05T14:58:22-05:00

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar (attach-javadocs) on project org.eclipse.persistence.jpars: MavenReportException: Error while generating Javadoc: 

[ERROR] Exit code: 1 - javadoc: error - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules.

[ERROR] 

[ERROR] Command line was: /Users/jgrassel/Applications/java/jdk-11.0.8+10/Contents/Home/bin/javadoc -J-Xms2048m @options @packages @argfile

[ERROR] 

[ERROR] Refer to the generated Javadoc files in '/Users/jgrassel/Dev/EE4J/eclipselink/jpa/org.eclipse.persistence.jpars/target/apidocs' dir.

```

Using maven 3.6.3 and "openjdk version "11.0.8" 2020-07-14"

Back to the top