Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-incubator-dev] Build problem

I think I've found the problem...one of the plugins still had the debug plugin as a dependency. I've removed this, and I've changed all the plugins to be 1.0.0.qualifier too.
I'll try another build (the PDE build works, though it worked before too).



----- Original Message ----
> From: DOUG SATCHWELL <doug.satchwell@xxxxxxxxxxxxxx>
> To: WTP Incubator Dev list <wtp-incubator-dev@xxxxxxxxxxx>
> Sent: Friday, 29 August, 2008 1:20:02 PM
> Subject: Re: [wtp-incubator-dev] Build problem
> 
> 
> > It is kind of weird that this is the error ... I suspect the "first" error 
> occurs earlier, but is not reported well by the scripts ... but, I can see some 
> issues. 
> >
> > First, you said to remove xsl.debug plugin ... but, leave xsl.debug.ui? 
> Yes - thats correct
> 
> > I do not see that the jaxp bundles have been added to the map files ... they 
> will need to be to build with our build script. 
> They were already added when I ran the build...so not sure why you can't see 
> them? I am using HEAD...
> 
> > [why "jaxp"? just curious] 
> JAXP = Java API for XML Processing...these plugins are all specific to 
> JAXP-compliant XSL processors
> 
> > The features say what to build, and the map files say which version to use. 
> (the map files also map to specific repository location). 
> >
> > If something is no longer needed to build, such as the xsl.debug, then just as 
> well remove it from map file too, since there is a function that some use, 
> called > "load projects from map files" which would load extra plugins, if left 
> there. 
> The debug plugin was removed and the jaxp plugins added to both the feature and 
> the map files when the build ran.
> 
> > Also, you might want to "update" the manifests to be "1.0.0.qualifer" ... just 
> to be sure it's not somehow being confused with the 0.5.0 versions. 
> I'll give that a try. Just to be sure, I am meant to be using HEAD for 
> everything still??
> Cheers,
> Doug
> 
> 
> 
> 
> From:  DOUG SATCHWELL   
> To:  WTP Incubator   
> Date:  08/28/2008 03:03 PM  
> Subject:  [wtp-incubator-dev] Build problem 
> ________________________________
> 
> 
> 
> David - I got a "Unable to find plug-in: 
> org.eclipse.wst.xsl.debug.ui.source_0.5.0.v20080811" - any idea why that would 
> be? The result is at http://build.eclipse.org:7777/buildresults/xsl-R1.0-I .
> Thanks,
> Doug
> _______________________________________________
> wtp-incubator-dev mailing list
> wtp-incubator-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev
> _______________________________________________
> wtp-incubator-dev mailing list
> wtp-incubator-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev



Back to the top