Skip to main content

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

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


Back to the top