Skip to main content

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

 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




Back to the top