[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.ohf] Re: STEM - org.eclipse.ohf.stem.ui (.diseasemodels) errors - calling isStale() ?
|
Chris,
the latest version of EMF is 2.4. I'm currently running Eclipse 3.4M6
with EMF Version 2.4.0.v200804012208, and isStale() is definitely a member
of AdapaterFactoryEditingDomain. It's in the org.eclipse.emf.edit jar file.
What version of EMF are you using?
--
Daniel Ford
IBM Almaden Research Center
San Jose, CA
"Chris" <chris.hollander@xxxxxxxxx> wrote in message
news:bd782a0e0810f87f0d719d97c75f5295$1@xxxxxxxxxxxxxxxxxx
> Hi there,
> I've just started working on a project using STEM, and I've downloaded the
> source code and the EMF frameworks and everything else listed on the OHF
> Wiki that I should need, the problem is that multiple files (all of them
> *Editor.java) are using the "isStale()" method of the
> AdapterFactoryEditingDomain class (defined in org.eclipse.emf.edit.domain)
>
> The issue is that this method, isStale() no longer exists. It looks like
> it was around in version 2.4, but the current files have it lacking.
> Any suggestions/ideas? At the moment I can't get the project to compile
> (and I need it to.)
>