[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.buckminster] useWorkspace not functioning?
|
I've created a simple sample environment which demonstrates the
useWorkspace advisor node not skipping workspace resolution. Please find
it at
http://www.yarrumretep.com/workspace-bug.zip
Unzip the file, cd into the resulting directory and take a look at test.sh
and test.cquery to see what it does.
Essentially it appears that as part of target-platform resolution, the
EclipsePlatformReaderType.getBestFeature / getBestPlugin do not filter out
workspace plugin/feature models that are discovered - thus, though the
initial workspace resolution is properly quashed in
LocalResolver.localResolve(), the workspace copies sneak into the
resolution this way.
Am I understanding what should be happening here properly? I was
expecting that with useWorkspace="false" each time buckminster would
resolve the test.plugin from the original source.
Let me know if this is a bug and I'll file it.
-pete