Re: svn commit: r671647

2008-06-26 Thread John Casey
Brett Porter wrote: On 26/06/2008, at 10:10 PM, John Casey wrote: I think basedir will be null if the project is being read from the repository. The second line is just a debug statement that crept through, from when I was having trouble with something like 10 ITs fail. They all pass under

Re: svn commit: r671647

2008-06-26 Thread Brett Porter
On 26/06/2008, at 10:27 PM, Brett Porter wrote: On 26/06/2008, at 10:10 PM, John Casey wrote: I think basedir will be null if the project is being read from the repository. The second line is just a debug statement that crept through, from when I was having trouble with something like 10

Re: svn commit: r671647

2008-06-26 Thread Brett Porter
On 26/06/2008, at 10:10 PM, John Casey wrote: I think basedir will be null if the project is being read from the repository. The second line is just a debug statement that crept through, from when I was having trouble with something like 10 ITs fail. They all pass under the current changes

Re: svn commit: r671647

2008-06-26 Thread John Casey
I think basedir will be null if the project is being read from the repository. The second line is just a debug statement that crept through, from when I was having trouble with something like 10 ITs fail. They all pass under the current changes. This holds true even with the changes to the sup

Re: svn commit: r671647

2008-06-25 Thread Brett Porter
Hi John, Couple of questions: On 26/06/2008, at 4:28 AM, [EMAIL PROTECTED] wrote: -pathTranslator.alignToBaseDirectory( model, basedir ); +if ( basedir != null ) +{ +pathTranslator.alignToBaseDirectory( model, basedir ); +} Under what conditions i