Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Build

Clearing the local Maven .m2 repository works well to run

$mvn clean install
$mvn clean install -f releng/aggregationfeature/pom.xml

successful again, but it fails on running:

$mvn clean package -f releng/repository/pom.xml

Any idea?

pwenig@C10:~/www.lablicate.com/Orbit/ws/orbit-recipes$ mvn clean package -f releng/repository/pom.xml
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.orbit.bundles:orbit-bundles-p2-repository:1.0.0-SNAPSHOT @ /home/pwenig/www.lablicate.com/Orbit/ws/orbit-recipes/releng/repository/pom.xml [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.11/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.11/
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.11
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.11/R-4.11-201903070500/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.11/R-4.11-201903070500/ [INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.bundles:orbit-bundles-p2-repository:1.0.0-SNAPSHOT @ /home/pwenig/www.lablicate.com/Orbit/ws/orbit-recipes/releng/repository/pom.xml [INFO] {osgi.os=win32, osgi.ws=*, org.eclipse.update.install.features=true, osgi.arch=*}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: orbit-bundles-p2-repository raw:1.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):1.0.0-SNAPSHOT [ERROR]   Missing requirement: orbit-bundles-p2-repository raw:1.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):1.0.0-SNAPSHOT requires 'org.eclipse.equinox.p2.iu; org.eclipse.orbit.releng.recipes.feature.aggregation.feature.group 0.0.0' but it could not be found
[ERROR]
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help. [ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.orbit.bundles:orbit-bundles-p2-repository:1.0.0-SNAPSHOT @ /home/pwenig/www.lablicate.com/Orbit/ws/orbit-recipes/releng/repository/pom.xml: See log for details -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException


Best,
Philip

Am 21.06.19 um 16:57 schrieb Roland Grunberg:
I ran into this issue a little while ago and intended to investigate though
I never saw it occur on the actual Jenkins builds. Strangely I'm no
longer able to reproduce it.

You could try clearing your local repository cache and seeing if that
makes the issue go away, though it will take much longer to build
that initial time.

I don't actually see com.sun.management as a requirement in the
version of lucene.core mentioned.


On Fri, Jun 21, 2019 at 6:44 AM Philip Wenig <philip.wenig@xxxxxxxxxxxxx> wrote:
Hi folks,

I've pulled the repo today.

mvn clean install

runs fine, but

mvn clean install -f releng/aggregationfeature/pom.xml

leads to the following ERRORS

[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed:
org.eclipse.orbit.releng.recipes.feature.aggregation.feature.group
1.0.0.qualifier
[ERROR]   Missing requirement: org.apache.lucene.core
5.2.1.v20170814-1820 requires 'java.package; com.sun.management 0.0.0'
but it could not be found
[ERROR]   Cannot satisfy dependency: org.apache.lucene.analyzers-common
5.2.1.v20160301-1110 depends on: java.package;
org.apache.lucene.analysis [5.2.1,5.3.0)
[ERROR]   Cannot satisfy dependency:
org.eclipse.orbit.releng.recipes.feature.aggregation.feature.group
1.0.0.qualifier depends on: org.eclipse.equinox.p2.iu;
org.apache.lucene.analyzers-common [5.2.1,5.2.2)
[ERROR]
[ERROR] See
http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for
help.
[ERROR] Cannot resolve dependencies of MavenProject:
org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:1.0.0-SNAPSHOT
@
/home/pwenig/www.lablicate.com/Orbit/ws/orbit-recipes/releng/aggregationfeature/pom.xml:
See log for details -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException

Is a solution already in progress?


Best,
Philip

--
~~~~~~~~~~~~~~~~~~~~~~~~
OpenChrom - the open source alternative for chromatography / mass spectrometry
Dr. Philip Wenig » Founder » philip.wenig@xxxxxxxxxxxxx » http://www.openchrom.net
~~~~~~~~~~~~~~~~~~~~~~~~

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

--
~~~~~~~~~~~~~~~~~~~~~~~~
OpenChrom - the open source alternative for chromatography / mass spectrometry
Dr. Philip Wenig » Founder » philip.wenig@xxxxxxxxxxxxx » http://www.openchrom.net
~~~~~~~~~~~~~~~~~~~~~~~~



Back to the top