crimsonharsh - 2005-03-11

can anyone help me with this.....
JSP pages use libraries which reside on a Unix server therefore the JSP pages also are there on the server. My problem is I want to run my HttpUnit test cases on these JSP pages from a remote windows machine with all the httpunit, junit, JDK etc residing locally on the windows machine for I don't have access to the server.. I tried using WebDrive and was able to connect to the remote server but now how do modify Build.XML file to do this.....I am using ANT to run my tests...