Re: [all] release preparation

2008-07-28 Thread Rahul Akolkar
On Mon, Jul 28, 2008 at 6:54 PM, Matt Benson <[EMAIL PROTECTED]> wrote: > Is a `mvn site` from a src distribution supposed to > generate download_[component].cgi? No. > If not, are we > intended to make sure we preserve the existing file or > re-create it when deploying the site? Don't need

Re: [math] formatting composite objects

2008-07-28 Thread Brent Worden
The getInstance() method can not return a sole instance because the default locale can change via java.util.Locale#setDefault The purpose of the format setters is to provide similar behavior as found on java.text.NumberFormat with the ability to modify formatting parameters. They provide a conven

[all] release preparation

2008-07-28 Thread Matt Benson
Is a `mvn site` from a src distribution supposed to generate download_[component].cgi? If not, are we intended to make sure we preserve the existing file or re-create it when deploying the site? This is confusing to me. Thanks, Matt