You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2008/12/11 04:56:46 UTC

[jira] Updated: (NUTCH-672) allow unit tests to be run from bin/nutch

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

Todd Lipcon updated NUTCH-672:
------------------------------

    Attachment: 0001-NUTCH-672-allow-junit-tests-to-be-run-from-bin-nutc.patch

> allow unit tests to be run from bin/nutch
> -----------------------------------------
>
>                 Key: NUTCH-672
>                 URL: https://issues.apache.org/jira/browse/NUTCH-672
>             Project: Nutch
>          Issue Type: New Feature
>          Components: build
>            Reporter: Todd Lipcon
>            Priority: Trivial
>         Attachments: 0001-NUTCH-672-allow-junit-tests-to-be-run-from-bin-nutc.patch
>
>
> In development it's handy to be able to run a single test case easily. You can do it with ant -Dtestcase=foo test, but that's slow since it still checks all the plugins for changes, rebuilds jars, etc.
> This patch adds a command to bin/nutch to run a junit against what's already compiled. It's much faster than using ant. Recommended for use with nutch -core

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.