2011/6/23 Jesse Farinacci <jie...@gmail.com>:
> Greetings,
>
> I am launching an embedded Apache Tomcat 7.0.14, everything except
> JSPs are working fine (static resources, servlets, filters, etc). I
> have set JAVA_HOME to a location which does have bin/javac and
> lib/tools.jar, and otherwise does appear to be a fully working JDK.
> However, I take the following exception:
>
>(...)
>
> My project has the following Apache Tomcat dependencies (all 7.0.14):
>
>    <dependency>
>      <groupId>org.apache.tomcat</groupId>
>      <artifactId>tomcat-util</artifactId>
>    </dependency>
>    <dependency>
>      <groupId>org.apache.tomcat.embed</groupId>
>      <artifactId>tomcat-embed-core</artifactId>
>    </dependency>
>    <dependency>
>      <groupId>org.apache.tomcat.embed</groupId>
>      <artifactId>tomcat-embed-jasper</artifactId>
>    </dependency>
>    <dependency>
>      <groupId>org.apache.tomcat.embed</groupId>
>      <artifactId>tomcat-embed-logging-juli</artifactId>
>    </dependency>
>
> I am not finding any corresponding jasper-compiler or
> jasper-compiler-jdt with the 7.x version scheme. Sorry, but what am I
> doing wrong?

They do not exist. (Have you looked into zip distribution?)

Latest Tomcat 6 and Tomcat 7 do use the ecj compiler from Eclipse IDE
project directly, without repacking it.

If you are struggling with maven, some discussion of troubles with
downloading ecj is here:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604#c1

I think you can search for "ecj" in this mailing list archives and
find several discussions there.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to