DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26644>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26644

description for properties





------- Additional Comments From [EMAIL PROTECTED]  2004-02-04 06:03 -------
Your request consists of two kinds: saving the information via "description" 
attribute and printing via "-p" option.

You can already save the info in your buildfile - have you ever tried that? :-)
Property extends Task which provides that attribute. Therefore all Tasks have 
it.

Printing out the properties could be a little bit more difficult: which 
properties should be printed? All defined at top level, all with a description 
attribute, top-level with description... Maybe all with a description.

If you´d send an implementation as diff, chances to come in into 1.6.1 will 
raise up :-)
Hint: the -p stuff is done in oata.Main

 580:  private void runBuild(ClassLoader coreLoader) throws BuildException {   
 ...
 654:      if (projectHelp) {
 655:          printDescription(project);
 656:          printTargets(project, msgOutputLevel > Project.MSG_INFO);
 657:          return;
 658:      }
 ...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to