I don’t even know if there is string::concat function, but I managed to concatenate strings.

 

Example:

<property name=”first.string” value=”This is first string. ” />

<target name=”concatenateStrings”>

            <echo message=”${first.string+’This is second string.’}” />

</target>

 

Vladimir

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of McCullough, Gary
Sent: Monday, September 13, 2004 3:22 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] string::concat?

 

This may sound stupid, but I can’t figure out how to make the string::concat function work. (The docs are kind of vague on it.) Can someone post an example?

 


Gary McCullough 

 

Reply via email to