RE: Silly question about XDC: how to copy a file?

2008-12-23 Thread Ben White
vinci-linux-open-source@linux.davincidsp.com Subject: RE: Silly question about XDC: how to copy a file? Ben, I did try using your example and it worked for me. I tried the following: foo.xs: var rt = java.lang.Runtime.getRuntime(); rt.exec("cp foo.xs boo"); linux% xs -f foo.

RE: Silly question about XDC: how to copy a file?

2008-12-18 Thread Grosen, Mark
sion Mark From: Ben White [mailto:ben.wh...@vcatechnology.com] Sent: Thursday, December 18, 2008 1:35 AM To: Grosen, Mark; davinci-linux-open-source@linux.davincidsp.com Subject: RE: Silly question about XDC: how to copy a file? Hi Mark, Thanks for the advice. Yeah - I am

RE: Silly question about XDC: how to copy a file?

2008-12-18 Thread Ben White
17:16 To: Ben White; davinci-linux-open-source@linux.davincidsp.com Subject: RE: Silly question about XDC: how to copy a file? Ben, Hard to say what might be wrong without some more data. Obvious things I can think of: * Is the "cp" command in your PATH? I assume you are runnin

RE: Silly question about XDC: how to copy a file?

2008-12-17 Thread Grosen, Mark
Ben, Hard to say what might be wrong without some more data. Obvious things I can think of: * Is the "cp" command in your PATH? I assume you are running on Linux? * One of the arguments is problematic - src is missing (relative path?), dst directory is missing (relative path?) Here are some al