The error message when calling emma:html on a source-less project could be more
user-friendly
---------------------------------------------------------------------------------------------
Key: BUILDR-160
URL: https://issues.apache.org/jira/browse/BUILDR-160
Project: Buildr
Issue Type: Improvement
Components: Extensions
Affects Versions: 1.3.3
Reporter: lacton
Assignee: lacton
Priority: Trivial
On a source-less project, calling emma:html gives this output.
<quote>
Instrumenting myproject
Testing myproject
Creating test coverage reports in html
E, [2008-10-05T16:14:59.694286 #18165] ERROR -- : Error instantiating 'emma'
task: [EMMA v2.0.5312] merge: no valid input data files have been specified
[Failed] Your build failed with an error: /home/lacton/projects/buildr/sandbox:
[EMMA v2.0.5312] merge: no valid input data files have been specified
buildr aborted!
[EMMA v2.0.5312] merge: no valid input data files have been specified
</quote>
This output could be more user-friendly by stating explicitly that the project
has no source at all.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.