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 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 |
- RE: [Nant-users] string::concat? Vladimir Knezevic
- Re: [Nant-users] string::concat? Jaroslaw Kowalski
- RE: [Nant-users] string::concat? McCullough, Gary
- RE: [Nant-users] string::concat? McCullough, Gary
- Re: [Nant-users] string::concat? M. Scott Ford
- RE: [Nant-users] string::concat? McCullough, Gary
- RE: [Nant-users] string::concat? McCullough, Gary
- Re: [Nant-users] string::concat? M. Scott Ford