I am currently setting up a new dev environment, and have come to the final stage where I am trying to run a build.
However, one of the ANT targets is trying to create a directory, which is currently set to "C:\workspace\domains\Online" however for security reasons (they say anyway...) we do not have full access to the C: drive, so I have my domain setup in an alternate location. Where is this Domain Home/Root variable kept?
Well in my own domain there is in file
<domain>/bin/setDomainEnv.bat
the following line:However since you are using some Ant build file to create your domain, maybe something is hardcoded in them or is one of the properties passed to this file.