[buckminster-dev] Possible bug with Buckminster/subversive integration. [message #7026] |
Thu, 06 March 2008 11:16 |
Eclipse User |
|
|
|
This is a multi-part message in MIME format.
------_=_NextPart_001_01C87FA5.6FC61454
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hi,
=20
I think I have found an incompatibility between the Buckminster
subversive integration and the current Subversive plugin available from
eclipse.org. I'm new to Buckminster, so before posting it as a bug I
wanted to check and see if I am likely correct.
=20
I have installed the late Buckminster along with the subversive
integration. I already had subversive 0.7 and its associated
requirements installed and operational. Buckminster operations that do
not use svn appear to be working fine. =20
=20
I'm trying the Hello_XML_World example. I open
http://www.eclipse.org/buckminster/samples/queries/demo.cque ry and the
cquery is displayed. When I push the "Resolve To Wizard" button, I get
the following error:
=20
java.lang.NoSuchMethodError:
org.eclipse.team.svn.core.utility.SubProgressMonitorWithInfo . <init>(Lorg
/eclipse/core/runtime/IProgressMonitor;I)V
ERROR [0001] : java.lang.NoSuchMethodError:
org.eclipse.team.svn.core.utility.SubProgressMonitorWithInfo . <init>(Lorg
/eclipse/core/runtime/IProgressMonitor;I)V
=20
=20
Checking the 0.7 source for
org.eclipse.team.svn.core.utility.SubProgressMonitorWithInfo , the
constructor has been changed to take a double, rather than the int
listed in the error message. Best I can tell, 0.7 is the earliest
subversive version available on the eclipse site (1.1 (an older version)
is available on the polarion site, but I have not found the other
required plugins to match).=20
=20
I looks like the Buckminster integration code that is calling
org.eclipse.team.svn.core.utility.SubProgressMonitorWithInfo needs to be
updated to pass a double.
=20
Does assessment make sense? If so, I can submit a bug report.
=20
Thanks=20
Rich Scott
=20
------_=_NextPart_001_01C87FA5.6FC61454
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:st1=3D"urn:schemas-microsoft-com:office:smarttags" =
xmlns=3D"http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
<o:SmartTagType =
namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
name=3D"PersonName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:Arial;
color:windowtext;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=3DEN-US link=3Dblue vlink=3Dpurple>
<div class=3DSection1>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>Hi,<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p >
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>I think I have found an incompatibility between the
Buckminster subversive integration and the current Subversive plugin =
available
from eclipse.org. I’m new to Buckminster, so before posting it as =
a bug I
wanted to check and see if I am likely =
correct.<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p >
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>I have installed the late Buckminster along with the
subversive integration. I already had subversive 0.7 and its associated
requirements installed and operational. Buckminster operations that do =
not use
svn appear to be working fine. <o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p >
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'>I’m trying the Hello_XML_World example. I =
open </span></font><a
href=3D" http://www.eclipse.org/buckminster/samples/queries/demo.cque ry"
title=3D" http://www.eclipse.org/buckminster/samples/queries/demo.cque ry">=
http://www.eclipse.org/buckminster/samples/queries/demo.cque ry</a>
and the cquery is displayed. When I push the “Resolve To =
Wizard”
button, I get the following error:<o:p></o:p></p>
<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><o:p> </o:p></span></font></p>
<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dred
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:red'>java.lang.NoSuchMethodError:
org.eclipse.team.svn.core.utility.SubProgressMonitorWithInfo .<init>=
(Lorg/eclipse/core/runtime/IProgressMonitor;I)V</span></font ><font
size=3D2 face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p></o:p></span></font></p>
<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dred
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:red'>ERROR [0001] : java.lang.NoSuchMethodError:
org.eclipse.team.svn.core.utility.SubProgressMonitorWithInfo .<init>=
(Lorg/eclipse/core/runtime/IProgressMonitor;I)V</span></font ><font
size=3D2 face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p >
<p class=3DMsoNormal><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p >
<p class=3DMsoNormal><font size=3D2 color=3Dblack face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:black'>Checking the 0.7 source for =
</span></font><font
size=3D2 color=3Dblack face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:
"Courier =
New";color:black'>org.eclipse.team.svn.core.utility.SubProgressMonitorWit=
hInfo,
the constructor has been changed to take a double, rather than the int =
listed
in the error message. Best I can tell, 0.7 is the earliest =
subversive
version available on the eclipse site (1.1 (an older version) is =
available on
the polarion site, but I have not found the other required plugins to =
match). <o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 color=3Dblack face=3D"Courier =
New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New";color:black'><o:p> </o:p></span></font></p >
<p class=3DMsoNormal><font size=3D2 color=3Dblack face=3D"Courier =
New"><span
style=3D'font-size:10.0pt;font-family:"Courier New";color:black'>I looks =
like the
Buckminster integration code that is calling =
org.eclipse.team.svn.core.utility.SubProgressMonitorWithInfo
needs to be updated to pass a double.<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 color=3Dblack face=3D"Courier =
New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New";color:black'><o:p> </o:p></span></font></p >
<p class=3DMsoNormal><font size=3D2 color=3Dblack face=3D"Courier =
New"><span
style=3D'font-size:10.0pt;font-family:"Courier New";color:black'>Does =
assessment
make sense? If so, I can submit a bug =
report.<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 color=3Dblack face=3D"Courier =
New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New";color:black'><o:p> </o:p></span></font></p >
<p class=3DMsoNormal><font size=3D2 color=3Dblack face=3D"Courier =
New"><span
style=3D'font-size:10.0pt;font-family:"Courier New";color:black'>Thanks =
<o:p></o:p></span></font></p>
<p class=3DMsoNormal><st1:PersonName w:st=3D"on"><font size=3D2 =
color=3Dblack
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:black'>Rich Scott</span></font></st1:PersonName><font size=3D2
color=3Dblack face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:black'><o:p></o:p></span></font></p>
<p class=3DMsoNormal><b><font size=3D2 face=3DArial><span =
style=3D'font-size:10.0pt;
font-family:Arial;font-weight:bold'><o:p> </o:p> </span></font></b></=
p>
</div>
</body>
</html>
------_=_NextPart_001_01C87FA5.6FC61454--
|
|
|
Powered by
FUDForum. Page generated in 0.05185 seconds