Bug 56990

Summary: ant ide-eclipse target shall download easymock library
Product: Tomcat 8 Reporter: Konstantin Kolinko <knst.kolinko>
Component: MetaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 8.0.12   
Target Milestone: ----   
Hardware: PC   
OS: All   

Description Konstantin Kolinko 2014-09-17 22:31:03 UTC
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.
Comment 1 Mark Thomas 2014-09-22 14:01:31 UTC
Fixed in 8.0.x for 8.0.13 onwards.
Comment 2 Konstantin Kolinko 2014-09-24 06:46:53 UTC
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.