svn commit: r1226345 - /incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandayImportProjectForm.cs

2012-01-01 Thread brett
Author: brett Date: Mon Jan 2 04:40:50 2012 New Revision: 1226345 URL: http://svn.apache.org/viewvc?rev=1226345view=rev Log: add extra debug log to help with diagnosing any uncaught exceptions Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp

svn commit: r1226346 - in /incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src: main/csharp/ main/csharp/Converter/ main/csharp/Converter/Algorithms/ main/csharp/Digest/ main/

2012-01-01 Thread brett
Author: brett Date: Mon Jan 2 04:41:43 2012 New Revision: 1226346 URL: http://svn.apache.org/viewvc?rev=1226346view=rev Log: [NPANDAY-480] Add support for importing Azure cloud service projects and Azure worker roles Modified: incubator/npanday/trunk/dotnet/assemblies

svn commit: r1226051 - in /incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp: Converter/PomConverter.cs Digest/PomConverter.cs

2011-12-31 Thread brett
Author: brett Date: Sat Dec 31 09:00:26 2011 New Revision: 1226051 URL: http://svn.apache.org/viewvc?rev=1226051view=rev Log: move to correct directory Added: incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/PomConverter.cs (contents

svn commit: r1226105 - /incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/main/csharp/PomHelperUtility.cs

2011-12-31 Thread brett
Author: brett Date: Sat Dec 31 15:38:54 2011 New Revision: 1226105 URL: http://svn.apache.org/viewvc?rev=1226105view=rev Log: remove POM modification - all instances of adding the compile and aspx plugin ensure extensions are set already Modified: incubator/npanday/trunk/dotnet/assemblies

svn commit: r1226106 - /incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/AbstractPomConverter.cs

2011-12-31 Thread brett
Author: brett Date: Sat Dec 31 15:39:47 2011 New Revision: 1226106 URL: http://svn.apache.org/viewvc?rev=1226106view=rev Log: no point searching for a plugin with a given version, you don't want to have different definitions Modified: incubator/npanday/trunk/dotnet/assemblies

svn commit: r1226107 - in /incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms: NormalPomConverter.cs WebWithVbOrCsProjectFilePomConverter.cs

2011-12-31 Thread brett
Author: brett Date: Sat Dec 31 15:40:53 2011 New Revision: 1226107 URL: http://svn.apache.org/viewvc?rev=1226107view=rev Log: remove unused code Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/NormalPomConverter.cs

svn commit: r1226108 - in /incubator/npanday/trunk/dotnet/assemblies: NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/ NPanday.ProjectImporter/Engine/src/main/csharp/Verifiers/ NPa

2011-12-31 Thread brett
Author: brett Date: Sat Dec 31 15:41:37 2011 New Revision: 1226108 URL: http://svn.apache.org/viewvc?rev=1226108view=rev Log: refactor duplicate method FindPlugin Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms

svn commit: r1226114 - in /incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp: Converter/Algorithms/AbstractPomConverter.cs Digest/ProjectDigester.cs Verifiers/Ve

2011-12-31 Thread brett
Author: brett Date: Sat Dec 31 15:49:26 2011 New Revision: 1226114 URL: http://svn.apache.org/viewvc?rev=1226114view=rev Log: simplify references that depend on extension of the project file Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp

svn commit: r1226115 - in /incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src: main/csharp/Converter/Algorithms/ test/resource/EmbeddedResourcesTest/EmbeddedResourcesTest/ te

2011-12-31 Thread brett
Author: brett Date: Sat Dec 31 15:50:34 2011 New Revision: 1226115 URL: http://svn.apache.org/viewvc?rev=1226115view=rev Log: adjust packaging types and fix execution declaration too include phase and ID Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src

svn commit: r1226145 - in /incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource: NPANDAY_480_AzureSupportOneWebRole/ NPANDAY_480_AzureSupportOneWebRole/HelloWorld

2011-12-31 Thread brett
Author: brett Date: Sat Dec 31 17:30:23 2011 New Revision: 1226145 URL: http://svn.apache.org/viewvc?rev=1226145view=rev Log: fix line endings Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource/NPANDAY_480_AzureSupportOneWebRole/HelloWorld

svn commit: r1226148 - /incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/ASPNetPomConverter.cs

2011-12-31 Thread brett
Author: brett Date: Sat Dec 31 17:38:14 2011 New Revision: 1226148 URL: http://svn.apache.org/viewvc?rev=1226148view=rev Log: line ending Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/ASPNetPomConverter.cs (props

svn commit: r1226200 - in /incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/csharp: NPanday.VisualStudio.Addin-Test.csproj ProjectImporterValidationTest.cs

2011-12-31 Thread brett
Author: brett Date: Sat Dec 31 22:39:19 2011 New Revision: 1226200 URL: http://svn.apache.org/viewvc?rev=1226200view=rev Log: fix compilation error and missing source file in project Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/csharp

svn commit: r1225785 - in /incubator/npanday/trunk: components/dotnet-packaging/ plugins/application-maven-plugin/

2011-12-30 Thread brett
Author: brett Date: Fri Dec 30 10:28:22 2011 New Revision: 1225785 URL: http://svn.apache.org/viewvc?rev=1225785view=rev Log: ignores Modified: incubator/npanday/trunk/components/dotnet-packaging/ (props changed) incubator/npanday/trunk/plugins/application-maven-plugin/ (props

svn commit: r1225794 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/

