Re: problems with current working directory and

2005-11-15 Thread marc
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

Re: problems with current working directory and

2005-11-15 Thread Ivan Ivanov
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

Re: problems with current working directory and

2005-11-15 Thread Ninju Bohra
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

problems with current working directory and

2005-11-15 Thread marc
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