[mojo-user] jspc-maven-plugin

2006-01-28 Thread Andreas Gabriel
Hello! I'm trying to use the jspc-maven-plugin with Maven 2.0.2, but get the following stacktrace: [INFO] Trace java.lang.ExceptionInInitializerError at org.codehaus.mojo.jspc.JspcMojo.execute(JspcMojo.java:153) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlu

Re: [mojo-user] Re: jspc-maven-plugin

2006-01-28 Thread Andreas Gabriel
or log4j somewhere in your pom? An > exclusion could have caused this. > > Can you please post your pom? > > Jeff > > > Andreas Gabriel wrote: >> Hello! >> >> I'm trying to use the jspc-maven-plugin with Maven 2.0.2, but get the >> follo

Re: [mojo-user] Re: jspc-maven-plugin

2006-01-29 Thread Andreas Gabriel
Thanks! That solved the problem. Andi > Please remove the log4J dependency from the POM and it will work. The > Log4J dependency is brought in via transitive dependencies from the > commons logging. > > Give that a try and see if the error goes away. > > Jeff > &

[mojo-user] jspc-maven-plugin and tag libraries

2006-01-29 Thread Andreas Gabriel
Hello again! I've another question regarding th JspC plugin: I build a very simple web app based on the webapp archetype and want to precompile the JSPs with the plugin. I want to use tag libraries like JSTL. I tried to compile a sample JSP with the following content: <%@ page language="java" cont

[mojo-user] Re: jspc-maven-plugin and tag libraries

2006-01-29 Thread Andreas Gabriel
created correctly, but it seems that it fails compiling it. Andi > Hi Andreus, > > You found a bug in the jspc plugin. I just fixed it. So update your > jspc plugin source and rebuild it. Its now up to version 1.3 (don't > forget to update your pom to reflect v1.3). > &g