Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Eclipselink Master build issue

Hi Lukas,

I changed eclipse.drop to mars and build passed that stage and I see a different issue now.

     [java] [INFO] Adding repository file://scratch/rtummuru/eclipselink/foundation/org.eclipse.persistence.corba/../../buildsystem/compdeps/org.eclipse.persistence.compdeps.p2repo/target/repository
     [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.corba:3.0.0-SNAPSHOT @ /scratch/rtummuru/eclipselink/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 @ /scratch/rtummuru/eclipselink/foundation/org.eclipse.persistence.corba/pom.xml: See log for details -> [Help 1]
     [java] [ERROR]
     [java] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
     [java] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
     [java] [ERROR]
     [java] [ERROR] For more information about the errors and possible solutions, please read the following articles:
     [java] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException

BUILD FAILED
/scratch/rtummuru/eclipselink/antbuild.xml:493: Java returned: 1

Total time: 1 minute 7 seconds

-----------------------------------------------------------------------------------

slc15sng:/scratch/rtummuru/eclipselink/buildsystem/compdeps >git diff pom.xml
diff --git a/buildsystem/compdeps/pom.xml b/buildsystem/compdeps/pom.xml
index 45f9fc3..1db3f27 100644
--- a/buildsystem/compdeps/pom.xml
+++ b/buildsystem/compdeps/pom.xml
@@ -54,7 +54,7 @@
         <tycho.version>1.3.0</tycho.version>

         <!-- BUILD Properties -->
-        <eclipse.drop>2018-12</eclipse.drop>
+        <eclipse.drop>mars</eclipse.drop>

         <!-- DEPENDENCY Versions -->
         <ch.qos.logback.version>1.2.3</ch.qos.logback.version>
@@ -464,4 +464,4 @@
             <version>${org.jgroups.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------------------------------------

Thanks

Ravi

On 3/21/2019 3:03 PM, Lukas Jungmann wrote:
https://status.eclipse.org/ says everything works. Next things to check are bugzilla and probably cross-project-dev mailing list archive.
There was some issue related to not working mirrors earlier today but that is supposed to be fixed - and I haven’t experienced it

—lukas 

21. 3. 2019 v 22:42, Ravi babu Tummuru <ravi.babu.tummuru@xxxxxxxxxx>:

Thank u for the quick reply.

I feel there is some thing wrong with repository http://download.eclipse.org/releases/2018-12/. I tried to connect directly from eclipse native browser/update, but failed.

generate-local-compdeps:
     [echo] Generating local 'Compile Dependency P2 Repository' using Tycho.
     [echo] -Dclassworlds.conf=/scratch/rtummuru/apache-maven-3.5.3/bin/m2.conf
     [echo] -Dmaven.multiModuleProjectDirectory=buildsystem/compdeps
     [echo]     -Dmaven.home=/scratch/rtummuru/apache-maven-3.5.3
     [echo]     clean verify
     [java] [INFO] Scanning for projects...
     [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /scratch/rtummuru/eclipselink/buildsystem/compdeps/sun.misc/pom.xml
     [java] [INFO] Adding repository file://scratch/rtummuru/eclipselink/buildsystem/compdeps/sun.misc/../org.eclipse.persistence.compdeps.internal/target/repository
     [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/
     [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/
     [java] [INFO] Adding repository http://download.eclipse.org/releases/2018-12

Thanks

Ravi

On 3/21/2019 2:12 PM, Lukas Jungmann wrote:
     [java] [WARNING]
     [java] [WARNING] Some problems were encountered while building the effective settings
     [java] [WARNING] expected START_TAG or END_TAG not TEXT (position: TEXT seen ...   | the parameter in question.\n   |\n   | Default: true\n  -->\n  <i... @64:5)  @ /scratch/rtummuru/apache-maven-3.5.3/conf/settings.xml, line 64, column 5

Back to the top