Hi-
This file isn't compiling in the SI_XPT branch, removing the "using test;"
solves the problem. Am I missing something? I realize the branch isn't
quite stable, but should particular file compile?
Thanks-
Zak
Index:
C:/work/nmaven/assemblies/NMaven.Core/src/main/csharp/Core/Impl/ProjectGeneratorImpl.cs
===================================================================
---
C:/work/nmaven/assemblies/NMaven.Core/src/main/csharp/Core/Impl/ProjectGeneratorImpl.cs
(revision 536655)
+++
C:/work/nmaven/assemblies/NMaven.Core/src/main/csharp/Core/Impl/ProjectGeneratorImpl.cs
(working copy)
@@ -26,7 +26,6 @@
using System.Collections.Generic;
using System.Reflection;
using System.Text;
-using test;
namespace NMaven.Core.Impl
{