You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Incze Lajos <in...@mail.matav.hu> on 2003/06/25 01:31:39 UTC

ProjectInheritenceTest doesn't compile

There is a basedir/baseDir mismatch in the recent patch.

incze

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: ProjectInheritenceTest doesn't compile

Posted by Incze Lajos <in...@mail.matav.hu>.
On Wed, Jun 25, 2003 at 01:31:39AM +0200, Incze Lajos wrote:
> There is a basedir/baseDir mismatch in the recent patch.
> 
> incze
> 

Other problem:

    private String PS = System.getProperty( "path.separator" );

Should be:

    private String FS = System.getProperty( "file.separator" );

incze

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org