Build an Eclipse 3.5.2: need the correct basebuilder plugin [message #842377] |
Thu, 12 April 2012 04:37  |
Eclipse User |
|
|
|
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 19:50   |
Eclipse User |
|
|
|
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" :)
|
|
|
|
Powered by
FUDForum. Page generated in 0.05563 seconds