yes, that fixed my problem
thank you
> Have you tried playing around with the antworkingdir property in your
> CruiseControl config.xml file? Maybe have it point to your parent
> directory and then put a sub-directory in the buildfile property.
>
> [EMAIL PROTECTED] wrote: Hi,
>
> I've setup m
Hello Marc,
--- [EMAIL PROTECTED] wrote:
> Hi,
>
> I've setup my project with cruisecontrol, so that my
> build.xml gets called
> from a parent directory.
How is your build.xml called exactly?
>
> The problem is that my unit tests that have relative
> paths in them all
> fail now because the c
Have you tried playing around with the antworkingdir property in your
CruiseControl config.xml file? Maybe have it point to your parent directory
and then put a sub-directory in the buildfile property.
[EMAIL PROTECTED] wrote: Hi,
I've setup my project with cruisecontrol, so that my build.xml
Hi,
I've setup my project with cruisecontrol, so that my build.xml gets called
from a parent directory.
The problem is that my unit tests that have relative paths in them all
fail now because the current working directory is not the project root
anymore.
Is there anyway to change directories fro