Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] build problem with host minimum version in fragment project

Hi again, I did some more attempts on this and I've discovered that if I change the host version to 1.0.0 instead of 1.0.0.qualifier the build works.

Sounds a bug, no ?

cheers

Cristiano


On 21/05/11 16:04, Cristiano Gavião wrote:
Hi people,

I'm getting a problem with host minimum version in my fragment project being built by tycho and I would like a little help.

To help me figure out I've created one fragment project named tycho.demo.itp02.fragment and its host project is tycho.demo.itp02.pomfirst-thirdparty.

The version of tycho.demo.itp02.pomfirst-thirdparty is 1.0.0-SNAPSHOT, so I've used 1.0.0.qualifier as the host minimum version.

when I run the build I got this error (the same with my own project):

[INFO] [Software being installed: tycho.demo.itp02.fragment 1.0.0.qualifier, Missing requirement: tycho.demo.itp02.fragment 1.0.0.qualifier requires 'bundle tycho.demo.itp02.pomfirst-thirdparty 1.0.0.qualifier' but it could not be found] [ERROR] Internal error: java.lang.RuntimeException: org.eclipse.equinox.p2.core.ProvisionException: No solution found because the problem is unsatisfiable. -> [Help 1] org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: org.eclipse.equinox.p2.core.ProvisionException: No solution found because the problem is unsatisfiable.
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)

I've pushed this demo project to my tycho fork at: https://github.com/cvgaviao/sonatype-tycho/blob/master/tycho-demo/itp02/build02/tycho.demo.itp02.fragment/META-INF/MANIFEST.MF


thanks for any tip...

cheers

Cristiano



Back to the top