Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] Component Reader for Locally stored Java projects

Hi Thomas,
There must be some misunderstanding. The local reader will *never* do materialization. It relies on that this has been made by someone else. That's the whole point.

Regards,
Thomas Hallgren

Thomas Spiessens wrote:
Hi Thomas,
I have set up a cquery and rmap as you have explained in the previous post, but was not successful to do a materialization using the local reader type.

I have looked into the source code of Buckminster and inside the match() method of SearchPath, it uses the IVersionFinder class that is declared in the LocalReaderType class (the s_blindFinder member variable) for my "local" provider. This IVersionFinder returns null for both the getBestVersion() and getDefaultVersion() which means that my provider will never result in a positive match.

Is this correct ?

Kind regards,
Thomas.
_______________________________________________
buckminster-dev mailing list
buckminster-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/buckminster-dev



Back to the top