PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2922 *** shadow/2922 Tue Jul 31 08:34:02 2001 --- shadow/2922.tmp.12091 Tue Jul 31 08:34:02 2001 *************** *** 0 **** --- 1,46 ---- + +============================================================================+ + | get error null compiling | + +----------------------------------------------------------------------------+ + | Bug #: 2922 Product: XalanJ2 | + | Status: NEW Version: CurrentCVS | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: Other Component: org.apache.xalan.xsltc | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + This is a recent regression. Here's the error. The files needed to reproduce the + bug will be attached. + + apxsltc -x entriesout.xsl + java.lang.NullPointerException + at + org.apache.xalan.xsltc.compiler.VariableBase.unmapRegister(VariableBase.java:130) + at + +org.apache.xalan.xsltc.compiler.SyntaxTreeNode.translateContents(SyntaxTreeNode.java:380) + at org.apache.xalan.xsltc.compiler.If.translate(If.java:148) + at + +org.apache.xalan.xsltc.compiler.SyntaxTreeNode.translateContents(SyntaxTreeNode.java:367) + at org.apache.xalan.xsltc.compiler.Template.translate(Template.java:348) + at + org.apache.xalan.xsltc.compiler.TopLevelElement.compile(TopLevelElement.java:94) + at + org.apache.xalan.xsltc.compiler.Mode.compileNamedTemplate(Mode.java:282) + at org.apache.xalan.xsltc.compiler.Mode.compileTemplates(Mode.java:298) + at + org.apache.xalan.xsltc.compiler.Mode.compileApplyTemplates(Mode.java:569) + at + org.apache.xalan.xsltc.compiler.Stylesheet.compileModes(Stylesheet.java:359) + at + org.apache.xalan.xsltc.compiler.Stylesheet.translate(Stylesheet.java:456) + at org.apache.xalan.xsltc.compiler.XSLTC.compile(XSLTC.java:307) + at org.apache.xalan.xsltc.compiler.XSLTC.compile(XSLTC.java:218) + at org.apache.xalan.xsltc.compiler.XSLTC.compile(XSLTC.java:337) + at org.apache.xalan.xsltc.cmdline.Compile.main(Compile.java:160) + Compile errors: + null
