Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] Building in Eclipse

On Tue, 2003-01-14 at 20:51, Jonathan Gossage wrote:
> I downloaded the latest source this evening and now two projects will not
> build.

It looks like a .classpath glitch generating cyclic dependencies. This
has happened before - but I'm not sure *why* it happens.

remote.jar is the jarfile generated when you compile
org.eclipse.stellation.remote; scmmodel.jar is the jarfile generated
when you compile org.eclipse.stellation.scm.model. It should not be in
the library list for the project. 

The fix is to go to the project properties, and remove those jars from
the libraries section.

	-Mark

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




Back to the top