2011-12-30 Thread brett
Author: brett Date: Fri Dec 30 10:45:43 2011 New Revision: 1225794 URL: http://svn.apache.org/viewvc?rev=1225794view=rev Log: basic Azure SDK doesn't install to GAC - use Program Files location instead Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its

svn commit: r1225797 - in /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its: AzureBootstrap.java NPANDAY_480_AzureSupportOneWebRole.java NPANDAY_480_CloudServiceWithMultipleRoles.java NPA

2011-12-30 Thread brett
Author: brett Date: Fri Dec 30 10:53:46 2011 New Revision: 1225797 URL: http://svn.apache.org/viewvc?rev=1225797view=rev Log: fix framework version Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AzureBootstrap.java incubator/npanday/npanday-its/trunk/src/test

svn commit: r1225813 - in /incubator/npanday/trunk: plugins/wix-maven-plugin/pom.xml pom.xml

2011-12-30 Thread brett
Author: brett Date: Fri Dec 30 12:17:04 2011 New Revision: 1225813 URL: http://svn.apache.org/viewvc?rev=1225813view=rev Log: use consistent profile ID everywhere for running ITs Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml incubator/npanday/trunk/pom.xml Modified

svn commit: r1225815 - /incubator/npanday/trunk/site/src/site/apt/developers/building.apt.vm

2011-12-30 Thread brett
Author: brett Date: Fri Dec 30 12:20:29 2011 New Revision: 1225815 URL: http://svn.apache.org/viewvc?rev=1225815view=rev Log: update documentation Modified: incubator/npanday/trunk/site/src/site/apt/developers/building.apt.vm Modified: incubator/npanday/trunk/site/src/site/apt/developers

svn commit: r1226033 - in /incubator/npanday/trunk: dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource/MavenTestProjectWithNUnit/MavenTestProjectWithNUnit/.references/ plugins/netplugi

2011-12-30 Thread brett
Author: brett Date: Sat Dec 31 03:59:41 2011 New Revision: 1226033 URL: http://svn.apache.org/viewvc?rev=1226033view=rev Log: remove directories that shouldn't be checked in Removed: incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource

svn commit: r1226035 - /incubator/npanday/trunk/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/TesterMojo.java

2011-12-30 Thread brett
Author: brett Date: Sat Dec 31 04:28:18 2011 New Revision: 1226035 URL: http://svn.apache.org/viewvc?rev=1226035view=rev Log: [NPANDAY-332] put back /framework argument for NUnit Modified: incubator/npanday/trunk/plugins/maven-test-plugin/src/main/java/npanday/plugin/test/TesterMojo.java

[jira] [Resolved] (NPANDAY-332) Ability to run nunit tests with a different framework version than the nunit-console

