RE: XMLGrammarBuilder NullPointerException

2003-05-05 Thread Neil Graham
| | cc: | | Subject: RE: XM

RE: XMLGrammarBuilder NullPointerException

2003-05-05 Thread Andrew Fleet
Thanks Neil, can I use the manifest file Rev 1.1 from CVS? Andy -Original Message- From: Neil Graham [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2003 10:29 AM To: [EMAIL PROTECTED] Subject: RE: XMLGrammarBuilder NullPointerException Hi Andrew, You'll hate this, but you

RE: XMLGrammarBuilder NullPointerException

2003-05-05 Thread Neil Graham
:C:/xerces/xerces-2_4_0/build.xml:250: Warning: Could not find file C:\xerces\xerces-2_4_0\src\m anifest.xerces to copy. -Original Message- From: Elena Litani [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2003 7:33 AM To: [EMAIL PROTECTED] Subject: Re: XMLGrammarBuilder NullPointerExcepti

RE: XMLGrammarBuilder NullPointerException

2003-05-05 Thread Andrew Fleet
es/xerces-2_4_0/build.xml:250: Warning: Could not find file C:\xerces\xerces-2_4_0\src\m anifest.xerces to copy. -Original Message- From: Elena Litani [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2003 7:33 AM To: [EMAIL PROTECTED] Subject: Re: XMLGrammarBuilder NullPointerException And

Re: XMLGrammarBuilder NullPointerException

2003-04-30 Thread Elena Litani
Andrew Fleet wrote: > do you have a sense for when this will be generally available on the > download site Probably in the end of June. >- I've never used CVS! It is easy to extract code from CVS (module: xml-xerces/java [1]) and building it using ant's "build jars" target. [1] http://xml

RE: XMLGrammarBuilder NullPointerException

2003-04-29 Thread Andrew Fleet
| xerces-j-user| | || |-+> >--- --| | | | To: [EMAIL PROTECTED] | | cc: | | Subject: Re: XML

Re: XMLGrammarBuilder NullPointerException

2003-04-29 Thread Neil Graham
To: [EMAIL PROTECTED] | | cc: | | Subject: Re: XMLGramm

Re: XMLGrammarBuilder NullPointerException

2003-04-29 Thread K. Venugopal
Hi Andy , I am not getting null pointer exception with latest code in CVS. It seems problem is fixed . Regards venu Andrew Fleet wrote: Hi, this may be a simple usage issue, but I'm trying to use XMLGrammarBuilder for validation of an instance document against a schema. I'm using the following c