You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-dev@incubator.apache.org by Lars Corneliussen <me...@lcorneliussen.de> on 2011/03/11 08:18:05 UTC

NPANDAY-123: PATH should not have to be set for Visual Studio AddIn to function

Hi,

i fixed all of the issues with not finding executable paths in the 
configured directories.

The only problem left is, that the executable directories are not

https://issues.apache.org/jira/browse/NPANDAY-123

With this fix we get rid of all the PATH issues. The only thing still to 
be configured is the path for NUnit! But we could also try to detect 
that one for npanday-settings.xml. The schema already allows arbitrary 
further pathes.

Does somebody of you guys have time to fix the settings generation?

In my case the install root points to C:\Program 
Files\Microsoft.NET\SDK\v2.0 64bit for ALL VERSIONS!!

But it should be

C:\Program Files\Microsoft.NET\SDK\v2.0 64bit\bin

and for .NET 4.0 it should be

C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\x64

It would also be great to have better support for x64 in 1.3.1.

https://issues.apache.org/jira/browse/NPANDAY-369

When I change this manually in the npanday-settings.xml I HAPPILY BUILD 
NPANDAY WITH ONLY NUNIT DIR ON PATH. I think this is great. I hate 
changing environment variables :)

_
Lars