Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] (no subject)


Turns out that dependencies declared in a parent pom do not get found by jspc. Simply repeating them in the pom, or plugin dependencies works around that. 


On Oct 5, 2012, at 3:23 PM, Gert-Jan van de Streek wrote:


I am using the jetty precompiler from maven as documented at http://wiki.eclipse.org/Jetty/Feature/Jetty_Jspc_Maven_Plugin.

The compiled jsp's however contain unresolved tags:  <div><tiles:insertAttribute name="body" /></div>
The tiles one obviously hurts the most. It resembles what is described in JETTY-1480, but I assume that was correctly merged for Jetty 8.

java version "1.6.0_35"
jetty version <jetty.version>8.1.7.v20120910</jetty.version>
jscp version same as jetty.version

Thanks,

Gert-Jan van de Streek



_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top