Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gyrex-dev] How to build gyrex locally?

Hi,

This time I just used "runInEclipse" target in juno-rcp (eclipse4.2) to build gyrex.
All the source code is the latest from the git repository.

Including gyrex-releng, admin, platform.
All the projects imported into the eclipse IDE.

cvs and git already installed.
But some errors still exist.  Any help?

see below:


Buildfile: C:\SOFT\OSGI\gyrex\gyrex-releng\org.eclipse.gyrex.releng\builder\build.xml

checkBuildDirectory:

label.properties.init:

checkBuildDirectory:

create.label.properties:

checkBuildDirectory:

create.build.properties:
       [echo] Initializing build.properties

runInEclipse:
       [echo] Gyrex build running on: ${buildServer}
       [echo] Gyrex build type: I
       [echo] Gyrex build id: I20121108
       [echo] Gyrex build label: I-I20121108-201211080921

builder.checkArgs:

checkBuildDirectory:

label.properties.init:

checkBuildDirectory:

create.label.properties:

checkBuildDirectory:

create.build.properties:
       [echo] Initializing build.properties

builder.init:

builder.prepare:

main:
       [echo] Gyrex SDK build: I-I20121108-201211080921

main:

preBuild:

preSetup:
[echo] Gyrex SDK build org.eclipse.gyrex.features.master I-I20121108-201211080921

checkLocalMaps:

getMapFiles:

postSetup:

checkLocalBase:

getBaseComponents:

processRepos:

preProcessRepos:

buildTargetPlatform:
[pde.provisionTargetDefinition] Resolving target definition...
[pde.provisionTargetDefinition] Exporting target definition...

allElements:

allElementsDelegator:

transformRepos:

postProcessRepos:

fetch:

preFetch:

allElements:

allElementsDelegator:

init:

fetchElement:

main:

BUILD FAILED
C:\SOFT\OSGI\gyrex\gyrex-releng\org.eclipse.gyrex.releng\builder\build.xml:182: The following error occurred while executing this line: C:\SOFT\OSGI\gyrex\gyrex-releng\org.eclipse.gyrex.releng\builder\configs\sdk\build.xml:46: The following error occurred while executing this line: C:\eclipse-juno-rcp\plugins\org.eclipse.pde.build_3.8.1.v20120725-202643\scripts\build.xml:34: The following error occurred while executing this line: C:\eclipse-juno-rcp\plugins\org.eclipse.pde.build_3.8.1.v20120725-202643\scripts\build.xml:78: The following error occurred while executing this line: C:\eclipse-juno-rcp\plugins\org.eclipse.pde.build_3.8.1.v20120725-202643\templates\headless-build\customTargets.xml:12: The following error occurred while executing this line: C:\SOFT\OSGI\gyrex\gyrex-releng\org.eclipse.gyrex.releng\builder\configs\sdk\allElements.xml:20: The following error occurred while executing this line: C:\eclipse-juno-rcp\plugins\org.eclipse.pde.build_3.8.1.v20120725-202643\scripts\genericTargets.xml:56: Could not retrieve feature.xml or build.properties for feature org.eclipse.gyrex.features.master.

Total time: 2 minutes 37 seconds



--------------------------------------------------
From: "Gunnar Wagenknecht" <gunnar@xxxxxxxxxxxxxxx>
Sent: Wednesday, November 07, 2012 6:51 PM
To: "iihero" <iihero@xxxxxxxxxxx>
Cc: "Gyrex project developer mailing list" <gyrex-dev@xxxxxxxxxxx>
Subject: Re: [gyrex-dev] How to build gyrex locally?

Am 07.11.2012 11:17, schrieb iihero:
Is there a clear instruction on how to build Gyrex?

I just follow the notes on : http://wiki.eclipse.org/Gyrex/Contributor_Guide

That's the right place. I just updated it with a bit more information
and links to our Git repositories.

http://wiki.eclipse.org/Gyrex/Contributor_Guide/Builds

Do you want to build on the command line or from within Eclipse?

org.eclipse.releng.basebuilder-checkout:
     [echo] [BOOTSTRAP] Using org.eclipse.releng.basebuilder:
/temp/build/org.eclipse.releng.basebuilder_R4_2
     [java] Unable to access jarfile
C:\SOFT\OSGI\gyrex-releng\org.eclipse.gyrex.releng\builder

Can you retry using the latest code from Git? It looks like the
base-builder might failed to bootstrap.

Do you have Ant with CVS and Git available locally?

-Gunnar

--
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/



Back to the top