Skip to main content

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


Vladimir,

We have messed up your plans because the JEM component of VE was moved to WTP.

In hindsight, we should have left a fixed, read-only copy of JEM where it was, even though
we also needed it moved to WTP for some post R_1_2_3_JEM work that needed to be done.

I think since the "leave copy in place" is probably an important principle, in general, since it would be
needed to re-create _any_ previous build, I'll send a note to the webmaster, and see if they can
accomplish this.

In theory, if you wanted to mess with it, you could probably "fix" things by editing the releng
so that parts of it pointed to JEM's new home ... but, you'd sort of be on your own there, I am
not that familar with VE's build scripts.

Thanks,




"Vladimír Lapáček" <vladimir.lapacek@xxxxxxxxx>
Sent by: ve-dev-bounces@xxxxxxxxxxx

04/15/2007 01:56 PM

Please respond to
Discussions people developing code for the Visual Editor project        <ve-dev@xxxxxxxxxxx>

To
ve-dev@xxxxxxxxxxx
cc
Subject
[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
_______________________________________________
ve-dev mailing list
ve-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ve-dev


Back to the top