On Thu, Jun 26, 2008 at 8:56 AM, Shane Isbell <[EMAIL PROTECTED]> wrote: > On Thu, Jun 26, 2008 at 8:41 AM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > >> Thanks, Shane. This brings me back around to the question, then where >> are the tests in this "flat" scenario? > > The main classes are at the same level as the pom.xml file. The 'Test' > directory, which contains the test classes, are at the same level as the > pom.xml file.
What does VS know about the Test directory? AFAIK it doesn't have the concept of a main artifact and associated tests. Are you able to build the Test dll with Visual Studio with this scenario? (That's a requirement in my case for existing projects, though I believe it is addressed by the fact that there _is_ a .csproj file for the tests, where ever the developer decides to put them. Sometimes it's in a sibling directory to the project, sometimes in a subdirectory. It "looks" the same in VS.) -- Wendy -- Wendy
