I have changed the few cases of uri Strings to use java.net.URI instead.
I'm not ignoring the java 1.3 discussion. Just wanted to get some
consistency in the API for M2, and there were fewer changes that way round.

I had to make some changes in DOMUtils to get URI working, which will do
for now. If we decide to stick with 1.42 I'll improve the code later.

I tried compiling Woden with Sun jre 1.3.1. The were two types of error:

1) java.net.URI (as expected)

2) The constructor Locale(String lang) is undefined on the Locale class in
j2se 1.3.
The solution to this was to use Locale(localeLanguage, "") - i.e. empty
string for the country code, compatible with jre 1.42 too.


John Kaputin



                                                                           
             Lawrence Mandel                                               
             <[EMAIL PROTECTED]                                             
             om>                                                        To 
                                       [email protected]             
             28/10/2005 04:18                                           cc 
                                                                           
                                                                   Subject 
             Please respond to         Re: Java level supported by Woden   
                 woden-dev                                                 
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           





Thought I should add that Eclipse WTP will need support for 1.4 and newer
JREs. WTP does not require support for 1.3.

Lawrence


                                                                           
 John Kaputin <[EMAIL PROTECTED]>                                         
                                                                           
                                                                        To 
 10/27/2005 06:08 PM                               [email protected] 
                                                                        cc 
                                                                           
            Please respond to                                      Subject 
                woden-dev                          Java level supported by 
                                                   Woden                   
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           





>Interesting point Dims. I don't think we've discussed the level of the JRE
that Woden will support. .
>
>Does anyone have a problem requiring a 1.4 JRE?
>
>Lawrence

+1 for java 1.4.

I have only tested so far with 1.4 and 1.5.  As 1.5 is already available
and 1.4 is already 'old' (but still common), might we risk constraining
Woden in the future if we start off with back level support to 1.3.

John Kaputin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to