From: Vincent M. <vm...@oc...> - 2001-08-10 15:51:48
|
Hi, I have added a new target to our build.xml file : "deploy-site". To use it type 'ant -Dusername=your_sf_user_name deploy-site' In order for it to work you must have : - a user account on SF with ssh access to mockobjects project - ssh in your path - scp in your path I don't know if it works if you are not using a public key (i.e. if you have to type in your password). I don't know how Ant handles reading characters from the keyboard ... it may not work ? Thanks -Vincent |