Thanks - I was just trying to figure out how to invoke cup! -----Original Message----- From: Jeff Lansing [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 2:26 PM To: [EMAIL PROTECTED] Subject: Re: (newbie) undefined symbols XPathParser & XPathLexer in org.apache.xalan.xsltc.compiler.Parser Hi, I had that problem too, until I realized that these files are built from the grammar by java_cup and JLex. run build xsltc.jar to make them. Jeff John Howard wrote: > Hi all, > > (From a fresh check-out) it would appear that the former should be > org.apache.xpath.compiler.XPathParser but the closest thing I can see around > for the latter is org.apache.xpath.compiler.Lexer. > > The last change to org.apache.xalan.xsltc.compiler.Parser appears to be > 2001/6/17 12:23:30 whereas org.apache.xpath.compiler.XPathParser is > 2001/6/12 19:16:30. Are everyone's sources up-to-date and compiling? > > cheers, > > john
