Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Missing requirement: org.eclipse.persistence.corba

Hi,

   Me, Travis nor Hudson are seeing this. Can you share more details about your environment? Is it the same Travis is using (JDK 8 or 11, maven 3.6.0, ant 1.10.2+)? Is the problem reproducible on  clean master or in your branch only?

Thanks,
—lukas 

2. 4. 2019 v 23:28, William Dazey <dazeydev.3@xxxxxxxxx>:

Hello!

I updated my master branch to the latest, but I am unable to build due to the following exception:

     [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.corba:3.0.0-SNAPSHOT @ C:\JPA\EL\master\trunk\eclipselink.runtime\foundation\org.eclipse.persistence.corba\pom.xml
     [java] [INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86_64}
     [java] [ERROR] Cannot resolve project dependencies:
     [java] [ERROR]   Software being installed: org.eclipse.persistence.corba 3.0.0.qualifier
     [java] [ERROR]   Missing requirement: org.eclipse.persistence.corba 3.0.0.qualifier requires 'java.package; javax.rmi 1.0.0' but it could not be found
     [java] [ERROR]
     [java] [ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
     [java] [ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.corba:3.0.0-SNAPSHOT @ C:\JPA\EL\master\trunk\eclipselink.runtime\foundation\org.eclipse.persistence.corba\pom.xml: See log for details -> [Help 1]
     [java] [ERROR]
---------
maven version: 3.6.0
ant version: 1.10
java version: 11
command: ant -f antbuild.xml clean
--------
I back tracked commits to https://github.com/eclipse-ee4j/eclipselink/pull/275 when this exception started occurring.
Has anyone seen this exception or know why I am hitting this?

Thanks,
Will Dazey
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/eclipselink-dev

Back to the top