Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Building RT bundles

The top-level of rt.equinox.bundles is unfortunately not a self-contained build.  Each bundle should be able to be build individually though.

Tom



Inactive hide details for Raymond Auge ---03/22/2014 06:52:11 PM---Ok, oddly enough that last command works directly from withiRaymond Auge ---03/22/2014 06:52:11 PM---Ok, oddly enough that last command works directly from within a particular bundle directory.

From: Raymond Auge <raymond.auge@xxxxxxxxxxx>
To: Equinox development mailing list <equinox-dev@xxxxxxxxxxx>,
Date: 03/22/2014 06:52 PM
Subject: Re: [equinox-dev] Building RT bundles
Sent by: equinox-dev-bounces@xxxxxxxxxxx





Ok, oddly enough that last command works directly from within a particular bundle directory.

This is fine.

- Ray


On Sat, Mar 22, 2014 at 7:48 PM, Raymond Auge <raymond.auge@xxxxxxxxxxx> wrote:
    Having followed http://wiki.eclipse.org/Platform-releng/Platform_Build

    and getting a successful build, how can I just build the rt.equinox.bundles?

    I've tried:

    cd rt.equinox.bundles/
    mvn verify -Pbuild-individual-bundles -P\!api-generation
    ...

    [INFO] Cannot complete the request.  Generating details.
    [INFO] Cannot complete the request.  Generating details.
    [INFO] {osgi.ws=gtk, osgi.os=linux, osgi.arch=x86, org.eclipse.update.install.features=true}
    [ERROR] Cannot resolve project dependencies:
    [ERROR]   Software being installed: org.eclipse.equinox.sdk.feature.group 3.10.0.qualifier
    [ERROR]   Missing requirement: org.eclipse.equinox.core.sdk.feature.group 3.10.0.v20140121-0337 requires 'org.eclipse.equinox.bidi [0.10.0.v20130327-1442]' but it could not be found
    [ERROR]   Missing requirement: org.eclipse.equinox.core.sdk.feature.group 3.10.0.v20140127-1522 requires 'org.eclipse.equinox.common [3.6.200.v20130402-1505]' but it could not be found
    [ERROR]   Missing requirement: org.eclipse.equinox.core.sdk.feature.group 3.10.0.v20140203-2153 requires 'org.eclipse.equinox.bidi [0.10.0.v20130327-1442]' but it could not be found
    [ERROR]   Missing requirement: org.eclipse.equinox.core.sdk.feature.group 3.10.0.v20140207-1548 requires 'org.eclipse.equinox.bidi [0.10.0.v20130327-1442]' but it could not be found
    [ERROR]   Missing requirement: org.eclipse.equinox.core.sdk.feature.group 3.10.0.v20140217-1923 requires 'org.eclipse.equinox.bidi [0.10.0.v20130327-1442]' but it could not be found
    [ERROR]   Missing requirement: org.eclipse.equinox.core.sdk.feature.group 3.10.0.v20140224-1517 requires 'org.eclipse.equinox.bidi [0.10.0.v20130327-1442]' but it could not be found
    [ERROR]   Missing requirement: org.eclipse.equinox.core.sdk.feature.group 3.10.0.v20140225-1603 requires 'org.eclipse.equinox.concurrent [1.1.0.v20130327-1442]' but it could not be found
    [ERROR]   Missing requirement: org.eclipse.equinox.core.sdk.feature.group 3.10.0.v20140226-1626 requires 'org.eclipse.equinox.security [1.2.0.v20130424-1801]' but it could not be found
    [ERROR]   Missing requirement: org.eclipse.equinox.core.sdk.feature.group 3.10.0.v20140305-1523 requires 'org.eclipse.equinox.common [3.6.200.v20130402-1505]' but it could not be found
    [ERROR]   Missing requirement: org.eclipse.equinox.core.sdk.feature.group 3.10.0.v20140310-1324 requires 'org.eclipse.equinox.transforms.xslt [1.0.300.v20130327-1442]' but it could not be found
    [ERROR]   Missing requirement: org.eclipse.equinox.core.sdk.feature.group 3.10.0.v20140313-1948 requires 'org.eclipse.equinox.security [1.2.0.v20130424-1801]' but it could not be found
    [ERROR]   Cannot satisfy dependency: org.eclipse.equinox.sdk.feature.group 3.10.0.qualifier depends on: org.eclipse.equinox.core.sdk.feature.group 0.0.0
    [ERROR] 
    [ERROR] Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.eclipse.core.runtime.feature.feature.group 1.1.0.v20140123-0905
    ...


    This worked for rt.equinox.framework.

    The top level build already succeeded. What's the problem?

    PS: I'd really just like to be able to build per bundle. Is that not possible?

    --
    Raymond Augé (@rotty3000)
    Senior Software Architect
    Liferay, Inc. (@Liferay)




--
Raymond Augé (@rotty3000)
Senior Software Architect
Liferay, Inc. (@Liferay)
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev

GIF image


Back to the top