Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] VE releng build problem

Hi all VE developers,

I would like to create an Ubuntu / Debian package of VE but I ran into
some troubles. I do the following:

1) Check out the releng builder. Runs OK
cvs -d :pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools export -r
R_1_2_3_JEM org.eclipse.ve.releng.builder

2) java -cp /usr/lib/eclipse/startup.jar
org.eclipse.core.launcher.Main -application
org.eclipse.ant.core.antRunner -buildfile build.xml
-Dpde.build.scripts=/usr/lib/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/
-Dcomponent=sdk -DbaseExists=true -DemfExists=true -DgefExists=true
-DbaseLocation=/usr/lib/eclipse

Gives the following output:

Buildfile: build.xml

init:

main:

main:

preBuild:

preSetup:

init:

checkLocal:

getMapFiles:

postSetup:

getBaseInit:

getBaseEclipse:

getBaseInit:

getEMF:

getBaseInit:

getGEF:

fetch:

preFetch:

allElements:

init:

fetchElement:

BUILD FAILED
/tmp/org.eclipse.ve.releng.builder/build.xml:25: The following error
occurred while executing this line:
/usr/lib/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml:23:
The following error occurred while executing this line:
/usr/lib/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/build.xml:51:
The following error occurred while executing this line:
/tmp/org.eclipse.ve.releng.builder/sdk/customTargets.xml:13: The
following error occurred while executing this line:
/usr/lib/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:41:
Feature org.eclipse.jem.sdk may have not been fetched correctly, check
your map files.


And if I look in ./src/eclipse/fetch_org.eclipse.jem.sdk.xml, this
file looks incomplete.

Any help would be really appreciated.

Regards,
Vladimir


Back to the top