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

Sebastian Nagel updated NUTCH-1881:
-----------------------------------
    Description: 
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 a fast 
way to let them re-appear (except running target "test" which takes long).

  was:
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).


> 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
>
>         Attachments: NUTCH-1881-v1.patch
>
>
> 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 a 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)

Reply via email to