Missing of JDT compiler in 2.1 branch
-------------------------------------
Key: GERONIMO-4764
URL: https://issues.apache.org/jira/browse/GERONIMO-4764
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: buildsystem
Affects Versions: 2.1.5
Reporter: Shawn Jiang
Assignee: Shawn Jiang
Many BVT errors caused by missing of JDT compiler, The changes in latest 2.1
branch upgrade to tomcat 6.0.20.
<dependency>
- <groupId>org.apache.tomcat</groupId>
- <artifactId>jasper-jdt</artifactId>
+ <groupId>org.apache.geronimo.ext.tomcat</groupId>
+ <artifactId>shared</artifactId>
<scope>test</scope>
</dependency>
We should add a jdt dependency in 2.1 branch too.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.