Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [amp-dev] Antwort: Re: Antwort: Re: Compilable Source Code of AMP


OK Jonas,

A couple of things... [cc'ing in amp developer list].. please see notes about your steps and then suggestions for proceeding.


1.
Download Eclipse Modeling Indigo (3.7) M6a

2.
Install via Eclipse Marketplace:
 * Subversive - SVN Team Provider
 * EGit - Git Team Provider

[That's a good way to do it as well.]

3.
Install new software -> New update Site:
 
Select and install:
 * Buckminster - Core
 * Buckminster - PDE Support
 * Buckminster - SVN Support (Subversive)

[You need Git support! You might as well get CVS while you're at it -- I'm not sure if we have dependencies or not.]


4.
SVN Repository Browser -> New Repository Location:

[Nope! Buckminster should do this for you.]

 
5.
Pull latest AMP-updates from Git (from outside Eclipse).

[Do this from within Eclipse using the Egit "clone a repository" functionality. You want them in your git workspace. I'm not positive that this is necessary but it makes process go a lot more smoothly.]


6.
Import Projects from Git -> choose AMP repository -> select only 
 * org.eclipse.amp/releng/org.eclipse.amp.releng

// TODO: Build error: build.properties does not exist (org.eclipse.amp.releng)

Yep, I don't know what the story is with that. It's not really an error because there isn't anything expected in there. But we could see what other releng projects have there.

7.
Open in project org.eclipse.amp.releng:
 * releng/amp-platform.cquery
 * releng/amp.cquery

8.
In both files, on the Main tab in the Properties section use the file dialog to select this file:
 * releng/local.properties

9.
Hit this button on both files:
 * Resolve and Materialize


E     [0001] : Rejecting provider git({0},{1}/features/{2}-feature[C:/daten_ruj/Eclipse-Workspaces/AMP-Workspace/org.eclipse.amp,org.eclipse.amp/features/org.eclipse.amp.build-feature]): No component match was found: No reader type with id git has been registered with extension-point org.eclipse.buckminster.core.readerTypes

See step 3 above -- you need to install the git support for buckminster.

cheers,

Miles

On Apr 8, 2011, at 1:07 AM, Jonas Ruettimann wrote:

Hi Miles,

I've tried to follow the steps you've describes to get my IDE working. It worked great until materializing amp.cquery. I've written a log file with every step I made so far. There are a couple of things I added to your plan. But basically, it's exactly the same.


There are also two log files attached to this mail. The first one is the console output from materializing amp-platform.cquery. There are some warning but I guess they're not critical. The second log file is the console output from meaterializing amp.cquery. There are errors in it and I haven't got a clue how to resolve them. Any ideas?


Cheers, Jonas




Back to the top