You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2006/06/01 15:27:29 UTC

[jira] Created: (HARMONY-548) upgrade to xerces 2.8.0 and xalan 2.7.0

upgrade to xerces 2.8.0 and xalan 2.7.0
---------------------------------------

         Key: HARMONY-548
         URL: http://issues.apache.org/jira/browse/HARMONY-548
     Project: Harmony
        Type: Improvement

  Components: Classlib  
    Reporter: Mark Hindess
    Priority: Minor


I've tested the upgrade and all the tests work.  I will attach a patch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Updated: (HARMONY-548) upgrade to xerces 2.8.0 and xalan 2.7.0

Posted by Tim Ellison <t....@gmail.com>.
Dmitry M. Kononov wrote:
> Hi Tim,
> 
> On 6/6/06, Tim Ellison <t....@gmail.com> wrote:
>> Dmitry M. Kononov wrote:
>> > I noticed that the xalan.jar 2.7.0 from the ibiblio site does not
>> > contain the BCEL at all. However, a lot of xalan's classes (maybe even
>> > all) depend on it.
>> >
>> > Are you going to add the BCEL to the list of dependencies separately?
>>
>> Can you explain why we need BCEL?  (All the Harmony tests pass fine with
>> the new Xalan version as it is)
> 
> I am not sure that we really need it at the moment. We do not need it
> unless we want to use the XSLTC compiler which is a part of xalan.jar and
> depends on BCEL.
> 
> The reason why I asked is a wish to be sure that I could use the BCEL
> version
> later than 5.0, that is included into xalan.jar usually. For example,
> I would like to
> use BCEL 5.1 or later in some tool. But, can I be sure that the next
> upgrade of the xalan
> will not include the old version of the BCEL again as it was in the
> xalan.jar version 2.6?

You would have to ask the Xalan team for their plans; however, I would
imagine that their inclusion of BCEL is for their own internal
implementation and not as a supported API for the xalan.jar.  Probably
best if you put your dependency on BCEL directly.

Regards,
Tim
-- 

Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [jira] Updated: (HARMONY-548) upgrade to xerces 2.8.0 and xalan 2.7.0

Posted by "Dmitry M. Kononov" <dm...@gmail.com>.
Hi Tim,

On 6/6/06, Tim Ellison <t....@gmail.com> wrote:
> Dmitry M. Kononov wrote:
> > I noticed that the xalan.jar 2.7.0 from the ibiblio site does not
> > contain the BCEL at all. However, a lot of xalan's classes (maybe even
> > all) depend on it.
> >
> > Are you going to add the BCEL to the list of dependencies separately?
>
> Can you explain why we need BCEL?  (All the Harmony tests pass fine with
> the new Xalan version as it is)

I am not sure that we really need it at the moment. We do not need it
unless we want to use the XSLTC compiler which is a part of xalan.jar and
depends on BCEL.

The reason why I asked is a wish to be sure that I could use the BCEL version
later than 5.0, that is included into xalan.jar usually. For example,
I would like to
use BCEL 5.1 or later in some tool. But, can I be sure that the next
upgrade of the xalan
will not include the old version of the BCEL again as it was in the
xalan.jar version 2.6?

Thanks.
-- 
Dmitry M. Kononov
Intel Managed Runtime Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [jira] Updated: (HARMONY-548) upgrade to xerces 2.8.0 and xalan 2.7.0

Posted by Tim Ellison <t....@gmail.com>.
Dmitry M. Kononov wrote:
> Hi Mark,
> 
> On 6/1/06, Mark Hindess (JIRA) <ji...@apache.org> wrote:
>>     [ http://issues.apache.org/jira/browse/HARMONY-548?page=all ]
>>
>> Mark Hindess updated HARMONY-548:
>> ---------------------------------
>>
>>    Attachment: xalan.and.xerces.upgrade.diff
>>
>> In addition to the patch, the svn:ignore properties on depends/jars
>> will need to be updated to remove:
>>
>>  xalan-j_2.6.0
>>  xerces_2.6.2
>>
>> and add:
>>
>>  xalan-j_2.7.0
>>  xerces_2.8.0
> 
> I noticed that the xalan.jar 2.7.0 from the ibiblio site does not
> contain the BCEL at all. However, a lot of xalan's classes (maybe even
> all) depend on it.
> 
> Are you going to add the BCEL to the list of dependencies separately?

