Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [riena-dev] Riena source errors

Hi,
 
First I checked out org.eclipse.releng.equinox from org.eclipse.equinox/phase1. Then I checked out the contents of org.eclipse.riena/* in different projects. There is no change and the errors persist.
 
Also it is impossible to run org.eclipse.riena.build/scripts/build.cmd, because many paths are absolute and would work only on the developer's machine. For example in several places the workspace is set to "c:/projekte/riena2". I tried changing all the wrong paths to fit my environment, but when I run it again, it tells me that cvs cannot fetch some files from "org.eclipse.riena.build.feature", while at the same time, it can from other projects.
 
Can you please give me more details on how to import the project in Eclipse and how to run it?
 
Greetings,
Boyan.


From: riena-dev-bounces@xxxxxxxxxxx [mailto:riena-dev-bounces@xxxxxxxxxxx] On Behalf Of Christian Campo
Sent: Montag, 25. Februar 2008 17:23
To: Riena Developers list
Subject: Re: [riena-dev] Riena source errors

Hi Yurukov,

what you should do (as with most Eclipse projects) that you first check out the *.releng project. This project contains projectsets with ALL dependencies. There is one with called pserver (for people like you), and one called ssh (for committers). This will automatically pick up equinox.log and equinox.cm (both currently in equinox-incubator).
But you don't need to worry about those locations. The projectset knows them all and should create a workspace with no compile errors.

cheers
christian

Am 25.02.2008 um 17:17 schrieb Yurukov, Boyan:

Hello all,

I just checked out the CVS and imported all projects. It seems that most of them import  "org.eclipse.equinox.log.Logger" which cannot be found either in the official releace of equinox (3.3.1.1), nor in the stream release (3.4). Also it imports "org.eclipse.equinox.cm", which is marked as "coming soon". Does anyone know where I can get those libraries and if there are any precompiled ready-to-use Riena plugins so I can try the examples?

Greetings,
Boyan Yurukov.

_______________________________________________
riena-dev mailing list
riena-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/riena-dev


Back to the top