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
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
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
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
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