How to create ANT script in RTC?
Hi Experts,
I want to create ANT script in RTC.
This one should copy files from my local machine to fileserver.
I've never done it so I have no idea what I need and how I can use it. I've got code example but I cannot create ANT-project. Do I need a plugin for RTC?
I try File->New-> and I don't know which type of project should I choose.
Thanks in advance
I want to create ANT script in RTC.
This one should copy files from my local machine to fileserver.
I've never done it so I have no idea what I need and how I can use it. I've got code example but I cannot create ANT-project. Do I need a plugin for RTC?
I try File->New-> and I don't know which type of project should I choose.
Thanks in advance
2 answers
can u explain the use case a little more?
when do you want to copy the files? why do you want to copy the files.
where is the file server mounted on the users machine? how would u know?
Sam
Hi,
Yes, of course :)
I'm a tester and I create my test-files on my machine in RTC. When I want to run my test I have to copy all of them from machine into another(remoted). I always use WinSCP(GUI version) to do it. Sometimes it is so uncomfortable so I want to create ANT script and add it in RTC. I saw how it works a long time ago (it was a view with scripts, you double-click on one of them and script was started).
Do you know what I mean or do you need more information?
I've got sample codes so I can send you if you need it.
Thanks in advance