You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by Jeffrey Rodriguez <je...@hotmail.com> on 2000/06/06 05:18:36 UTC

Xerces 1.1.1 release announcement

Hi,

This note is to announce the availability of the Xerces 1.1.1 release.

This is an interim source and binary release, and incorporates the
following:

- Added Schema include/import
- Performance tuning
- Added Ant support to build process
- Re-architecture Schema datatypes
- Re-organized docs directory to get FOP to work.
- Fixed Dynamic validation bug.
- Fixed Grammar access bug.
- Fixed Miscellaneous bugs.
- Added JAXP to build, updated JAXP files.
- Added a DOM from scratch and Serializer sample.
- Fixed NodeImpl supports nullpointer bug in Samples.
- Fixed a bug in clonning default attribute.

You can download the release from http://xml.apache.org/dist/xerces-j/

Check files marked with  "Latest source" and "Latest binaries" labels.

We will attempt another release a week from now.

Thanks,

           Jeffrey Rodriguez
           IBM Cupertino
           XML Development




________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


Re: [PATCH] Makefile for src/org/apache/xerces/jaxp

Posted by James Duncan Davidson <ja...@eng.sun.com>.
on 6/6/00 11:57 AM, Mike Pogue at mpogue@apache.org wrote:

> Perhaps one of the Sun folks could contribute this, but they are pretty busy
> with Java One this week....   So, please be patient!

I'll look into this. Of course it's not hard to use JAXP. Grab the spec if
you want an example (it's a small spec!)

.duncan


Re: [PATCH] Makefile for src/org/apache/xerces/jaxp

Posted by Mike Pogue <mp...@apache.org>.
You are a troublemaker!  :-) :-)

Mike

Christopher Elkins wrote:
> 
> > Perhaps one of the Sun folks could contribute this, but they are pretty busy
> with
> > Java One this week....   So, please be patient!
> >
> > Mike
> >
> Of course, there are some examples in the JAXP download. But let's not get
> started on licensing issues again. ;-)
> 
> --
> Christopher Elkins
> 
> > Arnaud Le Hors wrote:
> > >
> > > Alright, my mistake, I forgot to check in a couple of Makefiles. It's
> > > fixed in CVS now.
> > > If anyone had a basic JAXP example to contribute to the project that
> > > would be nice. You can simply send it to me and I'll checked it in.
> > > Thanks.
> > > --
> > > Arnaud  Le Hors - IBM Cupertino, XML Technology Group
> > >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-j-dev-help@xml.apache.org

Re: [PATCH] Makefile for src/org/apache/xerces/jaxp

Posted by Mike Pogue <mp...@apache.org>.
Yep.  If you (an authorized Sun employee) contribute them, then all is well.  
If somebody just grabs Sun's example code, and checks it in, then all is not well!  :-)

Mike

James Duncan Davidson wrote:
> 
> on 6/6/00 12:02 PM, Christopher Elkins at celkins@scardini.com wrote:
> 
> >> Perhaps one of the Sun folks could contribute this, but they are pretty busy
> >> with Java One this week....   So, please be patient!
> >>
> >> Mike
> >>
> > Of course, there are some examples in the JAXP download. But let's not get
> > started on licensing issues again. ;-)
> 
> Ha ha ha.
> 
> Anything that we check into an ASF repository under the ASF license is just
> that -- covered by the ASF license.
> 
> I ought to go grab our examples and check them in under ASF license just to
> make a point.
> 
> .duncan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-j-dev-help@xml.apache.org

Re: [PATCH] Makefile for src/org/apache/xerces/jaxp

Posted by James Duncan Davidson <ja...@eng.sun.com>.
on 6/6/00 12:02 PM, Christopher Elkins at celkins@scardini.com wrote:

>> Perhaps one of the Sun folks could contribute this, but they are pretty busy
>> with Java One this week....   So, please be patient!
>> 
>> Mike
>> 
> Of course, there are some examples in the JAXP download. But let's not get
> started on licensing issues again. ;-)

Ha ha ha.

Anything that we check into an ASF repository under the ASF license is just
that -- covered by the ASF license.

I ought to go grab our examples and check them in under ASF license just to
make a point.

.duncan


Re: [PATCH] Makefile for src/org/apache/xerces/jaxp

Posted by Christopher Elkins <ce...@scardini.com>.
> Perhaps one of the Sun folks could contribute this, but they are pretty busy
with
> Java One this week....   So, please be patient!
>
> Mike
>
Of course, there are some examples in the JAXP download. But let's not get
started on licensing issues again. ;-)

--
Christopher Elkins

