Thanks. good catch. I'll get that changed. Shane
On Wed, May 21, 2008 at 3:21 PM, Dan Rugg <[EMAIL PROTECTED]> wrote: > I'm under the impression that NMaven is to be JSE 1.5 compatible. If > so, you will need to change > "org.apache.maven.dotnet.toolchain.DotnetToolchain", line 64. The > method 'isEmpty()' is a JSE 1.6 api enhancement. You can just replace > with "toolName.trim().length == 0". > > > > > >
