[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [omelet-dev] documentaion

Hi Matteo

> I downloaded cvs again but I had some errors:
> class org.eclipse.omelet.ModelListenable
> 
> protected void fireChanged(Object change) {
>         int iMax = listeners.size();
>         for (int i = 0; i < iMax; i++) {           
>             IModelListener listener = (IModelListener)
> listeners.elementAt(i);
>             listener.changed(change);   // public void 
> changed(ImOmelet 
> omelet, Object object, Object change); This is the signature method
>         }   
>     }   
>         
>   listener.changed(change);   // public void changed(ImOmelet omelet, 
> Object object, Object change); This is the signature method
> There is not a signature like changed(Object obj)
> 
> And some other error like this!
> Can you help me? What can I do?

The problem is that CVS has failed to complete a number of refactorings of files from one package to another. As a result there are
a lot of dead files that have not been removed from HEAD.

There are some missing .project files in CVS so fetching things requires sufficient skill to create PDE plug-ins and class-apths of
appropriate form.

I will have corrected CVS so that it is at least possible to build each plug-in without extra input.
The html/installation.html in omelet.doc has a few notes on CVS installation.

I will put an OMELET 0.1.0 'release' on the update site for those who discover it as soon
as I've solved some NullPointerException in the installer. It will not be announced till the
documentation is up to date.

Sorry for the trouble. As a very quick fix, you could try just deleting every Java class file that has a compilation error.
Alternatively delete every Java file older than 1/1/05 - everything got a delta for EPL.

	Regards

		Ed Willink