Hi Paul,
Paul Cunningham wrote:
> Bharath,
>
> Looks good to me. Just a couple of other things/questions ...
>
> 1. usr/src/lib/jaxb/install-sfw
> You could indent line 82 ...
> 79 for i in ${JAXB_JARS}
> 80 do
> 81
> 82 _install N ${JAXBDIR}/lib/${i} ${JARDIR}/${i} 444
> 83
> 84 done
>
Done
> Question: The jar file jsr173_1.0_api.jar, is the 1.0 some
> sort of version number ? Does this jar file get built from
> scratch and if so why is it 1.0 rather than 2.1.11 ? If it
> is not built from scratch are you allowed to install it?
> Also, what is the 173 number ?
>
The 173 is the JSR number which is an implementation of Streaming APIs
for XML. This jar is coming as part of the JAXB sources. I will check
with the C-team.
Thanks
Bharath