hi,
My script should work both in Unix and winddows, I don't know how to handle slash (\) in ANT script in this case. Could some one please help me.
For example, how to make below path as a valid path both in windows and unix, which has both back slash & forward slash...
Hi
I have below requirement in ANT:-
variable1 = ${basedir}
now let us say from above statement "variable1" got the value C:\one\two\three\four
now i want to cut two levels from above path (so "C:\one\two" will be the result after cut) and i want to reassign the value to varibale1.
So...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.