Looks like you need the taglibs dependency. Try adding these to your pom.
<dependency> <groupId>taglibs</groupId> <artifactId>standard</artifactId> <version>1.1.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> <version>1.1.2</version> <scope>compile</scope> </dependency> On 5/24/07, Rogerio Baldini das Neves <[EMAIL PROTECTED]> wrote:
I am using this plugin like in tutorial. But it's happing some strange with item: org.apache.taglibs.standard.tag.rt.core.ForTokensTag.setItems(Ljava/lang/Str ing;)V -----Mensagem original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de ben short Enviada em: quinta-feira, 24 de maio de 2007 17:06 Para: Tomcat Users List Assunto: Re: pre-compile Have a look at this maven 2 plugin http://mojo.codehaus.org/jspc-maven-plugin/usage.html Ben On 5/24/07, Rogerio Baldini das Neves <[EMAIL PROTECTED]> wrote: > I need to do it in maven. > But send me your solution, > if I don't be able to solve my problem with maven, I will use yours. > > Thank you. > > > > -----Mensagem original----- > De: Milanez, Marcus [mailto:[EMAIL PROTECTED] > Enviada em: quinta-feira, 24 de maio de 2007 15:34 > Para: Tomcat Users List > Assunto: RES: pre-compile > > I know how to do it using ANT. Would you like it? > > -----Mensagem original----- > De: Rogerio Baldini das Neves [mailto:[EMAIL PROTECTED] > > Enviada em: quinta-feira, 24 de maio de 2007 15:30 > Para: users@tomcat.apache.org > Assunto: pre-compile > > Hi Guys, > > > > I'd like to pre-compile my jsps for Tomcat 6 using maven. > > > > Anybody knows how it is possible ? > > > > I've tried to compile using jspc-maven-plugin 1.4.6 and 1.4.7-SNAPSHOT. > > But in both I've received the message: > > org.apache.taglibs.standard.tag.rt.core.ForTokensTag.setItems(Ljava/lang > /Str > ing;)V > > when accessing some pages. > > > > Thanks, > > > > Rogerio Baldini > > > > > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.467 / Virus Database: 269.7.6/815 - Release Date: 22/5/2007 > 15:49 > > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.467 / Virus Database: 269.7.6/815 - Release Date: 22/5/2007 15:49 --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]