Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] In-progress check-in for Scm ClientCore (a.k.a. 'model2') code

Last night, I checked in some further work on the
stellation.scm.model plug-in (model2 package).
(The model2 package will be renamed to 'clientcore'
in future, since that better suits the nature of the code).

Please note:
* The plug-in will now compile cleanly; I've added
additional classes omitted from the earlier check-in.
The checked-in code has been checked out into
a clean Eclipse workspace and rebuilt from scratch,
without problem.

* The ScmFactory.createScmProject method is now
debugged and functional, with various helper methods
factored out for clarity, and hopefully for use by
ScmFactory.openScmProject.

* I have started using the Eclipse PDE JUnit plug-in for
unit testing of Eclipse plug-ins within Eclipse, and it's
been quite helpful - once I got it working.  However,
the PDE JUnit plug-in is an internal eclipse.org tool
(not part of the official Eclipse SDK), and proper
configuration is tricky.  This will be discussed further
in a separate post.  For now, the JUnit-related code
in org.eclipse.stellation.scm.tests should not
interfere with operation of the Scm Model plug-in.

I'm currently focusing on developing a reliable
PDE JUnit setup procedure.  Details to follow.

Regards,
Jim


--------------------------------------------------------------------
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