Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] Installation stellation

Hi,

eclipse is downloading the stellation sources from cvs, so I can write a bit
(btw. the javadocs should not be below org.eclipse.stellation.misc, to much
for a modem).
I want to install stellation at a win2k workstation, Mark told me in the
newsgroup that Ringo already has experiences with that, so I would be happy
to hear from him.
I tried to follow
http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/org.eclipse.stellati
on/plugins/org.eclipse.stellation.misc/doc/manuals/setting-up.html
.
An important step which is easy to miss is to set eclipse where it searches
for plugins (preferences|Plug-In Development|Target Platform|Not in
workspace). If you do not do so, the needed libs are not found and you end
up with many compile errors.
The unittest project has compile errors, a class Constants is not found,
perhaps forgotten to commit it to cvs?
And I finally found the place where the db-repository is created, seems that
Ringo had to override the whole createRepository(..) method to work with
oracle.
I noticed that all fields are at the end of a class, imo unusual, is this
the code style or the result from using svc?

martin



Back to the top