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?

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.


2. Why does the camelCase on the command line doesn't work for the pattern rules?
"gradle cleanMyTask" works, but "gradle cMT" doesn't work.

Is this not possible, a missing feature or a bug?

regards,
Mathias Kalb




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to