You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by "Twiggs, Glenn" <Gl...@bmc.com> on 2001/04/04 00:43:57 UTC

[PATCH] Usability updates to vsshistory task

Attached are patches to MSVSSHISTORY.java and vsshistory.html. I made
several usability changes to the optional vsshistory task:

* Removed javadoc explaining attributes of task. This info is already in the
vsshistory.html file. I didn't want to duplicate the work.

* Renamed task attribute "outputfilename" to "output" to unify the task
attribute namespace (i.e., other tasks use "output", why not this one?).
Also made sure that the output filename is relative to the project's
basedir.

* Added task attribute "dateFormat" to allow the format of dates in "toDate"
and "fromDate" to be specified. This was necessary for the "numDays"
functionality to work properly with my date format.

* Added "default" choice to "style" attribute. If an unknown style attribute
is provided, a BuildException is thrown.


Re: [PATCH] Usability updates to vsshistory task

Posted by Nico Seessle <ni...@apache.org>.
----- Original Message -----
From: "Twiggs, Glenn" <Gl...@bmc.com>
To: <an...@jakarta.apache.org>
Sent: Wednesday, April 04, 2001 12:43 AM
Subject: [PATCH] Usability updates to vsshistory task


> * Added "default" choice to "style" attribute. If an unknown style
attribute
> is provided, a BuildException is thrown.

But you forgot to add it to the inner class BriefCodediffNofile also, didn't
you?

I added that and default works for me now.

Nico