Hi,
I am new to ANT and perforce, i wanted to write a automated process of all the perforce command, how do i do that,.
these are the following command i wanted to implement in ANT task
p4Edit
p4Sync
p4integrate. how do i do that in ant build.xml file.
how do i select file dynamically for p4Edit ?
<p4edit
view=”//depot/projects/projectfoo/main/src/Blah.java…” // this file i want to select dynamically from eclipse, is that even possible? if not how do you guys do it ?
change=”${p4.change}”/>