On Thu, Jun 26, 2008 at 6:58 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> On Thu, Jun 26, 2008 at 3:55 AM, Jan Stevens Ancajas <[EMAIL PROTECTED]> > wrote: > > > For the VS addin it knows the test directory through the pom which is > > assumed that it is located side by side with the selected csproj file . > If > > the pom is not located there, it traverses 3 directories up (for the "2 > > csproj 1 pom.xml" setup, where the dir structure is assumed to be > > "src\test\csharp" ) > > Ouch. That must be what is breaking the Addin when using it with > projects created from Visual Studio, since they do not have > subdirectories for the source code. Anything hard coded like that is > going to be a problem... but <sourceDirectory> should tell you where > the code is? > Correct. > > -- > Wendy >
