You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/09/09 18:48:59 UTC

[GitHub] arusinha opened a new pull request #853: [NETBEANS-1074] Module Review j2eeapis

arusinha opened a new pull request #853: [NETBEANS-1074] Module Review j2eeapis
URL: https://github.com/apache/incubator-netbeans/pull/853
 
 
   Had replace external resource : jsr88javax.jar with deployment-api-1.2-rev-1.jar . Exact version not found , had used nearest available version.
   link : https://mvnrepository.com/artifact/javax.enterprise.deploy/deployment-api/1.2-rev-1
   
   The jar has CDDL-GPL-2-CP license.
   on run of "ant -Dcluster.config=full verify-libs-and-licenses" I am getting below error.
   "j2eeapis/external/deployment-api-1.2-rev-1-license.txt has a GPL-family license but is either not covered by the Classpath Exception, or is not compile-time/optional only"
   
   In some instances it is used as runtime dependency, like
   ./apisupport/apisupport.ant/test/unit/src/org/netbeans/modules/apisupport/project/ProjectXMLManagerTest.java:                "<runtime-relative-path>ext/deployment-api-1.2-rev-1.jar</runtime-relative-path>\n" +
   ./j2eeapis/nbproject/project.xml:                <runtime-relative-path>ext/deployment-api-1.2-rev-1.jar</runtime-relative-path>
   
   So is it okay to use the jar, if so then should I ignore the above license validation message or I need to add  "type: compile-time" as license header in license file
   Please advice
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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