On Fri, 4 Dec 2009, Atsuo Ishimoto wrote:
On Fri, Dec 4, 2009 at 2:54 AM, Andi Vajda <va...@apache.org> wrote:In your example above, it looks like you're missing one or more --package statements to let JCC generate wrappers for SAXException and ContentHandler.Thank you, Andi. Now it works. In my example, org.xml.sax.SAXException was generated and I stupidly assumed JCC automagically generated org.xml.sax.ContentHandler for me too. Thanks for your help.
Excellent ! You're welcome. Andi..