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, you are pretty much correct, but you have caught us on the cusp.

For WTP 1.5.3 (and earlier) we in WTP simply got the pre-built version of JEM from the VE project (which, they built using the script you've seen).

After WTP 1.5.3, it will be us in WTP that builds it. We are certainly doing so in our WTP  2.0 builds, but that "pre-reqs" a whole different set of EMF and the Platform
than you need to re-create VE R_1_2_3_JEM.

We have, just this week, started to build a version of JEM 1.2.4 in our WTP 1.5.4. I was going to announce this in a few days when it is officially confirmed we will be doing
this ... but ... pssst, I'll give a secret heads up now.  :)   And ... will (still) announce specifics later this week. While this wouldn't help you re-produce VE 1_2_3_JEM exactly, it would
be darn close (I think we are just going to fix one bug).

Hope this helps,





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

04/17/2007 12:54 AM

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

To
"Discussions people developing code for the Visual Editor project" <ve-dev@xxxxxxxxxxx>
cc
Subject
Re: [ve-dev] VE releng build problem





David,

Thank you for your reply. I don't want to duplicate the JEM code neither. If it is a part of the WTP pack, I will look into that. If I understand it right, the VE build should succeed as soon as I install WTP including JEM in my eclipse build installation.

Regards,
Vladimir

On 4/17/07, David M Williams <david_williams@xxxxxxxxxx> wrote:

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


_______________________________________________
ve-dev mailing list

ve-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ve-dev

_______________________________________________
ve-dev mailing list
ve-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ve-dev


Back to the top