Hi again,
when you first build with the "new" settings, do the following:
1) Build trunk using mvn 2.x and NPanday 1.3-incubating
2) Delete npanday-settings.xml
3) Run any integration test against NPanday 1.3.1-incubating (joe should
have switched the trunk version) in order to create a fresh one
4) Remove (almost) everything .NET-related from the PATH
5) Just keep Nunit-binaries on the PATH :-)
6) Switch to Maven 3
7) Change the root pom to
<stable.npanday.version>${project.version}</stable.npanday.version>
<!--stable.npanday.version>1.2.1</stable.npanday.version-->
8) Build with mvn clean install
As an alternative to 1) and 3) you can do the switch, and then run the
first build with in a Visual Studio Prompt.
Who could run the integration tests and find, if there are any more
issues here?
-
Lars