Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stp-dev] Build failures in stp (SAF)

Ah, Thanks Sebastian, I think the map files still pre-date that fix so that is why we are seeing those errors. Would you object if I updated them to HEAD for the time being so we would be building the latest version of the core stuff?

Cheers,
Adrian.

Sebastian Carbajales wrote:

Hi all,

The dependency on org.apache.xml.utils.QName was removed by bug 149833 back on July 16th. I just checked the repository to confirm. Where is this plugin being pulled from?

Regards,

Sebastian Carbajales, P.Eng
------------------------------------------------------------------------------
Advisory Software Engineer, Business Integration Tooling
IBM Canada Ltd.
8200 Warden Avenue D3/KWF
Markham, Ontario, L6G 1C7

E-mail:   sebastia@xxxxxxxxxx
Phone:   (905) 413-2577
TieLine: 969-2577
------------------------------------------------------------------------------


*"Hurley, Oisin" <oisin.hurley@xxxxxxxx>*
Sent by: stp-dev-bounces@xxxxxxxxxxx

11/20/2006 10:09 AM
Please respond to
STP Dev list <stp-dev@xxxxxxxxxxx>


	
To
	"STP Dev list" <stp-dev@xxxxxxxxxxx>
cc
	
Subject
	RE: [stp-dev] Build failures in stp (SAF)


	





 >There's a few compilation failures in the stp code that need
 >to be addressed as a matter or urgency. Looking for volunteers
 >to fix 5 compilation errors in org.eclipse.stp.core.saf.ui_1.0.0.

This brings up another question :) The Qname class is in JDK 5,
but not in JDK 1.4, hence the requirement for the Apache XML
material. Should we say we'll be shipping with JDK 5 only, or
should we make sure that we can do 1.4 and 5.0? I guess the
best thing for us would be to limit our ship to 5.0, especially
since we will be considering Java technologies in service
creation and core that depend on the presence of Java
annotations.

regards
 Oisin
_______________________________________________
stp-dev mailing list
stp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/stp-dev


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

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


Back to the top