On 20 February 2006 16:04, Markus M. May wrote:
> Hi, to get the Locale from the file you can use the propertyregexp-Command:
>
> input="${base.in.file}"
> regexp="^(.*)[_]{1}(.*)\.class$$"
> select="\2"
> casesensitive="false" />
Tha
lt;[EMAIL PROTECTED]>
> An: user@ant.apache.org
> Betreff: one more problem
> Datum: Mon, 20 Feb 2006 15:28:13 +0200
>
> Hi,
>
> I'm stuck again :(
>
> I need to translate the following part of a shell script to Ant (with
> Ant-Contrib in place; using extern
Hi,
I'm stuck again :(
I need to translate the following part of a shell script to Ant (with
Ant-Contrib in place; using external `sed' is not an option, I want
to minimize dependencies for Windows boxes):
for PO_FILE in *.po; do
LOCALE=$(echo "$PO_FILE" | sed -e 's/\.po$//')
RESOURCE_FILE=