Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] Build not pulling correct Release Code for XSL Tools Build

I'll take a look, I noticed that a clean artifacts was run, so I may kick off another build, and see if that corrects anything. The odd thing is that it is pulling in the new unit test correctly, which is how I knew something odd was up, especially after I moved the source around and it still reported the old line number for the method.

I'll report back later.

Thanks for looking in to it.

Dave

David M Williams wrote:

> Any thoughts on this?


My first thought was the "special zip" that XSL needs wasn't correct, that it contained the "old" version so pde build was picking it up from there ...
See bug 261116
https://bugs.eclipse.org/bugs/show_bug.cgi?id=261116
but .... I checked build machine, and it looks ok to me. (i.e. that zip does not contain any xsl plugins).

Another thing to sanity check is the map files that are used for the build ... and listed on the build download page.
Do those map files, for xsl, match what you think they should be?

I'll look closer over night.





Inactive hide details for David Carver ---02/10/2009 01:00:01 PM---It seems that the Build for XSL Tools is consistently pullinDavid Carver ---02/10/2009 01:00:01 PM---It seems that the Build for XSL Tools is consistently pulling the wrong code for org.eclipse.wst.xs


From: 	
David Carver <dcarver@xxxxxxxxxxxxxxxx>

To: 	
Webtools releng discussion list <wtp-releng@xxxxxxxxxxx>

Date: 	
02/10/2009 01:00 PM

Subject: 	
[wtp-releng] Build not pulling correct Release Code for XSL Tools Build

Sent by: 	
wtp-releng-bounces@xxxxxxxxxxx

------------------------------------------------------------------------



It seems that the Build for XSL Tools is consistently pulling the wrong
code for org.eclipse.wst.xsl.ui.   I've verfied that the map file has
the Tag for the file to be pulled.  However, the code it is pulling is
from a prior release.    I've verified that the files appear to be tag
correctly, and I know it's pulling the wrong code, as I moved the method
that it is failing on to a different part of the source so should
technically get a different line number for the NPE exception.

Any thoughts on this?  Does something need to be switched now that we
have 1.0M5 out the door?

Dave

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


------------------------------------------------------------------------

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



Back to the top