Re: [m2] eclipse plugin test failures

2005-11-21 Thread Mark Hobson
Raised the following so this doesn't get lost: http://jira.codehaus.org/browse/MNG-1648 Mark On 05/11/05, Tomislav Bodor <[EMAIL PROTECTED]> wrote: > Hi, > > I've attached a partial canonical paths patch. I don't know who this > should really be going to if it's to find its way into the tree, but

Re: [m2] eclipse plugin test failures

2005-11-05 Thread Tomislav Bodor
Hi, I've attached a partial canonical paths patch. I don't know who this should really be going to if it's to find its way into the tree, but I reckon someone here will know. This doesn't quite fix the problem you are talking about in this thread, but it does fix a similar one that I have

Re: [m2] eclipse plugin test failures

2005-11-04 Thread Kenney Westerhof
On Fri, 4 Nov 2005, Mark Hobson wrote: > Hi Kenney, > > On 04/11/05, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > > I didn't realize the exact difference. I think I added the 'canonical' > > versions, and the 'absolute' versions were implicit. They should > > ofcourse be the same. > > > > Is this

Re: [m2] eclipse plugin test failures

2005-11-04 Thread Mark Hobson
Hi Kenney, On 04/11/05, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > I didn't realize the exact difference. I think I added the 'canonical' > versions, and the 'absolute' versions were implicit. They should > ofcourse be the same. > > Is this correct: > > > /path/a/b/ > > /path/c

Re: [m2] eclipse plugin test failures

2005-11-04 Thread Kenney Westerhof
On Thu, 3 Nov 2005, Mark Hobson wrote: Hi, > Hi there, > > The svn trunk eclipse plugin tests are failing for me under cygwin. > The problem is that some parts of the project/classpath/setting > writers are using absolute paths, and in others they're using > canonical paths. > > The abstract test

[m2] eclipse plugin test failures

2005-11-03 Thread Mark Hobson
Hi there, The svn trunk eclipse plugin tests are failing for me under cygwin. The problem is that some parts of the project/classpath/setting writers are using absolute paths, and in others they're using canonical paths. The abstract test always replaces ${basedir} with either the basedir system