Sebastian Nagel created NUTCH-1882:
--------------------------------------
Summary: ant eclipse target to add output path to src/test
Key: NUTCH-1882
URL: https://issues.apache.org/jira/browse/NUTCH-1882
Project: Nutch
Issue Type: Bug
Components: build
Affects Versions: 2.2.1, 1.9
Reporter: Sebastian Nagel
Priority: Minor
Fix For: 1.10
class files for test classes are placed by ant build in build/test/classes/.
Eclipse project configuration should follow this convention which would
required to add the output path to the source folder:
{noformat}
<classpathentry kind="src" path="src/test/" output="build/test/classes" />
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)