Thanks for the response. Unfortunately forward slashes don't get translated properly. The build is actually being run from from a batch file (not my creation) and is being executed via
cmd.exe /c build.bat so it is probably dependent on Windows-style paths. Unless there is an easy way to get a single backslash passed through to the Windows server, I'll have to rewrite the build to work totally w/in cygwin. I'll look into the cap code after I've finished getting this working the non-cap way since time is pressing and brute force will be most expedient (as it's almost finished.) Kevin A list of attempts and results (from the build.bat process): * c:/Program Files/Java/jdk1.5.0 => path not found * /cygdrive/c/Program Files/Java/jdk1.5.0 => path not found * c:\Program Files\Java\jdk1.5.0 => path not found * c:\\Program Files\\Java\\jdk1.5.0 => oddly, sh: line 0: export: `FilesJavajdk1.5.0': not a valid identifier * 'c:\\Program Files\\Java\\jdk1.5.0' => path not found * 'c:\Program Files\Java\jdk1.5.0' => path not found On Jan 1, 10:20 am, "Thibaut Barrère" <[EMAIL PROTECTED]> wrote: > You could try with regular slashes instead. --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
