You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/09/18 00:31:03 UTC

[Bug 56990] New: ant ide-eclipse target shall download easymock library

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

            Bug ID: 56990
           Summary: ant ide-eclipse target shall download easymock library
           Product: Tomcat 8
           Version: 8.0.12
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Meta
          Assignee: dev@tomcat.apache.org
          Reporter: knst.kolinko@gmail.com

When configuring Eclipse project for Tomcat 8 via "ant ide-eclipse" command, as
documented at [1], it does not download easymock library. The library is
referenced in res/ide-support/eclipse/eclipse.classpath file.

[1] http://tomcat.apache.org/tomcat-8.0-doc/building.html

This issue was originally reported via documentation comments system at [1].

The "ide-eclipse" target downloads libraries used by build and by extras, but
it does not download libraries used by test target.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 56990] ant ide-eclipse target shall download easymock library

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56990

--- Comment #2 from Konstantin Kolinko <kn...@gmail.com> ---
Thank you. I ported the fix to Tomcat 7 in r1627231, it will be in 7.0.56.

Tomcat 7 tests do not use easymock, but users say that they want to use the
same version of junit and hamcrest libraries as used by Tomcat instead of ones
provided by IDE, as the latter ones may be outdated. This change makes `ant
ide-eclipse` target to download those libraries.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 56990] ant ide-eclipse target shall download easymock library

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56990

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 OS|                            |All

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Fixed in 8.0.x for 8.0.13 onwards.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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