Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 20754 invoked by uid 500); 10 Sep 2001 19:12:48 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Delivered-To: moderator for ant-user@jakarta.apache.org Received: (qmail 2147 invoked from network); 10 Sep 2001 19:00:23 -0000 Message-ID: <186D3F640795D41188AA0008C786D42101FBB6C0@mail.telephia.com> From: Hongjie Cui To: "'ant-user@jakarta.apache.org'" Subject: vssget from UNIX Date: Mon, 10 Sep 2001 11:56:40 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Dear: Do you know how to get my codes in VSS from UNIX machine? here is my partial code: the error message is: BUILD FAILED /home/weblogic/skylos_antfile.xml:33: java.io.IOException: //cuih/c/Program Files/Microsoft Visual Studio/Common/VSS/win32/ss: not found --- Nested Exception --- java.io.IOException: //cuih/c/Program Files/Microsoft Visual Studio/Common/VSS/win32/ss: not found at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.(UNIXProcess.java:54) at java.lang.Runtime.execInternal(Native Method) at java.lang.Runtime.exec(Runtime.java:551) at java.lang.reflect.Method.invoke(Native Method) at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.jav a:509) at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:329) at org.apache.tools.ant.taskdefs.optional.vss.MSVSS.run(MSVSS.java) at org.apache.tools.ant.taskdefs.optional.vss.MSVSSGET.execute(MSVSSGET.java) at org.apache.tools.ant.Target.execute(Target.java:153) at org.apache.tools.ant.Project.runTarget(Project.java:898) at org.apache.tools.ant.Project.executeTarget(Project.java:536) at org.apache.tools.ant.Project.executeTargets(Project.java:510) at org.apache.tools.ant.Main.runBuild(Main.java:421) at org.apache.tools.ant.Main.main(Main.java:149) i think the problem comes from the path. do i need to configure my unix box to mount VSS drive on it? if MSVSSGET uses sockets to access remote machine, i think it is not necessary. Thank you very much. hongjie