Re: xerces and xalan dependencies

2009-04-30 Thread Mark Hindess
In message 3b3f27c60904291750s2ac0530fib707c1c34e964...@mail.gmail.com, Nathan Beyer writes: I've been thinking about how we consume Xerces and Xalan, especially since we've had to do some of the more recent modifications to the build scripts to manipulate the JARs and archives in various

Re: xerces and xalan dependencies

2009-04-30 Thread Tony Wu
On Thu, Apr 30, 2009 at 3:19 PM, Mark Hindess mark.hind...@googlemail.com wrote: In message 3b3f27c60904291750s2ac0530fib707c1c34e964...@mail.gmail.com, Nathan Beyer writes: I've been thinking about how we consume Xerces and Xalan, especially since we've had to do some of the more recent

Re: Jar tool?

2009-04-30 Thread Tim Ellison
Nathan Beyer wrote: If you are thinking about doing some work, I'd suggest check out the contributor policy [1] and get some of the paper work filled out (ICLA and ACQ). These aren't blockers to starting, but something that needs to be done eventually. ( BTW I suggest that they would block us

Re: xerces and xalan dependencies

2009-04-30 Thread Tim Ellison
Tony Wu wrote: On Thu, Apr 30, 2009 at 3:19 PM, Mark Hindess mark.hind...@googlemail.com wrote: In message 3b3f27c60904291750s2ac0530fib707c1c34e964...@mail.gmail.com, Nathan Beyer writes: I've been thinking about how we consume Xerces and Xalan, especially since we've had to do some of the

Re: [general] Building on Fedora 10

2009-04-30 Thread Tim Ellison
Andrew Myers wrote: I've created this at http://wiki.apache.org/harmony/DevConfiguration_Fedora10 Cool, thanks for sticking with it Andrew! The instructions look fine. Regards, Tim

[general] Notice and license files

2009-04-30 Thread Tim Ellison
As you know, we have a third party license file [1] that contains required licenses and attributions for Harmony's dependencies. We include this file in our distributions, but it is not conventional to have such a file in Apache downloads, they are normally included in the LICENSE or NOTICE or

Re: xerces and xalan dependencies

2009-04-30 Thread Nathan Beyer
On Thu, Apr 30, 2009 at 3:19 AM, Tim Ellison t.p.elli...@gmail.com wrote: Tony Wu wrote: On Thu, Apr 30, 2009 at 3:19 PM, Mark Hindess mark.hind...@googlemail.com wrote: In message 3b3f27c60904291750s2ac0530fib707c1c34e964...@mail.gmail.com, Nathan Beyer writes: I've been thinking about how

Re: xerces and xalan dependencies

2009-04-30 Thread Jesse Wilson
2009/4/29 Alexei Fedotov alexei.fedo...@gmail.com Also it needs checking why Android uses different XML parsers (maybe we can switch to better ones as well?) Harmony's XML stack is quite large. We Androids created our own implementation that omits features like XSLT. Our code is built on

JAXB / JAXWS / StAX (Re: xerces and xalan dependencies)

2009-04-30 Thread Davanum Srinivas
Since we have started talking about stuff inside Java6. For StAX, can we use woodstox - http://woodstox.codehaus.org/ For JAXB, we dont' have any other choice other than JAXB RI - https://jaxb.dev.java.net/ - Would CDDL be acceptable? Bringing up StAX and JAXB, since JAX-WS needs both. For

Re: Float/Double comparison performance

2009-04-30 Thread Tim Ellison
Ian Rogers wrote: The 1st thing is that comparing floats for less-than or greater-than won't return true if one of the values is NaN, so it's easy to dispatch those most common cases first (and also avoid any float to int conversions which are painful as you need to shuffle float registers to

Re: JAXB / JAXWS / StAX (Re: xerces and xalan dependencies)

2009-04-30 Thread Tim Ellison
Davanum Srinivas wrote: Since we have started talking about stuff inside Java6. For StAX, can we use woodstox - http://woodstox.codehaus.org/ I see that is dual license, including ALv2 so that's a contender. For JAXB, we dont' have any other choice other than JAXB RI -