2011-12-30 Thread Brett Porter (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter resolved NPANDAY-332. -- Resolution: Fixed Fix Version/s: (was: Backlog) 1.5.0-incubating

[jira] [Updated] (NPANDAY-332) Ability to run nunit tests with a different framework version than the nunit-console

2011-12-30 Thread Brett Porter (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated NPANDAY-332: - Fix Version/s: (was: 1.5.0-incubating) 1.4.1-incubating applied to 1.4.1

svn commit: r1226043 - in /incubator/npanday/branches/npanday-1.4.x: ./ plugins/maven-test-plugin/src/main/java/npanday/plugin/test/TesterMojo.java

2011-12-30 Thread brett
Author: brett Date: Sat Dec 31 05:57:41 2011 New Revision: 1226043 URL: http://svn.apache.org/viewvc?rev=1226043view=rev Log: [NPANDAY-332] Ability to run nunit tests with a different framework version than the nunit-console Modified: incubator/npanday/branches/npanday-1.4.x/ (props

svn commit: r1226044 - /incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/csharp/ImporterTests/

2011-12-30 Thread brett
Author: brett Date: Sat Dec 31 06:12:09 2011 New Revision: 1226044 URL: http://svn.apache.org/viewvc?rev=1226044view=rev Log: support other base directories so that tests can be run inside Visual Studio Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src

svn commit: r1226045 - /incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/csharp/ImporterTests/NPandayImporterTest.cs

2011-12-30 Thread brett
Author: brett Date: Sat Dec 31 06:13:38 2011 New Revision: 1226045 URL: http://svn.apache.org/viewvc?rev=1226045view=rev Log: make importer test more robust to not copy into source directory and reuse current infrastructure Modified: incubator/npanday/trunk/dotnet/assemblies

svn commit: r1226047 - in /incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Digest: Algorithms/NormalProjectDigestAlgorithm.cs Model/Reference.cs

2011-12-30 Thread brett
Author: brett Date: Sat Dec 31 06:17:50 2011 New Revision: 1226047 URL: http://svn.apache.org/viewvc?rev=1226047view=rev Log: refactor reference HintPath to not have side effects, and remove MessageBox in favour of Console (should later use logger) Modified: incubator/npanday/trunk/dotnet

svn commit: r1225593 - /incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/src/main/csharp/NPanday/Plugin/Msbuild/MsbuildMojo.cs

2011-12-29 Thread brett
Author: brett Date: Thu Dec 29 17:12:19 2011 New Revision: 1225593 URL: http://svn.apache.org/viewvc?rev=1225593view=rev Log: fix tabs Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/src/main/csharp/NPanday/Plugin/Msbuild/MsbuildMojo.cs Modified: incubator

svn commit: r1225585 - /incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/AbstractPomConverter.cs

2011-12-29 Thread brett
Author: brett Date: Thu Dec 29 16:19:20 2011 New Revision: 1225585 URL: http://svn.apache.org/viewvc?rev=1225585view=rev Log: fix tabs Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/AbstractPomConverter.cs Modified

svn commit: r1225685 - /incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WorkerRole/

2011-12-29 Thread brett
Author: brett Date: Thu Dec 29 23:10:17 2011 New Revision: 1225685 URL: http://svn.apache.org/viewvc?rev=1225685view=rev Log: remove empty directory Removed: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WorkerRole/

svn commit: r1225723 - in /incubator/npanday/npanday-its/trunk/src/test/resources: NPANDAY_480_CloudServiceWithMultipleRoles/License.rtf NPANDAY_480_CloudServiceWithWorkerRole/License.rtf

2011-12-29 Thread brett
Author: brett Date: Fri Dec 30 02:10:22 2011 New Revision: 1225723 URL: http://svn.apache.org/viewvc?rev=1225723view=rev Log: fix mime types Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/License.rtf (props changed

svn commit: r1225733 - /incubator/npanday/trunk/plugins/maven-vsinstaller-plugin/src/main/java/npanday/plugin/vsinstaller/VsInstallerMojo.java

2011-12-29 Thread brett
Author: brett Date: Fri Dec 30 03:05:30 2011 New Revision: 1225733 URL: http://svn.apache.org/viewvc?rev=1225733view=rev Log: fix coflicts and common failure for installing using the MOJO until we fully move to the MSI Modified: incubator/npanday/trunk/plugins/maven-vsinstaller-plugin/src

svn commit: r1225738 - in /incubator/npanday/npanday-its/trunk/src/test/resources: BootstrapTest/ NPANDAY_480_AzureSupportOneWebRole/ NPANDAY_480_CloudServiceWithMultipleRoles/ NPANDAY_480_CloudServic

2011-12-29 Thread brett
Author: brett Date: Fri Dec 30 03:09:59 2011 New Revision: 1225738 URL: http://svn.apache.org/viewvc?rev=1225738view=rev Log: move up common pieces Modified: incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml incubator/npanday/npanday-its/trunk/src/test

svn commit: r1225739 - in /incubator/npanday/npanday-its/trunk/src/test/resources: NPANDAY_480_AzureSupportOneWebRole/ NPANDAY_480_AzureSupportOneWebRole/HelloWorld/ NPANDAY_480_AzureSupportOneWebRole

2011-12-29 Thread brett
Author: brett Date: Fri Dec 30 03:13:10 2011 New Revision: 1225739 URL: http://svn.apache.org/viewvc?rev=1225739view=rev Log: line up versions Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld/pom.xml incubator/npanday

svn commit: r1225743 - in /incubator/npanday/npanday-its/trunk/src/test/resources: NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_We

2011-12-29 Thread brett
Author: brett Date: Fri Dec 30 03:19:46 2011 New Revision: 1225743 URL: http://svn.apache.org/viewvc?rev=1225743view=rev Log: update POMs Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml incubator/npanday

svn commit: r1225744 - in /incubator/npanday/trunk/plugins/msdeploy-maven-plugin/src/main/java: npanday.plugin.msdeploy/ npanday/ npanday/plugin/ npanday/plugin/msdeploy/

2011-12-29 Thread brett
Author: brett Date: Fri Dec 30 03:20:30 2011 New Revision: 1225744 URL: http://svn.apache.org/viewvc?rev=1225744view=rev Log: fix directory structure Added: incubator/npanday/trunk/plugins/msdeploy-maven-plugin/src/main/java/npanday/ incubator/npanday/trunk/plugins/msdeploy-maven-plugin

svn commit: r1225745 - in /incubator/npanday/trunk/plugins/azure-maven-plugin/src/main/java: npanday.plugin.azure/ npanday/ npanday/plugin/ npanday/plugin/azure/

2011-12-29 Thread brett
Author: brett Date: Fri Dec 30 03:21:11 2011 New Revision: 1225745 URL: http://svn.apache.org/viewvc?rev=1225745view=rev Log: fix directory structure Added: incubator/npanday/trunk/plugins/azure-maven-plugin/src/main/java/npanday/ incubator/npanday/trunk/plugins/azure-maven-plugin/src

svn commit: r1225747 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AddInInstallationTest.java

2011-12-29 Thread brett
Author: brett Date: Fri Dec 30 03:25:31 2011 New Revision: 1225747 URL: http://svn.apache.org/viewvc?rev=1225747view=rev Log: force IT to install to a temporary location Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AddInInstallationTest.java Modified: incubator

svn commit: r1225748 - in /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its: IntegrationTestSuite.java NPANDAY_480_CloudServiceWithMultipleRoles.java

2011-12-29 Thread brett
Author: brett Date: Fri Dec 30 03:32:30 2011 New Revision: 1225748 URL: http://svn.apache.org/viewvc?rev=1225748view=rev Log: add new tests for NPANDAY-480 Added: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_CloudServiceWithMultipleRoles.java - copied

svn commit: r1225755 - in /incubator/npanday/npanday-its/trunk/src/test: java/npanday/its/ resources/AzureBootstrap/ resources/AzureBootstrap/azure-repo/ resources/AzureBootstrap/azure-repo/Microsoft/

2011-12-29 Thread brett
Author: brett Date: Fri Dec 30 05:31:52 2011 New Revision: 1225755 URL: http://svn.apache.org/viewvc?rev=1225755view=rev Log: bootstrap the Azure libs for the ITs for now, until they can be served from a repository. Users will need to do this by hand Added: incubator/npanday/npanday-its

svn commit: r1225759 - /incubator/npanday/trunk/plugins/msdeploy-maven-plugin/src/main/java/npanday/plugin/msdeploy/MsDeployCreatePackageMojo.java

2011-12-29 Thread brett
Author: brett Date: Fri Dec 30 05:51:11 2011 New Revision: 1225759 URL: http://svn.apache.org/viewvc?rev=1225759view=rev Log: add missing @phase tag so that the goal runs in the package phase by default Modified: incubator/npanday/trunk/plugins/msdeploy-maven-plugin/src/main/java/npanday

svn commit: r1225435 - /incubator/npanday/trunk/.gitignore

2011-12-28 Thread brett
Author: brett Date: Thu Dec 29 05:08:44 2011 New Revision: 1225435 URL: http://svn.apache.org/viewvc?rev=1225435view=rev Log: more ignores Modified: incubator/npanday/trunk/.gitignore Modified: incubator/npanday/trunk/.gitignore URL: http://svn.apache.org/viewvc/incubator/npanday/trunk

[jira] [Closed] (NPANDAY-437) Source file delete from project should delete includeSource node from pom file

2011-12-28 Thread Brett Porter (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter closed NPANDAY-437. Resolution: Cannot Reproduce Fix Version/s: (was: 1.4.1-incubating) Assignee

[jira] [Closed] (NPANDAY-345) avoid use of backslash in pom.xml

2011-12-28 Thread Brett Porter (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter closed NPANDAY-345. Resolution: Fixed Fix Version/s: (was: Backlog) 1.4.1-incubating

svn commit: r1224845 - /incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VendorInfoTransitionRuleFactory.java

2011-12-26 Thread brett
Author: brett Date: Tue Dec 27 00:55:11 2011 New Revision: 1224845 URL: http://svn.apache.org/viewvc?rev=1224845view=rev Log: fix typos Modified: incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VendorInfoTransitionRuleFactory.java Modified: incubator

svn commit: r1224846 - in /incubator/npanday/trunk: dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/Connect.cs plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/CompilerMo

2011-12-26 Thread brett
Author: brett Date: Tue Dec 27 00:55:22 2011 New Revision: 1224846 URL: http://svn.apache.org/viewvc?rev=1224846view=rev Log: remove commented code Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/Connect.cs incubator/npanday/trunk/plugins

svn commit: r1222122 - /incubator/npanday/trunk/pom.xml

2011-12-22 Thread brett
Author: brett Date: Thu Dec 22 09:25:45 2011 New Revision: 1222122 URL: http://svn.apache.org/viewvc?rev=1222122view=rev Log: clean up RAT configuration Modified: incubator/npanday/trunk/pom.xml Modified: incubator/npanday/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/npanday

svn commit: r1222128 [4/4] - in /incubator/npanday/trunk/components: ./ dotnet-artifact/ dotnet-artifact/src/main/java/npanday/artifact/ dotnet-artifact/src/main/java/npanday/artifact/impl/ dotnet-art

2011-12-22 Thread brett
Modified: incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VersionMatcher.java URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-vendor/src/main/java/npanday/vendor/impl/VersionMatcher.java?rev=1222128r1=1222127r2=1222128view=diff

svn commit: r1222129 - /incubator/npanday/trunk/pom.xml

2011-12-22 Thread brett
Author: brett Date: Thu Dec 22 09:41:53 2011 New Revision: 1222129 URL: http://svn.apache.org/viewvc?rev=1222129view=rev Log: generalise git files in root Modified: incubator/npanday/trunk/pom.xml Modified: incubator/npanday/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/npanday

svn commit: r1222137 - in /incubator/npanday/trunk: plugins/pom.xml pom.xml

2011-12-22 Thread brett
Author: brett Date: Thu Dec 22 09:59:03 2011 New Revision: 1222137 URL: http://svn.apache.org/viewvc?rev=1222137view=rev Log: fix RAT configuration Modified: incubator/npanday/trunk/plugins/pom.xml incubator/npanday/trunk/pom.xml Modified: incubator/npanday/trunk/plugins/pom.xml URL

svn commit: r1222152 - in /incubator/npanday/trunk/plugins/netplugins: NPanday.Plugin.Msbuild/ NPanday.Plugin.Msbuild/src/it/IT001/ NPanday.Plugin.Msbuild/src/it/IT001/WpfApplicationExample/ NPanday.P

2011-12-22 Thread brett
Author: brett Date: Thu Dec 22 10:19:22 2011 New Revision: 1222152 URL: http://svn.apache.org/viewvc?rev=1222152view=rev Log: update copyright headers Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/pom.xml incubator/npanday/trunk/plugins/netplugins

svn commit: r1222156 - in /incubator/npanday/trunk/plugins/aspnet-maven-plugin: ./ src/it/IT001_AssembleWithZeroConfig/ src/it/IT002_UserDefinedAssemblyDescriptor/ src/it/IT003_AdditionalComponents/ s

2011-12-22 Thread brett
Author: brett Date: Thu Dec 22 10:25:16 2011 New Revision: 1222156 URL: http://svn.apache.org/viewvc?rev=1222156view=rev Log: update copyright headers Modified: incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml incubator/npanday/trunk/plugins/aspnet-maven-plugin/src

svn commit: r1222157 - /incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml

2011-12-22 Thread brett
Author: brett Date: Thu Dec 22 10:26:05 2011 New Revision: 1222157 URL: http://svn.apache.org/viewvc?rev=1222157view=rev Log: update RAT config Modified: incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml Modified: incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml URL

svn commit: r1222163 - in /incubator/npanday/trunk/plugins/azure-maven-plugin: ./ src/main/java/npanday.plugin.azure/ src/main/resources/META-INF/npanday/ src/site/

2011-12-22 Thread brett
Author: brett Date: Thu Dec 22 10:31:38 2011 New Revision: 1222163 URL: http://svn.apache.org/viewvc?rev=1222163view=rev Log: update copyright headers Modified: incubator/npanday/trunk/plugins/azure-maven-plugin/pom.xml incubator/npanday/trunk/plugins/azure-maven-plugin/src/main/java

svn commit: r1222177 - in /incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp: ./ Commands/ Helper/

2011-12-22 Thread brett
Author: brett Date: Thu Dec 22 10:58:31 2011 New Revision: 1222177 URL: http://svn.apache.org/viewvc?rev=1222177view=rev Log: update copyright headers Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/Commands/AddArtifactsCommand.cs

svn commit: r1222179 - in /incubator/npanday/trunk: dotnet/assemblies/NPanday.Model.Pom/ dotnet/assemblies/NPanday.Plugin/ dotnet/assemblies/NPanday.ProjectImporter/Engine/ dotnet/assemblies/NPanday.V

2011-12-22 Thread brett
Author: brett Date: Thu Dec 22 11:08:21 2011 New Revision: 1222179 URL: http://svn.apache.org/viewvc?rev=1222179view=rev Log: update RAT config Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Pom/pom.xml incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin/pom.xml

svn commit: r1222537 - /incubator/npanday/trunk/pom.xml

2011-12-22 Thread brett
Author: brett Date: Fri Dec 23 03:04:33 2011 New Revision: 1222537 URL: http://svn.apache.org/viewvc?rev=1222537view=rev Log: remove BOM from POM Modified: incubator/npanday/trunk/pom.xml Modified: incubator/npanday/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/npanday/trunk

svn commit: r1222542 [8/8] - in /incubator/npanday/npanday-its/trunk: ./ src/test/java/npanday/its/ src/test/resources/BootstrapTest/ src/test/resources/NPANDAY_121_ResGenWithErrorInFileNameTest/ src/

2011-12-22 Thread brett
Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0041Net35Test/ClassLibrary1/pom.xml URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT0041Net35Test/ClassLibrary1/pom.xml?rev=1222542r1=1222541r2=1222542view=diff

svn commit: r1222545 - /incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/HelloWorld_WebRole.csproj.user

2011-12-22 Thread brett
Author: brett Date: Fri Dec 23 03:51:03 2011 New Revision: 1222545 URL: http://svn.apache.org/viewvc?rev=1222545view=rev Log: remove unneeded file for IT Removed: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/HelloWorld_WebRole.csproj.user

svn commit: r1222546 [2/2] - in /incubator/npanday/trunk: components/dotnet-model/ components/dotnet-model/assembly-plugins/ components/dotnet-model/assembly-plugins/src/site/ components/dotnet-model/

2011-12-22 Thread brett
Modified: incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/src/main/groovy/npanday/plugin/customlifecycle/DescribeMojo.groovy URL:

svn commit: r1222552 [2/2] - in /incubator/npanday/branches/npanday-1.4.x: ./ components/dotnet-model/ components/dotnet-model/assembly-plugins/ components/dotnet-model/assembly-plugins/src/site/ comp

2011-12-22 Thread brett
Modified: incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/SourceProcessorMojo.java URL:

svn commit: r1222554 - /incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/resources/registry.properties

2011-12-22 Thread brett
Author: brett Date: Fri Dec 23 04:33:37 2011 New Revision: 1222554 URL: http://svn.apache.org/viewvc?rev=1222554view=rev Log: add license Modified: incubator/npanday/branches/npanday-1.4.x/components/dotnet-registry/src/main/resources/registry.properties Modified: incubator/npanday

svn commit: r1222557 - /incubator/npanday/branches/npanday-1.4.x/pom.xml

2011-12-22 Thread brett
Author: brett Date: Fri Dec 23 04:42:50 2011 New Revision: 1222557 URL: http://svn.apache.org/viewvc?rev=1222557view=rev Log: need to build with itself to work around problem with plugin runner in 1.4.0 Modified: incubator/npanday/branches/npanday-1.4.x/pom.xml Modified: incubator/npanday

svn commit: r1222558 - in /incubator/npanday/npanday-its/trunk/src/test/resources: NPANDAY_196_MvcSupportTest/NPanday11480/ NPANDAY_330_VS2010MvcProjectSupportTest/NPanday330MVC2010ProjectTest/ NPANDA

2011-12-22 Thread brett
Author: brett Date: Fri Dec 23 04:48:00 2011 New Revision: 1222558 URL: http://svn.apache.org/viewvc?rev=1222558view=rev Log: try to fix comment block Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_196_MvcSupportTest/NPanday11480/Global.asax incubator/npanday

[jira] [Commented] (NPANDAY-486) Implement integrated XBuild/MSBuild lifecycle (superseeds current MSBuild integration)

2011-12-21 Thread Brett Porter (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13174041#comment-13174041 ] Brett Porter commented on NPANDAY-486: -- regarding the resource addition - it doesn't

svn commit: r1221158 - /incubator/npanday/branches/npanday-1.4.x/pom.xml

2011-12-20 Thread brett
Author: brett Date: Tue Dec 20 09:18:01 2011 New Revision: 1221158 URL: http://svn.apache.org/viewvc?rev=1221158view=rev Log: update Maven version Modified: incubator/npanday/branches/npanday-1.4.x/pom.xml Modified: incubator/npanday/branches/npanday-1.4.x/pom.xml URL: http

svn commit: r1221159 - /incubator/npanday/trunk/dotnet/pom.xml

2011-12-20 Thread brett
Author: brett Date: Tue Dec 20 09:19:39 2011 New Revision: 1221159 URL: http://svn.apache.org/viewvc?rev=1221159view=rev Log: put back skip Modified: incubator/npanday/trunk/dotnet/pom.xml Modified: incubator/npanday/trunk/dotnet/pom.xml URL: http://svn.apache.org/viewvc/incubator/npanday

svn commit: r1221161 - in /incubator/npanday/branches/npanday-1.4.x: ./ dotnet/pom.xml

2011-12-20 Thread brett
Author: brett Date: Tue Dec 20 09:21:21 2011 New Revision: 1221161 URL: http://svn.apache.org/viewvc?rev=1221161view=rev Log: add back skip for documented bootstrap problem Modified: incubator/npanday/branches/npanday-1.4.x/ (props changed) incubator/npanday/branches/npanday-1.4.x

svn commit: r1220702 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_488_MSDeployPackageSimpleWebApp.java

2011-12-19 Thread brett
Author: brett Date: Mon Dec 19 12:01:49 2011 New Revision: 1220702 URL: http://svn.apache.org/viewvc?rev=1220702view=rev Log: fix version Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_488_MSDeployPackageSimpleWebApp.java Modified: incubator/npanday

svn commit: r1221075 - in /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its: AbstractNPandayIntegrationTestCase.java AddInInstallationTest.java IntegrationTestSuite.java

2011-12-19 Thread brett
Author: brett Date: Tue Dec 20 02:26:25 2011 New Revision: 1221075 URL: http://svn.apache.org/viewvc?rev=1221075view=rev Log: add an integration test that verifies that NPanday assemblies were built with the right version of .NET framework Added: incubator/npanday/npanday-its/trunk/src/test

svn commit: r1221087 - /incubator/npanday/trunk/plugins/maven-vsinstaller-plugin/src/main/java/npanday/plugin/vsinstaller/VsInstallerMojo.java

2011-12-19 Thread brett
Author: brett Date: Tue Dec 20 03:24:03 2011 New Revision: 1221087 URL: http://svn.apache.org/viewvc?rev=1221087view=rev Log: no longer necessary to install artifacts in the GAC Modified: incubator/npanday/trunk/plugins/maven-vsinstaller-plugin/src/main/java/npanday/plugin/vsinstaller

svn commit: r1221088 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AddInInstallationTest.java

2011-12-19 Thread brett
Author: brett Date: Tue Dec 20 03:32:36 2011 New Revision: 1221088 URL: http://svn.apache.org/viewvc?rev=1221088view=rev Log: adjust name and add a comment Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AddInInstallationTest.java Modified: incubator/npanday

svn commit: r1221094 - in /incubator/npanday/branches/npanday-1.4.x: ./ plugins/netplugins/NPanday.Plugin.Settings/javabinding/src/main/java/NPanday/Plugin/Settings/SettingsGeneratorMojo.java

2011-12-19 Thread brett
Author: brett Date: Tue Dec 20 04:32:39 2011 New Revision: 1221094 URL: http://svn.apache.org/viewvc?rev=1221094view=rev Log: improve logging on settings generation Modified: incubator/npanday/branches/npanday-1.4.x/ (props changed) incubator/npanday/branches/npanday-1.4.x/plugins

svn commit: r1221095 - in /incubator/npanday/branches/npanday-1.4.x: ./ plugins/maven-vsinstaller-plugin/src/main/java/npanday/plugin/vsinstaller/VsInstallerMojo.java

2011-12-19 Thread brett
Author: brett Date: Tue Dec 20 04:39:04 2011 New Revision: 1221095 URL: http://svn.apache.org/viewvc?rev=1221095view=rev Log: no longer necessary to install artifacts in the GAC Modified: incubator/npanday/branches/npanday-1.4.x/ (props changed) incubator/npanday/branches/npanday-1.4

svn commit: r1221124 - in /incubator/npanday/branches/npanday-1.4.x: ./ plugins/maven-vsinstaller-plugin/src/main/java/npanday/plugin/vsinstaller/VsInstallerMojo.java

2011-12-19 Thread brett
Author: brett Date: Tue Dec 20 07:04:31 2011 New Revision: 1221124 URL: http://svn.apache.org/viewvc?rev=1221124view=rev Log: merge enhancements to VSInstaller Mojo from trunk Modified: incubator/npanday/branches/npanday-1.4.x/ (props changed) incubator/npanday/branches/npanday-1.4.x

svn commit: r1221125 - in /incubator/npanday/branches/npanday-1.4.x: ./ components/dotnet-plugin/src/main/java/npanday/plugin/AbstractMojo.java dotnet/pom.xml

2011-12-19 Thread brett
Author: brett Date: Tue Dec 20 07:06:41 2011 New Revision: 1221125 URL: http://svn.apache.org/viewvc?rev=1221125view=rev Log: merge fix for plugin resolution from trunk Modified: incubator/npanday/branches/npanday-1.4.x/ (props changed) incubator/npanday/branches/npanday-1.4.x

svn commit: r1220574 - in /incubator/npanday/trunk: bootstrap.bat bootstrap.sh

2011-12-18 Thread brett
Author: brett Date: Mon Dec 19 01:08:09 2011 New Revision: 1220574 URL: http://svn.apache.org/viewvc?rev=1220574view=rev Log: clean for bootstrap Modified: incubator/npanday/trunk/bootstrap.bat incubator/npanday/trunk/bootstrap.sh Modified: incubator/npanday/trunk/bootstrap.bat URL

svn commit: r1220607 - /incubator/npanday/trunk/pom.xml

2011-12-18 Thread brett
Author: brett Date: Mon Dec 19 04:58:15 2011 New Revision: 1220607 URL: http://svn.apache.org/viewvc?rev=1220607view=rev Log: update RAT version Modified: incubator/npanday/trunk/pom.xml Modified: incubator/npanday/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/npanday/trunk

svn commit: r1220617 - /incubator/npanday/trunk/pom.xml

2011-12-18 Thread brett
Author: brett Date: Mon Dec 19 05:41:23 2011 New Revision: 1220617 URL: http://svn.apache.org/viewvc?rev=1220617view=rev Log: disable check that was causing problems at release time Modified: incubator/npanday/trunk/pom.xml Modified: incubator/npanday/trunk/pom.xml URL: http

[jira] [Commented] (NPANDAY-504) NPanday installer msi does not properly install

2011-12-16 Thread Brett Porter (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13171023#comment-13171023 ] Brett Porter commented on NPANDAY-504: -- Is that the directory the rest of your

[jira] [Issue Comment Edited] (NPANDAY-504) NPanday installer msi does not properly install

2011-12-16 Thread Brett Porter (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13171023#comment-13171023 ] Brett Porter edited comment on NPANDAY-504 at 12/16/11 3:28 PM

[jira] [Commented] (NPANDAY-474) NPanday build of Web application copies .svn and .references folder to target folder

2011-12-13 Thread Brett Porter (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13169091#comment-13169091 ] Brett Porter commented on NPANDAY-474: -- Probably easiest to do an IT - can be based

svn commit: r1213212 - in /incubator/npanday/trunk: plugins/maven-ilmerge-plugin/pom.xml pom.xml

2011-12-12 Thread brett
Author: brett Date: Mon Dec 12 12:31:28 2011 New Revision: 1213212 URL: http://svn.apache.org/viewvc?rev=1213212view=rev Log: [maven-release-plugin] prepare branch npanday-1.4.x Modified: incubator/npanday/trunk/plugins/maven-ilmerge-plugin/pom.xml incubator/npanday/trunk/pom.xml

svn commit: r1213213 - /incubator/npanday/branches/npanday-1.4.x/

2011-12-12 Thread brett
Author: brett Date: Mon Dec 12 12:31:38 2011 New Revision: 1213213 URL: http://svn.apache.org/viewvc?rev=1213213view=rev Log: [maven-release-plugin] copy for branch npanday-1.4.x Added: incubator/npanday/branches/npanday-1.4.x/ (props changed) - copied from r1213212, incubator

svn commit: r1213226 - in /incubator/npanday/trunk: dist/ dist/npanday-repository-builder/ dotnet/assemblies/NPanday.ProjectImporter/ dotnet/assemblies/NPanday.ProjectImporter/Engine/ dotnet/assemblie

2011-12-12 Thread brett
Author: brett Date: Mon Dec 12 13:18:05 2011 New Revision: 1213226 URL: http://svn.apache.org/viewvc?rev=1213226view=rev Log: fix remaining versions Modified: incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml incubator/npanday/trunk/dist/pom.xml incubator/npanday/trunk

svn commit: r1213521 - /incubator/npanday/trunk/npanday-it-runner/pom.xml

2011-12-12 Thread brett
Author: brett Date: Tue Dec 13 00:33:31 2011 New Revision: 1213521 URL: http://svn.apache.org/viewvc?rev=1213521view=rev Log: no need to branch the ITs, so use these ones until released Modified: incubator/npanday/trunk/npanday-it-runner/pom.xml Modified: incubator/npanday/trunk/npanday

svn commit: r1213553 - /incubator/npanday/trunk/npanday-it-runner/pom.xml

2011-12-12 Thread brett
Author: brett Date: Tue Dec 13 03:35:58 2011 New Revision: 1213553 URL: http://svn.apache.org/viewvc?rev=1213553view=rev Log: fix typo Modified: incubator/npanday/trunk/npanday-it-runner/pom.xml Modified: incubator/npanday/trunk/npanday-it-runner/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1211797 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java

2011-12-08 Thread brett
Author: brett Date: Thu Dec 8 10:06:15 2011 New Revision: 1211797 URL: http://svn.apache.org/viewvc?rev=1211797view=rev Log: ability to turn on -X for Maven Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java Modified: incubator

svn commit: r1211819 - in /incubator/npanday/npanday-its/trunk/src/test: java/npanday/its/NPANDAY_465_AspxDisablePrecompilationTest.java resources/NPANDAY_465_AspxDisablePrecompilationTest/ resources/

2011-12-08 Thread brett
Author: brett Date: Thu Dec 8 10:51:38 2011 New Revision: 1211819 URL: http://svn.apache.org/viewvc?rev=1211819view=rev Log: [NPANDAY-465] integration test for disable precompile flag Added: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its

svn commit: r1211820 - /incubator/npanday/trunk/plugins/maven-aspx-plugin/src/main/java/npanday/plugin/aspx/AspxCompilerMojo.java

2011-12-08 Thread brett
Author: brett Date: Thu Dec 8 10:53:53 2011 New Revision: 1211820 URL: http://svn.apache.org/viewvc?rev=1211820view=rev Log: [NPANDAY-465] flag to disable aspnet_compiler, as it can occasionally be problematic. Simulate by copying everything except *.cs and *.vb files into the location

svn commit: r1211389 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0012VBWebAppTest.java

2011-12-07 Thread brett
Author: brett Date: Wed Dec 7 11:25:01 2011 New Revision: 1211389 URL: http://svn.apache.org/viewvc?rev=1211389view=rev Log: fix incorrect path Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0012VBWebAppTest.java Modified: incubator/npanday/npanday-its

svn commit: r1211395 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0012VBWebAppTest.java

2011-12-07 Thread brett
Author: brett Date: Wed Dec 7 11:42:47 2011 New Revision: 1211395 URL: http://svn.apache.org/viewvc?rev=1211395view=rev Log: correct IT Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0012VBWebAppTest.java Modified: incubator/npanday/npanday-its/trunk/src

svn commit: r1211396 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0013WebAppInstallTest.java

2011-12-07 Thread brett
Author: brett Date: Wed Dec 7 11:48:14 2011 New Revision: 1211396 URL: http://svn.apache.org/viewvc?rev=1211396view=rev Log: updated IT for contents of ZIP Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0013WebAppInstallTest.java Modified: incubator

svn commit: r1211399 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_121_ResGenWithErrorInFileNameTest.java

2011-12-07 Thread brett
Author: brett Date: Wed Dec 7 11:59:56 2011 New Revision: 1211399 URL: http://svn.apache.org/viewvc?rev=1211399view=rev Log: updated IT for contents of ZIP Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_121_ResGenWithErrorInFileNameTest.java Modified

svn commit: r1211400 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0012VBWebAppTest.java

2011-12-07 Thread brett
Author: brett Date: Wed Dec 7 12:00:21 2011 New Revision: 1211400 URL: http://svn.apache.org/viewvc?rev=1211400view=rev Log: updated IT for contents of ZIP Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0012VBWebAppTest.java Modified: incubator/npanday

svn commit: r1211403 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_121_ResGenWithErrorInFileNameTest.java

2011-12-07 Thread brett
Author: brett Date: Wed Dec 7 12:06:56 2011 New Revision: 1211403 URL: http://svn.apache.org/viewvc?rev=1211403view=rev Log: correct resource check Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_121_ResGenWithErrorInFileNameTest.java Modified: incubator

svn commit: r1211404 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0012VBWebAppTest.java

2011-12-07 Thread brett
Author: brett Date: Wed Dec 7 12:12:36 2011 New Revision: 1211404 URL: http://svn.apache.org/viewvc?rev=1211404view=rev Log: fix class name Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0012VBWebAppTest.java Modified: incubator/npanday/npanday-its/trunk

svn commit: r1211406 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_329_VS2010WcfProjectSupportTest.java

2011-12-07 Thread brett
Author: brett Date: Wed Dec 7 12:16:53 2011 New Revision: 1211406 URL: http://svn.apache.org/viewvc?rev=1211406view=rev Log: update IT for zip contents Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_329_VS2010WcfProjectSupportTest.java Modified: incubator

svn commit: r1211762 - in /incubator/npanday/npanday-its/trunk: ./ src/test/java/npanday/its/ src/test/resources/NPANDAY_329_VS2010WcfProjectSupportTest/ src/test/resources/NPANDAY_96_GlobalAsaxPrecom

2011-12-07 Thread brett
Author: brett Date: Thu Dec 8 06:00:47 2011 New Revision: 1211762 URL: http://svn.apache.org/viewvc?rev=1211762view=rev Log: add a test case for NPANDAY-96 which introduced some special filtering into the precompilation plugin, so changes there are safer Added: incubator/npanday/npanday

svn commit: r1211766 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_96_GlobalAsaxPrecompiledTest.java

2011-12-07 Thread brett
Author: brett Date: Thu Dec 8 06:28:48 2011 New Revision: 1211766 URL: http://svn.apache.org/viewvc?rev=1211766view=rev Log: additional check for NPANDAY-96 Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_96_GlobalAsaxPrecompiledTest.java Modified

svn commit: r1210815 - /incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/csharp/ImporterTests/Net40GacImportTest.cs

2011-12-06 Thread brett
Author: brett Date: Tue Dec 6 08:10:09 2011 New Revision: 1210815 URL: http://svn.apache.org/viewvc?rev=1210815view=rev Log: additional check for test Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/csharp/ImporterTests/Net40GacImportTest.cs

svn commit: r1210865 - in /incubator/npanday/trunk/dist/npanday-repository-builder: pom.xml src/main/assembly/repo.xml

2011-12-06 Thread brett
Author: brett Date: Tue Dec 6 11:24:46 2011 New Revision: 1210865 URL: http://svn.apache.org/viewvc?rev=1210865view=rev Log: ensure ordering of build is correct in dist Modified: incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml incubator/npanday/trunk/dist/npanday

<    1   2   3   4   5   6   7   8   >