Hi,
I have created two JIRA bugs.
http://jira.codehaus.org/browse/GRADLE-1364
http://jira.codehaus.org/browse/GRADLE-1370
regards,
Mathias Kalb
Am 01.02.2011 13:53, schrieb Mathias Kalb:
Hi,
I analysed it and maybe I found one or two little bugs. I don't created
JIRA issues because I am not sure.
I have a multiproject with the following definition.
allprojects {
apply plugin: 'project-report'
...
}
subprojects {
...
}
The output from "gradle tasks" doesn't contain the Pattern Rules
("Pattern: clean<TaskName>").
The TaskReportTask only adds the Rules from the Project and not from the
subprojects.
for (Rule rule : project.getTasks().getRules()) {
renderer.addRule(rule);
}
But why are the rules for the report tasks not added to the master project?
Output from "gradle dependencyReport"
:dependencyReport
:subproject1:dependencyReport
:subproject2:dependencyReport
Output from "gradle cleanDependencyReport"
:subproject1:cleanDependencyReport
:subproject2:cleanDependencyReport
The ":cleanDependencyReport" is missing.
regards,
Mathias Kalb
Am 26.01.2011 18:34, schrieb Rene Groeschke:
Hi Mathias,
Am 26.01.11 18:20, schrieb Mathias Kalb:
Hi,
I have two questions about the pattern rules for tasks.
1. "gradle tasks" sometimes shows the following output at the end.
What is the reason that it is sometimes shown and sometimes not?
Can you provide more information about "sometimes". Normally it is shown
every time tasks is triggered
Rules
-----
Pattern: build<ConfigurationName>: Assembles the artifacts of a
configuration.
Pattern: upload<ConfigurationName>: Assembles and uploads the
artifacts belonging to a configuration.
Pattern: clean<TaskName>: Cleans the output files of a task.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email