> Arnaud Le Hors wrote:
> >
> > Alright, my mistake, I forgot to check in a couple of Makefiles. It's
> > fixed in CVS now.
> > If anyone had a basic JAXP example to contribute to the project that
> > would be nice. You can simply send it to me and I'll checked it in.
> > Thanks.
> > --
> > Arnaud  Le Hors - IBM Cupertino, XML Technology Group
> >




Re: [PATCH] Makefile for src/org/apache/xerces/jaxp

Posted by Mike Pogue <mp...@apache.org>.
Perhaps one of the Sun folks could contribute this, but they are pretty busy with
Java One this week....   So, please be patient!  

Mike

Arnaud Le Hors wrote:
> 
> Alright, my mistake, I forgot to check in a couple of Makefiles. It's
> fixed in CVS now.
> If anyone had a basic JAXP example to contribute to the project that
> would be nice. You can simply send it to me and I'll checked it in.
> Thanks.
> --
> Arnaud  Le Hors - IBM Cupertino, XML Technology Group
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-j-dev-help@xml.apache.org

Re: [PATCH] Makefile for src/org/apache/xerces/jaxp

Posted by Arnaud Le Hors <le...@jtcsv.com>.
Alright, my mistake, I forgot to check in a couple of Makefiles. It's
fixed in CVS now.
If anyone had a basic JAXP example to contribute to the project that
would be nice. You can simply send it to me and I'll checked it in.
Thanks.
-- 
Arnaud  Le Hors - IBM Cupertino, XML Technology Group

[PATCH] Makefile for src/org/apache/xerces/jaxp

Posted by Christopher Elkins <ce...@scardini.com>.
> > JAXP finally!
> >
> > Jeffrey Rodriguez wrote:
> >
> > > Hi,
> > >
> > > This note is to announce the availability of the Xerces 1.1.1 release.
> > >
> >
>
> JAXP? Perhaps not. :-(
>
> Using this Xerces release and Ant from CVS, I'm getting the following error:
>
> Buildfile: .\src\build.xml
> Exception in thread "main" javax.xml.parsers.FactoryConfigurationError: Cannot
> load class SAXParserFactory class
"org.apache.xerces.jaxp.SAXParserFactoryImpl"
>         at
> javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:153)
>         at
> org.apache.tools.ant.ProjectHelper.getParserFactory(ProjectHelper.java:513)
>         at org.apache.tools.ant.ProjectHelper.parse(ProjectHelper.java:102)
>         at
> org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:86)
>         at org.apache.tools.ant.Main.runBuild(Main.java:228)
>         at org.apache.tools.ant.Main.main(Main.java:191)
>
> Sure enough, there is no org.apache.xerces.jaxp.SAXParserFactoryImpl in
> xerces.jar. However, it is there if you build xerces from CVS.
>
I found the problem - no Makefile in src/org/apache/xerces/jaxp. See attached.

 --
Christopher Elkins


Re: Xerces 1.1.1 release announcement

Posted by Christopher Elkins <ce...@scardini.com>.
> JAXP finally!
>
> Jeffrey Rodriguez wrote:
>
> > Hi,
> >
> > This note is to announce the availability of the Xerces 1.1.1 release.
> >
>

JAXP? Perhaps not. :-(

Using this Xerces release and Ant from CVS, I'm getting the following error:

Buildfile: .\src\build.xml
Exception in thread "main" javax.xml.parsers.FactoryConfigurationError: Cannot
load class SAXParserFactory class "org.apache.xerces.jaxp.SAXParserFactoryImpl"
        at
javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:153)
        at
org.apache.tools.ant.ProjectHelper.getParserFactory(ProjectHelper.java:513)
        at org.apache.tools.ant.ProjectHelper.parse(ProjectHelper.java:102)
        at
org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:86)
        at org.apache.tools.ant.Main.runBuild(Main.java:228)
        at org.apache.tools.ant.Main.main(Main.java:191)

Sure enough, there is no org.apache.xerces.jaxp.SAXParserFactoryImpl in
xerces.jar. However, it is there if you build xerces from CVS.

--
Christopher Elkins




Re: Xerces 1.1.1 release announcement

Posted by Wong Kok Wai <wo...@pacific.net.sg>.
JAXP finally!

Jeffrey Rodriguez wrote:

> Hi,
>
> This note is to announce the availability of the Xerces 1.1.1 release.
>


Re: Xerces 1.1.1 release announcement

Posted by Wong Kok Wai <wo...@pacific.net.sg>.
JAXP finally!

Jeffrey Rodriguez wrote:

> Hi,
>
> This note is to announce the availability of the Xerces 1.1.1 release.
>