Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Service Oriented Architecture Tools Platform (STP) » Re: [stp-newsgroup] xalan dependency
Re: [stp-newsgroup] xalan dependency [message #374027] Wed, 05 July 2006 16:09 Go to next message
Sebastian Carbajales is currently offline Sebastian CarbajalesFriend
Messages: 4
Registered: July 2009
Junior Member
This is a multipart message in MIME format.
--=_alternative 0058CE50852571A2_=
Content-Type: text/plain; charset="US-ASCII"

Hi David,

Yes, the dependency on org.apache.xml.utils.QName is needed. I am not
sure what this class was introduced but it is part of Xalan 2.7.0 which
is included in the supported JRE's (1.4.2 or later). What JRE have you
installed?

Regards,

Sebastian Carbajales




David Black <david.black@capeclear.com>
Sent by: stp-newsgroup-bounces@eclipse.org
07/03/2006 03:12 AM
Please respond to
"Gateway between eclipse.stp and stp-newsgroup"
<stp-newsgroup@eclipse.org>


To
stp-newsgroup@eclipse.org
cc

Subject
[stp-newsgroup] xalan dependency






Hi,

(apologies if anyone has already received this via the mailing lists, its
not clear to be whether those lists are currently in use)

I've just grabbed the latest stp code from dev.eclipse.org:/cvsroot/stp,
loaded the various projects into Eclipse 3.2 (callisto rc7). I'm seeing
a few build errors, including:

org.apache.xml.utils.QName cannot be resolved to a type

in the org.eclipse.stp.core.saf.ui plugin. Is this supposed to be in
there?
If so, which version of xalan is being used, am I missing a plugin?

thanks

---------------------------------------
David Black
Cape Clear Software


_______________________________________________
stp-newsgroup mailing list
stp-newsgroup@eclipse.org
https://dev.eclipse.org/mailman/listinfo/stp-newsgroup


--=_alternative 0058CE50852571A2_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">Hi David,</font>
<br>
<br><font size=2 face="sans-serif">Yes, the dependency on &nbsp;</font><tt><font size=2>org.apache.xml.utils.QName</font></tt><font size=2 face="sans-serif">
is needed. &nbsp;I am not sure what this class was introduced but it is
part of Xalan 2.7.0 &nbsp;which is included in the supported JRE's (1.4.2
or later). &nbsp;What JRE have you installed? </font>
<br><font size=2 face="sans-serif"><br>
Regards,<br>
<br>
Sebastian Carbajales</font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>David Black &lt;david.black@capeclear.com&gt;</b>
</font>
<br><font size=1 face="sans-serif">Sent by: stp-newsgroup-bounces@eclipse.org</font>
<p><font size=1 face="sans-serif">07/03/2006 03:12 AM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
&quot;Gateway between eclipse.stp and stp-newsgroup&quot; &lt;stp-newsgroup@eclipse.org&gt;</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">stp-newsgroup@eclipse.org</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">[stp-newsgroup] xalan dependency</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><tt><font size=2>Hi,<br>
<br>
(apologies if anyone has already received this via the mailing lists, its
<br>
not clear to be whether those lists are currently in use)<br>
<br>
I've just grabbed the latest stp code from dev.eclipse.org:/cvsroot/stp,
<br>
loaded the various projects into &nbsp;Eclipse 3.2 (callisto rc7). I'm
seeing <br>
a few build errors, including:<br>
<br>
org.apache.xml.utils.QName cannot be resolved to a type<br>
<br>
in the org.eclipse.stp.core.saf.ui plugin. Is this supposed to be in there?
<br>
If so, which version of xalan is being used, am I missing a plugin?<br>
<br>
thanks<br>
<br>
---------------------------------------<br>
David Black<br>
Cape Clear Software<br>
<br>
<br>
_______________________________________________<br>
stp-newsgroup mailing list<br>
stp-newsgroup@eclipse.org<br>
https://dev.eclipse.org/mailman/listinfo/stp-newsgroup<br>
</font></tt>
<br>
--=_alternative 0058CE50852571A2_=--
Re: [stp-newsgroup] xalan dependency [message #374028 is a reply to message #374027] Wed, 05 July 2006 16:46 Go to previous message
David Black is currently offline David BlackFriend
Messages: 14
Registered: July 2009
Junior Member
Hi Sebastian,

Thanks for the reply.

In JDK/JRE 1.4.2 xalan is included in the rt.jar. I am actually using 1.5
(precisely: 1.5.0_06) to run Eclipse and compile against (but with 1.4 compliance
level), and there it is not included in rt.jar. A quick look through other
jars and I don't see it. Hmm, has it been moved/removed in 1.5 ?

regards
David

> Hi David,
>
> Yes, the dependency on org.apache.xml.utils.QName is needed. I am
> not sure what this class was introduced but it is part of Xalan 2.7.0
> which is included in the supported JRE's (1.4.2 or later). What JRE
> have you installed?
>
> Regards,
>
> Sebastian Carbajales
>
> David Black <david.black@capeclear.com>
> Sent by: stp-newsgroup-bounces@eclipse.org
> 07/03/2006 03:12 AM
> Please respond to
> "Gateway between eclipse.stp and stp-newsgroup"
> <stp-newsgroup@eclipse.org>
> To
> stp-newsgroup@eclipse.org
> cc
> Subject
> [stp-newsgroup] xalan dependency
> Hi,
>
> (apologies if anyone has already received this via the mailing lists,
> its not clear to be whether those lists are currently in use)
>
> I've just grabbed the latest stp code from
> dev.eclipse.org:/cvsroot/stp, loaded the various projects into
> Eclipse 3.2 (callisto rc7). I'm seeing a few build errors, including:
>
> org.apache.xml.utils.QName cannot be resolved to a type
>
> in the org.eclipse.stp.core.saf.ui plugin. Is this supposed to be in
> there? If so, which version of xalan is being used, am I missing a
> plugin?
>
> thanks
>
> ---------------------------------------
> David Black
> Cape Clear Software
> _______________________________________________
> stp-newsgroup mailing list
> stp-newsgroup@eclipse.org
> https://dev.eclipse.org/mailman/listinfo/stp-newsgroup
Re: [stp-newsgroup] xalan dependency [message #580894 is a reply to message #374027] Wed, 05 July 2006 16:46 Go to previous message
David Black is currently offline David BlackFriend
Messages: 14
Registered: July 2009
Junior Member
Hi Sebastian,

Thanks for the reply.

In JDK/JRE 1.4.2 xalan is included in the rt.jar. I am actually using 1.5
(precisely: 1.5.0_06) to run Eclipse and compile against (but with 1.4 compliance
level), and there it is not included in rt.jar. A quick look through other
jars and I don't see it. Hmm, has it been moved/removed in 1.5 ?

regards
David

> Hi David,
>
> Yes, the dependency on org.apache.xml.utils.QName is needed. I am
> not sure what this class was introduced but it is part of Xalan 2.7.0
> which is included in the supported JRE's (1.4.2 or later). What JRE
> have you installed?
>
> Regards,
>
> Sebastian Carbajales
>
> David Black <david.black@capeclear.com>
> Sent by: stp-newsgroup-bounces@eclipse.org
> 07/03/2006 03:12 AM
> Please respond to
> "Gateway between eclipse.stp and stp-newsgroup"
> <stp-newsgroup@eclipse.org>
> To
> stp-newsgroup@eclipse.org
> cc
> Subject
> [stp-newsgroup] xalan dependency
> Hi,
>
> (apologies if anyone has already received this via the mailing lists,
> its not clear to be whether those lists are currently in use)
>
> I've just grabbed the latest stp code from
> dev.eclipse.org:/cvsroot/stp, loaded the various projects into
> Eclipse 3.2 (callisto rc7). I'm seeing a few build errors, including:
>
> org.apache.xml.utils.QName cannot be resolved to a type
>
> in the org.eclipse.stp.core.saf.ui plugin. Is this supposed to be in
> there? If so, which version of xalan is being used, am I missing a
> plugin?
>
> thanks
>
> ---------------------------------------
> David Black
> Cape Clear Software
> _______________________________________________
> stp-newsgroup mailing list
> stp-newsgroup@eclipse.org
> https://dev.eclipse.org/mailman/listinfo/stp-newsgroup
Previous Topic:Re: [stp-newsgroup] xalan dependency
Next Topic:Re: [stp-newsgroup] xalan dependency
Goto Forum:
  


Current Time: Thu Apr 18 22:53:59 GMT 2024

Powered by FUDForum. Page generated in 0.02053 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top