2009/4/17 Adam Murdoch <[email protected]> > Hi, > > We now have 3 project reports which you can run from the command-line: > - Task list (ie gradle -t) > - Dependency list: lists the configurations and an ascii art tree of the > modules each configuration depends on > - Property list: lists the names and values of each project property > > Currently, you can do gradle --tasks, gradle --dependencies and gradle > --properties to run these. I'm struggling to come up with a good set of > short command-line options for the new reports, as -d and -p are already > used. Any ideas?
I think as time will pass this will become a more frequent issue, I think the only way around it is not limiting ourselves to one character options and use -ts (tasks) -ds (depencies) -ps (properties). > Do we even need short options for them? I'm sure these reports are used frequently so I'd say the shorter the better. > > > > Adam > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
