Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » General (non-technical) » Eclipse Foundation » Build an Eclipse 3.5.2: need the correct basebuilder plugin
Build an Eclipse 3.5.2: need the correct basebuilder plugin [message #842377] Thu, 12 April 2012 08:37 Go to next message
Marc Mising name is currently offline Marc Mising nameFriend
Messages: 193
Registered: July 2009
Location: Valencia, Spain
Senior Member
Hi everyone,

I'm trying to build an RCP developed with Eclipse 3.5.2, but I need the correct basebuilder plugin (org.eclipse.releng.basebuilder), but there exists a lot of versions and I don't know which is the correct one for this version.

I downloaded the Eclpse 3.5.2 modeling tools version as base, and now I need the correct basebuilder.

I'm building using ant scripts, and my main script contains following code:
builddate=`date +%Y%m%d`
buildtime=`date +%H%M`
timestamp=$builddate$buildtime

java -Xmx1024m -cp \
	../org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar \
	org.eclipse.core.launcher.Main \
	-application org.eclipse.ant.core.antRunner \
	-buildfile $MOSKITT_HOME/moskitt/build/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.1.R35x_20090820/scripts/productBuild/productBuild.xml \
	-Dbuilder=$MOSKITT_HOME/moskitt/build/es.cv.gvcase.releng.builder/rcp \
	-Dtimestamp=$timestamp \
	"$@"


But there's a problem with the plugin org.eclipse.pde.build_3.5.1.R35x_20090820. The scripts folder is empty... I need to download the correct basebuilder plugin and use the correct org.eclipse.pde.build plugin version that contains the correct scripts.

Could anyone help me please?

Thanks a lot,
Marc
Re: Build an Eclipse 3.5.2: need the correct basebuilder plugin [message #850289 is a reply to message #842377] Thu, 19 April 2012 23:50 Go to previous messageGo to next message
David Williams is currently offline David WilliamsFriend
Messages: 722
Registered: July 2009
Senior Member
On 04/12/2012 04:37 AM, Marc Mising name wrote:
>
> But there's a problem with the plugin
> org.eclipse.pde.build_3.5.1.R35x_20090820. The scripts folder is
> empty... I need to download the correct basebuilder plugin and use the
> correct org.eclipse.pde.build plugin version that contains the correct
> scripts.
>
> Could anyone help me please?
>

First, this is not the right list to ask about topics like this. This is
more for the Eclipse Foundation as a whole, not technical questions.
The eclipse.platform list/forum would be a better choice.

But, to save us both the trouble, each build has some "releng" or build
logs" at the top of the test results page that says which versions were
used to build it.

So, for the 3.5.2 build,
http://archive.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/
I see on the test page,
http://archive.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/testResults.php
it says "vR-3.5.2".
But, I don't see that tag, from a quick peek in the repository. So, it
probably applies only to the eclispebuilder, not base builder.
There might be more info in some of the logs, but ...
From some educated guesses, and "comparing dates" of when 3.5.2 was
released, I'd suspect the basebuilder tagged with
r35x_v20100219 would work for you. (the version tag of its PDE Build
plugin is 3.5.2.R35x_201000114).

Good luck,

P.S. to the Eclipse Foundation ... file this under "why CVS can never
completely go away" :)
Re: Build an Eclipse 3.5.2: need the correct basebuilder plugin [message #850600 is a reply to message #850289] Fri, 20 April 2012 06:55 Go to previous message
Marc Mising name is currently offline Marc Mising nameFriend
Messages: 193
Registered: July 2009
Location: Valencia, Spain
Senior Member
Hi David,

I apologise about writing in this list, I don't really know where to do that.

A lot of thanks for your information, it's really useful Very Happy

I was trying to looking for the version you mentioned (vR-3.5.2) for basebuilder, and the most similar I found is R3_5_2, maybe this one could be valid. The other day I tried to build using R35_RC4 version, and it worked. But maybe the one you said (r35x_v20100219) is better and more correct. I'll try it... Thanks!!

Cheers!
Marc
Previous Topic:Question about the forum
Next Topic:Eclipse.org website extremely slow
Goto Forum:
  


Current Time: Wed Apr 24 14:45:04 GMT 2024

Powered by FUDForum. Page generated in 0.03038 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top