Can you explain why we need BCEL?  (All the Harmony tests pass fine with
the new Xalan version as it is)

Regards,
Tim


-- 

Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [jira] Updated: (HARMONY-548) upgrade to xerces 2.8.0 and xalan 2.7.0

Posted by "Dmitry M. Kononov" <dm...@gmail.com>.
Hi Mark,

On 6/1/06, Mark Hindess (JIRA) <ji...@apache.org> wrote:
>     [ http://issues.apache.org/jira/browse/HARMONY-548?page=all ]
>
> Mark Hindess updated HARMONY-548:
> ---------------------------------
>
>    Attachment: xalan.and.xerces.upgrade.diff
>
> In addition to the patch, the svn:ignore properties on depends/jars will need to be updated to remove:
>
>  xalan-j_2.6.0
>  xerces_2.6.2
>
> and add:
>
>  xalan-j_2.7.0
>  xerces_2.8.0

I noticed that the xalan.jar 2.7.0 from the ibiblio site does not
contain the BCEL at all. However, a lot of xalan's classes (maybe even
all) depend on it.

Are you going to add the BCEL to the list of dependencies separately?

Thanks.
-- 
Dmitry M. Kononov
Intel Managed Runtime Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [jira] Updated: (HARMONY-548) upgrade to xerces 2.8.0 and xalan 2.7.0

Posted by "Dmitry M. Kononov" <dm...@gmail.com>.
Hi Mark,

On 6/1/06, Mark Hindess (JIRA) <ji...@apache.org> wrote:
>     [ http://issues.apache.org/jira/browse/HARMONY-548?page=all ]
>
> Mark Hindess updated HARMONY-548:
> ---------------------------------
>
>    Attachment: xalan.and.xerces.upgrade.diff
>
> In addition to the patch, the svn:ignore properties on depends/jars will need to be updated to remove:
>
>  xalan-j_2.6.0
>  xerces_2.6.2
>
> and add:
>
>  xalan-j_2.7.0
>  xerces_2.8.0

I noticed that the xalan.jar 2.7.0 from the ibiblio site does not
contain the BCEL at all. However, a lot of xalan's classes (maybe even
all) depend on it.

Are you going to add the BCEL to the list of dependencies separately?

Thanks.
-- 
Dmitry M. Kononov
Intel Managed Runtime Division

[jira] Assigned: (HARMONY-548) upgrade to xerces 2.8.0 and xalan 2.7.0

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-548?page=all ]

Tim Ellison reassigned HARMONY-548:
-----------------------------------

    Assign To: Tim Ellison

> upgrade to xerces 2.8.0 and xalan 2.7.0
> ---------------------------------------
>
>          Key: HARMONY-548
>          URL: http://issues.apache.org/jira/browse/HARMONY-548
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: xalan.and.xerces.upgrade.diff
>
> I've tested the upgrade and all the tests work.  I will attach a patch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-548) upgrade to xerces 2.8.0 and xalan 2.7.0

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-548?page=comments#action_12414924 ] 

Mark Hindess commented on HARMONY-548:
--------------------------------------

Looks good.  Thanks Tim.

> upgrade to xerces 2.8.0 and xalan 2.7.0
> ---------------------------------------
>
>          Key: HARMONY-548
>          URL: http://issues.apache.org/jira/browse/HARMONY-548
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: xalan.and.xerces.upgrade.diff
>
> I've tested the upgrade and all the tests work.  I will attach a patch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-548) upgrade to xerces 2.8.0 and xalan 2.7.0

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-548?page=all ]

Mark Hindess updated HARMONY-548:
---------------------------------

    Attachment: xalan.and.xerces.upgrade.diff

In addition to the patch, the svn:ignore properties on depends/jars will need to be updated to remove:

  xalan-j_2.6.0
  xerces_2.6.2

and add:

  xalan-j_2.7.0
  xerces_2.8.0


