Junit task ignores report target
--------------------------------
Key: BUILDR-308
URL: https://issues.apache.org/jira/browse/BUILDR-308
Project: Buildr
Issue Type: Bug
Affects Versions: 1.3.4
Environment: JRUBY
Reporter: peter schröder
Using a custom profile for the report-directory results in a misplaced junit
test-report, because it initializes the directory ignoring the project-settings:
# File lib/buildr/java/tests.rb, line 133
def initialize
@params = {}
@frames = true
@target = 'reports/junit'
end
We had to manually redefine the target directory like this:
JUnit.report.target = _(:reports, :junit)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.