Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] question about remoteservice generic build

Hi,

I am unable to login to build.ecf-project.org/hudson for some reason but here is something that might help:

<?xml version="1.0" encoding="UTF-8"?>
<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="site.rmap">
    <cq:rootRequest name="com.remainsoftware.iseries.server.dispatcher.site.feature" componentType="eclipse.feature" versionDesignator="1.0.0"/>
    <cq:advisorNode namePattern="^com.remainsoftware.*" useTargetPlatform="false" useWorkspace="false"/>
</cq:componentQuery>

See in the above cquery that the useTargetPlatform="false" and useWorkspace="false" attributes are set. This prevents buckminster from resolving bundles from the hudson TP and workspace.

Regards,

Wim

On Sun, Oct 17, 2010 at 9:58 PM, Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
 Hi Folks,

In making fixes for https://bugs.eclipse.org/bugs/show_bug.cgi?id=327919 I discovered and fixed a problem in the code for org.eclipse.ecf.provider bundle.  When this is committed and the build does it's automated tests, however, I see from the console output that an older version of org.eclipse.ecf.provider is used to build/test against...i.e. here's the relevant output from the build (I think):

org.eclipse.ecf.provider:osgi.bundle: Trying provider local(materialized)
No materialization found for org.eclipse.ecf.provider:osgi.bundle
org.eclipse.ecf.provider:osgi.bundle: Trying provider local(workspace)
No open workspace project found that corresponds to org.eclipse.ecf.provider:osgi.bundle
org.eclipse.ecf.provider:osgi.bundle: Trying provider local(target)
org.eclipse.ecf.provider:osgi.bundle: Found match 4.0.0.v20101016-1012
org.eclipse.ecf.provider:osgi.bundle: Found match org.eclipse.ecf.provider:osgi.bundle$4.0.0.v20101016-1012
...

How do I get this build to either a) build the org.eclipse.ecf.provider from source...or b) use a newer copy (i.e. run
another build project...like C-HEAD)...and then use that newly built code (for the automated tests)?

Thanks,

Scott


_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev


Back to the top