> upgrade to xerces 2.8.0 and xalan 2.7.0
> ---------------------------------------
>
>          Key: HARMONY-548
>          URL: http://issues.apache.org/jira/browse/HARMONY-548
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Priority: Minor
>  Attachments: xalan.and.xerces.upgrade.diff
>
> I've tested the upgrade and all the tests work.  I will attach a patch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-548) upgrade to xerces 2.8.0 and xalan 2.7.0

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-548?page=comments#action_12414249 ] 

Mark Hindess commented on HARMONY-548:
--------------------------------------

This upgrade makes quite a positive difference to the JAPI results:

@@ -125,16 +125,16 @@
 javax.swing.undo: 100% missing
 javax.transaction: 100% good
 javax.transaction.xa: 100% good
-javax.xml: 100% missing
-javax.xml.datatype: 100% missing
-javax.xml.namespace: 100% missing
-javax.xml.parsers: 90.58% good, 9.41% missing
-javax.xml.transform: 98.93% good, 1.06% missing
-javax.xml.transform.dom: 92.3% good, 7.69% missing
+javax.xml: 100% good
+javax.xml.datatype: 99.51% good, 0.48% bad
+javax.xml.namespace: 100% good
+javax.xml.parsers: 100% good
+javax.xml.transform: 100% good
+javax.xml.transform.dom: 100% good
 javax.xml.transform.sax: 100% good
 javax.xml.transform.stream: 100% good
-javax.xml.validation: 100% missing
-javax.xml.xpath: 100% missing
+javax.xml.validation: 89.47% good, 10.52% missing
+javax.xml.xpath: 100% good
 org.ietf.jgss: 100% good
 org.omg.CORBA: 100% missing
 org.omg.CORBA.DynAnyPackage: 100% missing
@@ -164,25 +164,25 @@
 org.omg.PortableServer.portable: 100% missing
 org.omg.SendingContext: 100% missing
 org.omg.stub.java.rmi: 100% missing
-org.w3c.dom: 73.23% good, 26.76% missing
-org.w3c.dom.bootstrap: 100% missing
-org.w3c.dom.ls: 98.62% good, 1.37% bad
+org.w3c.dom: 100% good
+org.w3c.dom.bootstrap: 100% good
+org.w3c.dom.ls: 100% good
 org.w3c.dom.ranges: 100% good
 org.xml.sax: 100% good
-org.xml.sax.ext: 8.33% good, 91.66% missing
-org.xml.sax.helpers: 98.93% good, 1.06% missing
+org.xml.sax.ext: 100% good
+org.xml.sax.helpers: 100% good



> upgrade to xerces 2.8.0 and xalan 2.7.0
> ---------------------------------------
>
>          Key: HARMONY-548
>          URL: http://issues.apache.org/jira/browse/HARMONY-548
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Priority: Minor
>  Attachments: xalan.and.xerces.upgrade.diff
>
> I've tested the upgrade and all the tests work.  I will attach a patch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (HARMONY-548) upgrade to xerces 2.8.0 and xalan 2.7.0

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-548?page=all ]
     
Tim Ellison closed HARMONY-548:
-------------------------------


Verified by Mark.


> upgrade to xerces 2.8.0 and xalan 2.7.0
> ---------------------------------------
>
>          Key: HARMONY-548
>          URL: http://issues.apache.org/jira/browse/HARMONY-548
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: xalan.and.xerces.upgrade.diff
>
> I've tested the upgrade and all the tests work.  I will attach a patch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HARMONY-548) upgrade to xerces 2.8.0 and xalan 2.7.0

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-548?page=all ]
     
Tim Ellison resolved HARMONY-548:
---------------------------------

    Resolution: Fixed

Thanks Mark,

Patch applied at repo revision r411819.

Please check that the patch was applied as you expected.


> upgrade to xerces 2.8.0 and xalan 2.7.0
> ---------------------------------------
>
>          Key: HARMONY-548
>          URL: http://issues.apache.org/jira/browse/HARMONY-548
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: xalan.and.xerces.upgrade.diff
>
> I've tested the upgrade and all the tests work.  I will attach a patch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira