You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Wayne Fay <wa...@gmail.com> on 2006/11/01 22:24:10 UTC

Troubles with jspc-maven-plugin 1.4.6

Having some troubles with the JSPC plugin on just -one- of our
developer machines. Its completely bizarre... Hoping perhaps someone
else has run into this and knows how to resolve it.

[INFO] Built File: \error.jsp
[INFO] Built File: \header.jsp
[INFO] Built File: \index.jsp
[INFO] Built File: \logout.jsp
[INFO] Built File: \ops_index.jsp
java.lang.ArrayIndexOutOfBoundsException
        at java.lang.System.arraycopy(Native Method)
        at org.gjt.xpp.impl.tokenizer.Tokenizer.next(Tokenizer.java:1274)
        at org.gjt.xpp.impl.pullparser.PullParser.next(PullParser.java:392)
        at org.gjt.xpp.sax2.Driver.parseSubTree(Driver.java:415)
        at org.gjt.xpp.sax2.Driver.parse(Driver.java:310)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:143)
        at org.apache.taglibs.standard.tlv.JstlBaseTLV.validate(JstlBaseTLV.java:156)
        at org.apache.taglibs.standard.tlv.JstlCoreTLV.validate(JstlCoreTLV.java:96)
        at org.apache.jasper.compiler.TagLibraryInfoImpl.validate(TagLibraryInfoImpl.java:750)
        at org.apache.jasper.compiler.Validator.validateXmlView(Validator.java:1527)
        at org.apache.jasper.compiler.Validator.validate(Validator.java:1495)
        at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:166)
        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
        at org.apache.jasper.JspC.processFile(JspC.java:986)
        at org.apache.jasper.JspC.execute(JspC.java:1135)
        at org.codehaus.mojo.jspc.AbstractJspcMojo.execute(AbstractJspcMojo.java:248)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)


I found this same stack trace (roughly) online in the XPP3 Bugzilla:
http://www.extreme.indiana.edu/bugzilla/show_bug.cgi?id=238

According to the bug, they say this is an XPP2 issue that doesn't
affect XPP3, and I'm clearly using XPP3 (according to the JSPC plugin
classpath, which I did not include above), so I really have no idea
why this -one- computer is throwing this error while the others
compile with no issues. I checked but wasn't able to find any similar
bugs in Codehaus JIRA.

Thanks!
Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org