You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Kevan Miller (JIRA)" <ji...@apache.org> on 2009/07/23 19:35:15 UTC

[jira] Closed: (GERONIMO-4764) Missing of JDT compiler in 2.1 branch

     [ https://issues.apache.org/jira/browse/GERONIMO-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevan Miller closed GERONIMO-4764.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.5

Should be fixed. Will reopen, if builds aren't working. Hard to tell, since they were always working for me...

> 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: Kevan Miller
>             Fix For: 2.1.5
>
>         Attachments: G4764.patch
>
>
> 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.