Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-incubator-dev] 0.5M8 and the future

David M Williams wrote:

I updated the build to have an "M8" label, and updated pre-reqs to be the final code for WTP 3.0, but now getting a JUnit failure. I can't reproduce it in my workspace, but not sure my workspace is "representative" of the same stuff that runs during the build.

Also, for a more substantial change, please see bug 238044
https://bugs.eclipse.org/bugs/show_bug.cgi?id=238044
Could that be related to the failing JUnit?
Did I make the wrong fix for that bug?
Or, could maybe the test just have to be adjusted for it, or for change in pre-reqs?

Unrelated to the above, I'll also be doing some experiments today to see if we can just pre-req the "XML" portion of WTP (not the whole WST portion). We should be able to, in theory, but don't know if there's any "hidden assumptions" that might pop up.

We should be able to pre-req just WST, but we also need the JDT, because the XSL launch configurations currently still depened on some JDT functionality. We'll have to continue looking at if there is a way to get around this dependancy.

The items you removed aren't the cause of the failure, but if JDT isn't included, then we will get a launch error as it won't be able to find some of the items. Like you I can't get it to fail locally, and nothing from the code side has changed, so I can only think that something in the build has changed that is causing the issue.

Dave




Back to the top