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. > > > 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? Gradle should provide camelCase support for normal and for rule-based tasks. could you file a jira ticket?
regards, René > > regards, > Mathias Kalb > > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > -- ------------------------------------ Rene Groeschke [email protected] http://www.breskeby.com http://twitter.com/breskeby ------------------------------------ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
