Sebastian Nagel created NUTCH-1881:
--------------------------------------
Summary: ant target resolve-default to keep test libs
Key: NUTCH-1881
URL: https://issues.apache.org/jira/browse/NUTCH-1881
Project: Nutch
Issue Type: Bug
Components: build
Affects Versions: 1.9
Reporter: Sebastian Nagel
Priority: Minor
Fix For: 1.10
The ant target resolve-default depends on clean-lib which causes all libs to be
removed, including test libs which are then not resolved again. After
{noformat}
% ant resolve-test resolve-default
{noformat}
build/test/lib/ is missing. Also any targets which depend on resolve-default
can cause the libs to disappear. There is no impact on the build as such but
Eclipse does complain if libs are missing (eg. junit) and there is now fast way
to let them re-appear (except running target "test" which takes long).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)