[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ecf-dev] build of deleted files/classes
|
On 01/28/2011 05:01 PM, Scott Lewis wrote:
> Can this be fixed? (i.e. so that it doesn't assume that a project exists
> only once in the source tree and finds the correct one)?
This can certainly be fixed, but not easily. And I am not even sure it
should be fixed. Two projects/bundles with the same name (+version) but
different content just cause problems.
> Is this what
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=324215#c14 does? In
> general IMHO it would be better if the build didn't have this assumption
> (a single copy of any project).
No, comment #14 is about something else. It's about the rmap being
broken WRT where org.eclipse.osgi* bundles can be found. ECF does not
own all bundles in that namespace.
> I was intending that the incubation copy would just stay there for
> history...thus the two copies and the need to find the correct one.
I don't see what this is good for. The only use case I can think about
gets addressed by the SCM history if it is kept intact.
Markus