https://issues.apache.org/bugzilla/show_bug.cgi?id=50604

           Summary: Incorrect dependency in jasper.pom for eclipse ecj
           Product: Tomcat 6
           Version: 6.0.30
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Jasper
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: mguille...@yahoo.fr


The version of the dependency to ecj is wrong:
    <dependency>
      <groupId>org.eclipse.jdt.core.compiler</groupId>
      <artifactId>ecj</artifactId>
      <version>3.3.1</version>
    </dependency>

There is no version 3.3.1. This should probably be 3.5.1:
http://repo2.maven.org/maven2/org/eclipse/jdt/core/compiler/ecj/

This bug has been introduced on 22/09/10 *after* release 6.0.29. In fact I'm
quite surprised that deployment to the Maven central repository is allowed with
such a bad reference as the rules are now stronger (what is good))

Tomcat 7 seems to contain wrong references as well (reference to ecj 3.6 which
doesn't exist either as far as I can see). This is particularly bad here as the
improved embeddable possibilities should be one feature of Tomcat 7.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to