mbien commented on PR #4692:
URL: https://github.com/apache/netbeans/pull/4692#issuecomment-1278942270

   travis is reporting compiler errors in "Compile all modules and tests":
   ```
    [nb-javac] 
/home/travis/build/apache/netbeans/enterprise/web.project/test/unit/src/org/netbeans/modules/web/project/WebProjectTest.java:114:
 error: cannot find symbol
   
    [nb-javac]         JavaEEProjectSettings.setProfile(webProject, 
Profile.JAKARTA_EE_91_WEB);
   
    [nb-javac]                                                             ^
   
    [nb-javac]   symbol:   variable JAKARTA_EE_91_WEB
   
    [nb-javac]   location: class Profile
   
    [nb-javac] 
/home/travis/build/apache/netbeans/enterprise/web.project/test/unit/src/org/netbeans/modules/web/project/WebProjectTest.java:116:
 error: cannot find symbol
   
    [nb-javac]         assertEquals(Profile.JAKARTA_EE_91_WEB, 
obtainedProfileJakartaEE91);
   
    [nb-javac]                             ^
   
    [nb-javac]   symbol:   variable JAKARTA_EE_91_WEB
   
    [nb-javac]   location: class Profile
   
   ```
   
   RAT is failing with:
   ```
   /home/runner/work/netbeans/netbeans/scratch/nbbuild/build.xml:2216: Failed 
Rat test(s):
   Unapproved license in 4 file(s) 
   
https://github.com/apache/netbeans/tree/master/enterprise/j2ee.common/src/org/netbeans/modules/j2ee/common/dd/resources/beans-4.0.xml
   
https://github.com/apache/netbeans/tree/master/enterprise/j2ee.common/src/org/netbeans/modules/j2ee/common/dd/resources/web-fragment-6.0.xml
   
https://github.com/apache/netbeans/tree/master/enterprise/j2ee.common/src/org/netbeans/modules/j2ee/common/dd/resources/ear-10.xml
   
https://github.com/apache/netbeans/tree/master/enterprise/j2ee.common/src/org/netbeans/modules/j2ee/common/dd/resources/web-6.0.xml
   ```
   
   veryfy libs and licenses too:
   ```
   /home/runner/work/netbeans/netbeans/nbbuild/build.xml:1623: Failed 
VerifyLibsAndLicenses test(s):
   Some license files have incorrect headers
   
enterprise/jakartaee10.platform/external/generated-jakarta.jakartaee-api-10.0.0-javadoc.jar
 is not associated with any license file
   Some binaries are duplicated (edit 
nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-overlaps as needed)
   docs/api/package-search-index.zip in 
enterprise/jakartaee10.platform/external/generated-jakarta.jakartaee-api-10.0.0-javadoc.jar
 and package-search-index.zip in 
enterprise/jakartaee10.platform/external/jakarta.jakartaee-api-10.0.0-javadoc.jar
 are identical
   docs/api/type-search-index.zip in 
enterprise/jakartaee10.platform/external/generated-jakarta.jakartaee-api-10.0.0-javadoc.jar
 and type-search-index.zip in 
enterprise/jakartaee10.platform/external/jakarta.jakartaee-api-10.0.0-javadoc.jar
 are identical
   docs/api/member-search-index.zip in 
enterprise/jakartaee10.platform/external/generated-jakarta.jakartaee-api-10.0.0-javadoc.jar
 and member-search-index.zip in 
enterprise/jakartaee10.platform/external/jakarta.jakartaee-api-10.0.0-javadoc.jar
 are identical
   ```
   
   @matthiasblaesing @neilcsmith-net Is it still useful to have the CV matrix 
test on JDK 8 with IDE modules? Would be unfortunate if this would block 
features like this PR given that the download page says JDK 11+ since NetBeans 
12.6.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to