[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [geclipse-dev] Sorry to bother you again
|
Hi Zou,
> I have checked out the codes as stated in the tutorial, however I found
> there was no way to build these codes.
what do you mean by "there was no way to build these codes" ?, do you get
compilation errors?
Could you please be a little bit more explicit?
Or are you expecting a way to run "something" and get an "output package"?
To clarifiy: no, in this way you should be able to run gEclipse from your
workspace (using the "Run" configuration and button), but getting binary
plugins and packages involves more work.
> Ithink it may be some problems
> related to the setting of the two projects. I tried to convert them to
> plugin projects, the problems remained.
If you checked them out as Mathias explained they must already be PDE
projects, no need to do anything there.
If by the above you mean compilation errors, please note that you must
install some dependencies for geclipse to compile.
Go to the update manager and select the following features from the Europa
update site:
id="org.eclipse.cdt"
id="org.eclipse.cvs"
id="org.eclipse.emf"
id="org.eclipse.emf.common"
id="org.eclipse.emf.common.ui"
id="org.eclipse.emf.ecore"
id="org.eclipse.emf.ecore.edit"
id="org.eclipse.emf.edit"
id="org.eclipse.emf.edit.ui"
id="org.eclipse.emf.ocl"
id="org.eclipse.emf.query"
id="org.eclipse.emf.query.ocl"
id="org.eclipse.emf.transaction"
id="org.eclipse.emf.validation"
id="org.eclipse.emf.validation.ocl"
id="org.eclipse.emf.workspace"
id="org.eclipse.gef"
id="org.eclipse.gmf.europa"
id="org.eclipse.jdt"
id="org.eclipse.ocl"
id="org.eclipse.pde"
id="org.eclipse.platform"
id="org.eclipse.wst.common_ui.feature"
id="org.eclipse.wst.xml_ui.feature"
id="org.eclipse.xsd"
id="org.eclipse.xsd.edit"
As you see, besides JDT and PDE which you surely already have, this is
mostly EMF/GMF and some webtools.
Cheers, Ariel