Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Releng problem with I-Build and M2


Sounds like the v20050210 tags were incorrect, or someone mistakenly "moved" one (which is unlikely, I think).

I can't be of much help, but that error message it typically caused by a project being listed in feature.xml but not map file (or, its tagged version in map file is wrong).
All of which seems ok from casual glance. It seems a recent N-build worked ok, so your "head" build should work .. is that where you're seeing the error you listed?

But, I'm wondering why you're trying to do complete build to test a patch? Maybe its complex, but typcially, if you have an I-build (or even real recent N-build) as your PDE target, and only the plugin you're patching loaded from repository, you can test from dev. environment. That's certainly sufficient to submit as patch to a bugzilla ... unless its something real tricky or thread related, or something.

Hope this helps,

David




Thomas Yip <tyip.os@xxxxxxxxx>
Sent by: wtp-dev-admin@xxxxxxxxxxx

02/17/2005 03:57 PM

Please respond to
wtp-dev

To
wtp-dev@xxxxxxxxxxx
cc
Subject
[wtp-dev] Releng problem with I-Build and M2





Hi,


I am hitting a problem in WTP (implemeting RunOnServer...). I am
trying to make a patch and test it.

I would like to start with a I-Build or M2. So, I am trying to make a
release build.

However, I hit the following build problem.


I was able to make a nightly build last Wednesday. So, I should have
properly configurated all the required JARs and buildAll.properties
etc.

I tried to start with both HEAD and v20050210 of
org.eclipse.wtp.releng. And, HEAD version of baseBuilder and
eclipseBuilder. And, started from scratch again for a few times.


     ....

    [java] generateScript:

    [java] BUILD FAILED
    [java] D:\Release\wtp\org.eclipse.wtp.releng\buildAll.xml:86: The
following error occurred while executing this line:
    [java] D:\Release\wtp\org.eclipse.wtp.releng\buildAll.xml:94: The
following error occurred while executing this line:
    [java] D:\Release\wtp\org.eclipse.wtp.releng\build.xml:22: The
following error occurred while executing this line:
    [java] D:\Release\wtp\eclipse\plugins\org.eclipse.pde.build_3.1.0\scripts\build.xml:22:
The following error occurre
d while executing this line:
    [java] D:\Release\wtp\eclipse\plugins\org.eclipse.pde.build_3.1.0\scripts\build.xml:61:
The following error occurre
d while executing this line:
    [java] D:\Release\wtp\org.eclipse.wtp.releng\wst\customTargets.xml:13:
The following error occurred while executing
this line:
    [java] D:\Release\wtp\eclipse\plugins\org.eclipse.pde.build_3.1.0\scripts\genericTargets.xml:62:
org.eclipse.core.runtime.CoreException: Unable to find plug-in:
org.eclipse.wst.common.navigator.views_1.0.0. Please check the error
log for more details.

    [java] Total time: 16 seconds

BUILD FAILED
D:\Release\wtp\org.eclipse.wtp.releng\cruise.xml:69: Java returned: 13
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top