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.

>
>
> If we're talking about generating poms from VS Solutions, then why
> would we assume the default Maven structure instead of the default
> Visual Studio structure?

Originally, we were targeting to support VS for both the default Maven
structure and the flat structure. When generating new csproj files from
poms, the default structure is okay. But this default structure becomes
complicated and buggy when trying to add things like new classes, resources,
etc from within VS. That's why I would encourage people to use the flat
directory structure if they are going to be using VS. My idea for 0.16+ is
that only the flat structure will be supported for VS.

Shane

>
>
> --
> Wendy
>
> On Thu, Jun 26, 2008 at 7:34 AM, Shane Isbell <[EMAIL PROTECTED]>
> wrote:
> > The pom generator is designed to generate csproj files for the default
> maven
> > directory structure, which is the reason that there are two generated
> csproj
> > files, one for main source and one for test source. I highly encourage
> > people to use a flat directory structure with one csproj file.
>

Reply via email to