You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-dev@maven.apache.org by Mike Perham <Mi...@webifysolutions.com> on 2005/12/15 02:06:20 UTC

Process working directory

This debug output seems to imply that execute()'ing a process is not
setting the working directory correctly:

  - Executing: p4 -cbuilder-wsfteam01-maven sync -f ...
  - stderr: Path '/opt/continuum-1.0.2/bin/linux/...' is not under
client's root '/tmp/continuum-work/1'.

Bypassing the Commandline and runtime.exec'ing it myself gives the same
behavior.  Is there some trickery I'm not aware of in order to set a
child process's working directory?  I swear I am setting it to
'/tmp/continuum-work/1'.

mike