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:

[jira] [Work started] (NPANDAY-489) Implement path location for MSDeploy.exe (using Executable Plugins)

2011-12-19 Thread Lars Corneliussen (Work started) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on NPANDAY-489 started by Lars Corneliussen. Implement path location for MSDeploy.exe (using Executable Plugins)

[jira] [Resolved] (NPANDAY-489) Implement path location for MSDeploy.exe (using Executable Plugins)

2011-12-19 Thread Lars Corneliussen (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Corneliussen resolved NPANDAY-489. --- Resolution: Fixed Implement path location for MSDeploy.exe (using Executable

[jira] [Updated] (NPANDAY-499) Make configuration for compiler-plugins and executable-plugins more flexible

2011-12-19 Thread Lars Corneliussen (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Corneliussen updated NPANDAY-499: -- Description: Currently all configuration for compiler-plugins and executable-plugins

svn commit: r1220830 - in /incubator/npanday/trunk: components/dotnet-executable/src/main/java/npanday/executable/ components/dotnet-executable/src/main/java/npanday/executable/compiler/ components/do

2011-12-19 Thread lcorneliussen
Author: lcorneliussen Date: Mon Dec 19 16:27:41 2011 New Revision: 1220830 URL: http://svn.apache.org/viewvc?rev=1220830view=rev Log: [NPANDAY-499] Make configuration for compiler-plugins and executable-plugins more flexible o Removed resetCommands from NetExecutable o Fixed type in windows

svn commit: r1220834 - in /incubator/npanday/trunk/plugins/msdeploy-maven-plugin: ./ src/main/java/ src/main/java/npanday.plugin.msdeploy/ src/main/resources/ src/main/resources/META-INF/ src/main/res

2011-12-19 Thread lcorneliussen
Author: lcorneliussen Date: Mon Dec 19 16:37:51 2011 New Revision: 1220834 URL: http://svn.apache.org/viewvc?rev=1220834view=rev Log: [NPANDAY-488] Packaging for Web Applications (also Azure Web Roles) o Initial msdeploy plugin and configuration for zero-classifier packaging Added:

svn commit: r1220835 - in /incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp: assembly.xml pom.xml

2011-12-19 Thread lcorneliussen
Author: lcorneliussen Date: Mon Dec 19 16:41:02 2011 New Revision: 1220835 URL: http://svn.apache.org/viewvc?rev=1220835view=rev Log: [NPANDAY-488] MSDeploy packaging (without config transforms) Removed:

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:

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:

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:

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)

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)

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)

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)