but it seems to be overly complicated for getting individual tokens
out when I am able to separate them using stringtokenizer. Isn't
there any other simplere way to do what I am after?
I have not fully understood your case, but I generally use the 'script'
task (with JavaScript) when I have to
Thanks. I had seen that link before, but it seems to be overly complicated for
getting individual tokens out when I am able to separate them using
stringtokenizer. Isn't there any other simplere way to do what I am after?
-Original Message-
From: Peter West [mailto:li...@pbw.id.au]
Se
Have a look at this and see if it helps.
http://codepulsive.blogspot.com.au/2013/05/ant-process-elements-in-list.html
Peter
“…we hear them telling in our own tongues the might works of God."
> On 25 May 2015, at 9:58 pm, WebServices Development
> wrote:
>
> I am trying to extract individual
I am trying to extract individual tokens in ANT after using stringtokenizer to
separate the tokens out. Is it possible? How do I do it without using any
other external ant libraries like ant-contrib?
I attempted to do below, but am stuck at extracting individual tokens