You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Christopher Elkins <ce...@scardini.com> on 2000/06/06 06:44:29 UTC

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

> > 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: [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