Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] Tentative fix posted on wiki

Mark,

I've been debugging this, and it seems you've removed CompoundArtifact.createCatalogElement. As a result, when a project is saved locally, the resulting project.xml document has no children at all (because rootArtifact.createCatalogElement defaults to Artifact.createCatalogElement, which of course assumes it has no children...).

Were you intending to handle this elsewhere?  If so, where (and how)?
(I've also entered this as a comment on #53123).

- Jim


At 08:09 AM 3/18/2004, Mark C Chu-Carroll wrote:

I posted a zipfile of the tentative fix for the merge bug on the wiki last night. (I tried to send this notification twice last night, but Notes, glorious piece of software that it is, managed to bounce it the first time for no apparent reason, and to crash the second time I tried to send it!)

Anyway - the fix is untested. It needed some API changes, which break the tests. I decided to make the changes available, so that others can adapt to the API changes while I'm writing tests.

        -Mark



Mark Craig Chu-Carroll,  IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM Research
***      http://stellation.eclipse.org
*** Work: mcc@xxxxxxxxxxxxxx/Home: markcc@xxxxxxx


--------------------------------------------------------------------
Jim Wright, IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM for Collaboration
*** http://www.eclipse.org/stellation
*** Work Email: jwright@xxxxxxxxxxxxxx ------- Personal Email: jim.wright@xxxxxxx



Back to the top