You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Michal Pise <mi...@st.ms.mff.cuni.cz> on 2001/07/29 22:58:55 UTC

[PATCH] locale patch for tstamp task

Hi,
this patch lets me (optionally) set locale in timestamp format like this:

  <tstamp>
    <format property="today" pattern="HH:mm dd. MMMM yyyy" locale="en"/>
  </tstamp>

so I can generate jars with English names even if my default locale are
set to Czech.

Michal Pise

---

Michal Pise, <mi...@st.cuni.cz>
phone: +420 604 380727
ICQ: 30386576

Re: [PATCH] locale patch for tstamp task

Posted by Michal Pise <mi...@st.ms.mff.cuni.cz>.
Sure.

Michal

---

Michal Pise, <mi...@st.cuni.cz>
phone: +420 604 380727
ICQ: 30386576

On Mon, 30 Jul 2001, Conor MacNeill wrote:

> Done. Can you please submit a documentation patch too.
>
> Thanks
> Conor
>
> ----- Original Message -----
> From: "Michal Pise" <mi...@st.ms.mff.cuni.cz>
> To: <an...@jakarta.apache.org>
> Sent: Monday, July 30, 2001 6:58 AM
> Subject: [PATCH] locale patch for tstamp task
>
>
> > Hi,
> > this patch lets me (optionally) set locale in timestamp format like this:
> >
> >   <tstamp>
> >     <format property="today" pattern="HH:mm dd. MMMM yyyy" locale="en"/>
> >   </tstamp>
> >
> > so I can generate jars with English names even if my default locale are
> > set to Czech.
> >
> > Michal Pise
> >
> > ---
> >
> > Michal Pise, <mi...@st.cuni.cz>
> > phone: +420 604 380727
> > ICQ: 30386576
> >
>

Re: [PATCH] locale patch for tstamp task

Posted by Conor MacNeill <co...@cortexebusiness.com.au>.
Done. Can you please submit a documentation patch too.

Thanks
Conor

----- Original Message -----
From: "Michal Pise" <mi...@st.ms.mff.cuni.cz>
To: <an...@jakarta.apache.org>
Sent: Monday, July 30, 2001 6:58 AM
Subject: [PATCH] locale patch for tstamp task


> Hi,
> this patch lets me (optionally) set locale in timestamp format like this:
>
>   <tstamp>
>     <format property="today" pattern="HH:mm dd. MMMM yyyy" locale="en"/>
>   </tstamp>
>
> so I can generate jars with English names even if my default locale are
> set to Czech.
>
> Michal Pise
>
> ---
>
> Michal Pise, <mi...@st.cuni.cz>
> phone: +420 604 380727
> ICQ: 30386576
>