che Nachricht-
>Von: jhoomshar...@netscape.net [mailto:jhoomshar...@netscape.net]
>Gesendet: Freitag, 22. Januar 2010 10:05
>An: user@ant.apache.org
>Betreff: Using Shellscript variable in build.xml
>
>I am using shellscript task of ant-contrib in one of my
>target, which
I am using shellscript task of ant-contrib in one of my target, which looks
like this:
KAR=`echo ${adapter-active-directory} | awk -F. '{print $1}'`
MAR=`echo ${adapter-active-directory} | awk -F. '{print $4}'`
How I can use the shell script va