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


I checked, and the Eclipse Organization is reluctant to restore code and have it exist in two locations in CVS.

And, upon reflection, I think it should be pretty easy to "point" to the new locations in CVS and still accomplish the same build.

That is, if  the VE team would be willing to create a R_1_2_3_JEM_B version of their releng project, the only difference being the
cvs location of the JEM plugins, as specified in the map files.

I have opened bug 182644 with the required changes supplied as a patch.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=182644

If you have enough knowledge of PDE builds (and VE builds) there may be someway for you to simply provide the map file
instead of fetching it ... not sure how easy that would be, but the patch in bug 182644 could be used for that, as well.






"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