svn commit: r1619763 - in /incubator/npanday/trunk/plugins/maven-test-plugin/src/main: java/npanday/plugin/test/TesterMojo.java resources/META-INF/npanday/executable-plugins.xml

2014-08-22 Thread brett
Author: brett Date: Fri Aug 22 11:56:22 2014 New Revision: 1619763 URL: http://svn.apache.org/r1619763 Log: fix NUnit on Mono There is no nunit-console-x86, so ignore the forceX86 flag Modified: incubator/npanday/trunk/plugins/maven-test-plugin/src/main/java/npanday/plugin/test

svn commit: r1619706 - /incubator/npanday/trunk/components/dotnet-executable/src/test/groovy/npanday/executable/execution/CommandExecutorTest.groovy

2014-08-22 Thread brett
Author: brett Date: Fri Aug 22 08:49:27 2014 New Revision: 1619706 URL: http://svn.apache.org/r1619706 Log: [NPANDAY-525] fix tests for bash Modified: incubator/npanday/trunk/components/dotnet-executable/src/test/groovy/npanday/executable/execution/CommandExecutorTest.groovy Modified

svn commit: r1619693 - in /incubator/npanday/trunk: components/dotnet-executable/src/main/java/npanday/executable/impl/ plugins/azure-maven-plugin/src/main/java/npanday/plugin/azure/ plugins/azure-mav

2014-08-22 Thread brett
Author: brett Date: Fri Aug 22 07:26:51 2014 New Revision: 1619693 URL: http://svn.apache.org/r1619693 Log: [NPANDAY-585] support any version of Azure SDK Use a version range for executable version matching, and then construct the probingPath directly using the registry key and executable

svn commit: r1619669 - in /incubator/npanday/trunk/components/dotnet-executable/src/main: java/npanday/resolver/NPandayDependencyResolution.java resources/META-INF/plexus/components.xml

2014-08-21 Thread brett
Author: brett Date: Fri Aug 22 05:37:15 2014 New Revision: 1619669 URL: http://svn.apache.org/r1619669 Log: [NPANDAY-598] re-instate previous fix This is probably not the ideal way to address this issue - it seems like the "cache" are actually collectors that should be scoped to the

svn commit: r1619668 [1/2] - in /incubator/npanday/trunk: ./ components/dotnet-model/dotnet-model-library-import/ components/dotnet-model/dotnet-model-library-import/src/site/ components/dotnet-model/

2014-08-21 Thread brett
Author: brett Date: Fri Aug 22 05:19:30 2014 New Revision: 1619668 URL: http://svn.apache.org/r1619668 Log: adjust line endings Modified: incubator/npanday/trunk/components/dotnet-model/dotnet-model-library-import/pom.xml (props changed) incubator/npanday/trunk/components/dotnet

svn commit: r1619668 [2/2] - in /incubator/npanday/trunk: ./ components/dotnet-model/dotnet-model-library-import/ components/dotnet-model/dotnet-model-library-import/src/site/ components/dotnet-model/

2014-08-21 Thread brett
Modified: incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT009_ImporterLifecycle/nunit.lib.xml URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT009_ImporterLifecycle/nunit.lib.xml?rev=1619668&r1=1619667&r2=1619668&view=

svn commit: r1619666 [2/2] - in /incubator/npanday/trunk: components/dotnet-core/src/main/java/npanday/ components/dotnet-executable/src/main/java/npanday/executable/ components/dotnet-executable/src/

2014-08-21 Thread brett
Modified: incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/main/java/npanday/plugin/libraryimporter/resolve/ExtractNuspecFromPackagesMojo.java URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/main/java/npanday/plugin/libraryimpor

svn commit: r1619666 [1/2] - in /incubator/npanday/trunk: components/dotnet-core/src/main/java/npanday/ components/dotnet-executable/src/main/java/npanday/executable/ components/dotnet-executable/src/

2014-08-21 Thread brett
Author: brett Date: Fri Aug 22 05:17:20 2014 New Revision: 1619666 URL: http://svn.apache.org/r1619666 Log: fix line endings Modified: incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/LocalRepositoryUtil.java (props changed) incubator/npanday/trunk/components

svn commit: r1619665 - in /incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/resolver: NPandayResolutionCache.java resolvers/PdbAssemblyResolver.java

2014-08-21 Thread brett
Author: brett Date: Fri Aug 22 05:14:26 2014 New Revision: 1619665 URL: http://svn.apache.org/r1619665 Log: [NPANDAY-599] line up keys properly Caching wasn't taking because wrong ID was being used (and PDB using the wrong artifact) Modified: incubator/npanday/trunk/components/d

svn commit: r1619663 - in /incubator/npanday/trunk: components/dotnet-executable/src/main/java/npanday/executable/impl/ plugins/wix-maven-plugin/src/main/java/npanday/plugin/wix/ plugins/wix-maven-plu

2014-08-21 Thread brett
Author: brett Date: Fri Aug 22 04:23:53 2014 New Revision: 1619663 URL: http://svn.apache.org/r1619663 Log: [NPANDAY-523] have WIX plugin use the new execution framework Submitted by: Adrián Boimvaser Added: incubator/npanday/trunk/plugins/wix-maven-plugin/src/main/resources

svn commit: r1619654 - /incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/DefaultCompiler.java

2014-08-21 Thread brett
Author: brett Date: Fri Aug 22 03:30:59 2014 New Revision: 1619654 URL: http://svn.apache.org/r1619654 Log: fix build on mono In my environment, /nostdlib will not be able to locate mscorlib. On mono, these effectively negate each other, so best just to remove the /nostdlib option and let it use

svn commit: r1619651 - in /incubator/npanday/npanday-its/trunk/src/test: java/npanday/its/ resources/NPANDAY_227_ResGenConventionsTest/ resources/NPANDAY_227_ResGenConventionsTest/src/ resources/NPAND

2014-08-21 Thread brett
Author: brett Date: Fri Aug 22 02:32:17 2014 New Revision: 1619651 URL: http://svn.apache.org/r1619651 Log: [NPANDAY-227] integration test for resgen Added: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_227_ResGenConventionsTest.java (with props) incubator

svn commit: r1619649 - /incubator/npanday/trunk/plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen/ExistingResxGenerator.java

2014-08-21 Thread brett
Author: brett Date: Fri Aug 22 02:30:26 2014 New Revision: 1619649 URL: http://svn.apache.org/r1619649 Log: [NPANDAY-227] make sure includes/excludes are null when empty Modified: incubator/npanday/trunk/plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen

svn commit: r1619648 - in /incubator/npanday/trunk/plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen: EmbeddedResource.java ExistingResxGenerator.java

2014-08-21 Thread brett
Author: brett Date: Fri Aug 22 01:47:11 2014 New Revision: 1619648 URL: http://svn.apache.org/r1619648 Log: [NPANDAY-227] Improve Implementation on handling of Resources Modified: incubator/npanday/trunk/plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen/EmbeddedResource.java

svn commit: r1619647 - in /incubator/npanday/trunk: plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen/ExistingResxGenerator.java pom.xml

2014-08-21 Thread brett
Author: brett Date: Fri Aug 22 01:46:21 2014 New Revision: 1619647 URL: http://svn.apache.org/r1619647 Log: [NPANDAY-467] locate resx files in the current directory This was the intended behaviour, but an incorrect condition on the embeddedResources field was preventing it. Submitted by

svn commit: r1619354 - /incubator/npanday/trunk/dist/npanday-installer/src/main/wix/License.rtf

2014-08-21 Thread brett
Author: brett Date: Thu Aug 21 10:46:03 2014 New Revision: 1619354 URL: http://svn.apache.org/r1619354 Log: update license text and format for installer Modified: incubator/npanday/trunk/dist/npanday-installer/src/main/wix/License.rtf Modified: incubator/npanday/trunk/dist/npanday

svn commit: r1619350 - in /incubator/npanday/trunk/dist/npanday-installer/src/main: groovy/generateWxs.groovy wix/NPanday.VisualStudio.Addin

2014-08-21 Thread brett
Author: brett Date: Thu Aug 21 10:24:27 2014 New Revision: 1619350 URL: http://svn.apache.org/r1619350 Log: add about box to addin from installer Modified: incubator/npanday/trunk/dist/npanday-installer/src/main/groovy/generateWxs.groovy incubator/npanday/trunk/dist/npanday-installer

svn commit: r1619299 - /incubator/npanday/trunk/dist/npanday-installer/src/main/wix/NPanday.VisualStudio.Addin

2014-08-21 Thread brett
Author: brett Date: Thu Aug 21 07:22:07 2014 New Revision: 1619299 URL: http://svn.apache.org/r1619299 Log: adjust newlines Modified: incubator/npanday/trunk/dist/npanday-installer/src/main/wix/NPanday.VisualStudio.Addin Modified: incubator/npanday/trunk/dist/npanday-installer/src/main

svn commit: r1619292 - in /incubator/npanday/trunk: dist/npanday-repository-builder/ plugins/ plugins/maven-vsinstaller-plugin/ plugins/maven-vsinstaller-plugin/src/main/java/npanday/plugin/vsinstalle

2014-08-20 Thread brett
Author: brett Date: Thu Aug 21 05:12:12 2014 New Revision: 1619292 URL: http://svn.apache.org/r1619292 Log: [NPANDAY-573] remove deprecated vsinstaller plugin Removed: incubator/npanday/trunk/plugins/maven-vsinstaller-plugin/pom.xml incubator/npanday/trunk/plugins/maven-vsinstaller

svn commit: r1619291 - /incubator/npanday/trunk/README

2014-08-20 Thread brett
Author: brett Date: Thu Aug 21 05:10:11 2014 New Revision: 1619291 URL: http://svn.apache.org/r1619291 Log: remove outdated README Removed: incubator/npanday/trunk/README

svn commit: r1619285 - in /incubator/npanday/trunk: plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/AbstractCompilerMojo.java plugins/maven-compile-plugin/src/main/java/npanday/plugi

2014-08-20 Thread brett
Author: brett Date: Thu Aug 21 04:33:51 2014 New Revision: 1619285 URL: http://svn.apache.org/r1619285 Log: [NPANDAY-610] ArtifactType as an optional configuration argument Submitted by: David Akehurst Modified: incubator/npanday/trunk/plugins/maven-compile-plugin/src/main/java/npanday

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

2014-08-20 Thread brett
Author: brett Date: Thu Aug 21 04:19:57 2014 New Revision: 1619284 URL: http://svn.apache.org/r1619284 Log: [NPANDAY-572] accommodate namespaces Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/main/csharp/SettingsUtil.cs Modified: incubator/npanday/trunk/dotnet

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

2014-08-20 Thread brett
Author: brett Date: Thu Aug 21 03:07:34 2014 New Revision: 1619281 URL: http://svn.apache.org/r1619281 Log: [NPANDAY-629] Unable to build dist projects with Maven 3 Avoid NullPointerException by removing metadata from the output Modified: incubator/npanday/trunk/dist/npanday-repository

svn commit: r1619280 - /incubator/npanday/trunk/site/src/site/apt/developers/publishing-docs.apt

2014-08-20 Thread brett
Author: brett Date: Thu Aug 21 02:05:18 2014 New Revision: 1619280 URL: http://svn.apache.org/r1619280 Log: correction to publishing plugin documentation Modified: incubator/npanday/trunk/site/src/site/apt/developers/publishing-docs.apt Modified: incubator/npanday/trunk/site/src/site/apt

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

2014-08-20 Thread brett
Author: brett Date: Thu Aug 21 02:05:03 2014 New Revision: 1619279 URL: http://svn.apache.org/r1619279 Log: additional building note Modified: incubator/npanday/trunk/site/src/site/apt/developers/building.apt.vm Modified: incubator/npanday/trunk/site/src/site/apt/developers/building.apt.vm

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

2014-08-06 Thread brett
Author: brett Date: Thu Aug 7 06:17:00 2014 New Revision: 1616412 URL: http://svn.apache.org/r1616412 Log: re-enable detection of MVC for tests MVC3 test was failing if MVC3 was not installed. Seems this was disabled previously to allow some other tests that use MVC2 to run regardless, but it&#

svn commit: r1616146 - /incubator/npanday/trunk/site/src/site/apt/guide/advanced/dependencies.apt

2014-08-06 Thread brett
Author: brett Date: Wed Aug 6 10:01:31 2014 New Revision: 1616146 URL: http://svn.apache.org/r1616146 Log: new feature of dependencies in import Modified: incubator/npanday/trunk/site/src/site/apt/guide/advanced/dependencies.apt Modified: incubator/npanday/trunk/site/src/site/apt/guide

svn commit: r1616143 - /incubator/npanday/trunk/site/src/site/apt/developers/debugging-addin.apt

2014-08-06 Thread brett
Author: brett Date: Wed Aug 6 10:01:05 2014 New Revision: 1616143 URL: http://svn.apache.org/r1616143 Log: extra step needed for getting addin file now Modified: incubator/npanday/trunk/site/src/site/apt/developers/debugging-addin.apt Modified: incubator/npanday/trunk/site/src/site/apt

svn commit: r1616145 - in /incubator/npanday/trunk/site/src/site/apt/guide: advanced/generate-project.apt advanced/releasing.apt installation/index.apt.vm installation/uninstall.apt vs/configureReposi

2014-08-06 Thread brett
Author: brett Date: Wed Aug 6 10:01:23 2014 New Revision: 1616145 URL: http://svn.apache.org/r1616145 Log: update default location of home directory for modern Windows Modified: incubator/npanday/trunk/site/src/site/apt/guide/advanced/generate-project.apt incubator/npanday/trunk/site

svn commit: r1616144 - in /incubator/npanday/trunk/site/src/site/apt: developers/design/com-references.apt developers/releasing.apt faqs.apt guide/advanced/generate-project.apt

2014-08-06 Thread brett
Author: brett Date: Wed Aug 6 10:01:13 2014 New Revision: 1616144 URL: http://svn.apache.org/r1616144 Log: formatting and typos Modified: incubator/npanday/trunk/site/src/site/apt/developers/design/com-references.apt incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt

svn commit: r1616147 - in /incubator/npanday/trunk/site/src/site/apt/guide: advanced/releasing.apt devinfra/artifact-repository.apt devinfra/continuum.apt

2014-08-06 Thread brett
Author: brett Date: Wed Aug 6 10:01:38 2014 New Revision: 1616147 URL: http://svn.apache.org/r1616147 Log: update old links Modified: incubator/npanday/trunk/site/src/site/apt/guide/advanced/releasing.apt incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt

svn commit: r1616142 - in /incubator/npanday/trunk/site/src/site/apt: developers/building.apt.vm developers/publishing-docs.apt developers/releasing.apt faqs.apt features.apt guide/installation/index.

2014-08-06 Thread brett
Author: brett Date: Wed Aug 6 10:00:40 2014 New Revision: 1616142 URL: http://svn.apache.org/r1616142 Log: update build instructions and requirements Document latest versions available, and changes now that PATH and settings are not required Modified: incubator/npanday/trunk/site/src/site

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

2014-07-13 Thread brett
Author: brett Date: Mon Jul 14 03:38:26 2014 New Revision: 1610337 URL: http://svn.apache.org/r1610337 Log: add Greg Domjan to list of contributors Modified: incubator/npanday/trunk/pom.xml Modified: incubator/npanday/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/npanday/trunk

svn commit: r1610336 - /incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/NetExecutableFactoryImpl.java

2014-07-13 Thread brett
Author: brett Date: Mon Jul 14 03:36:25 2014 New Revision: 1610336 URL: http://svn.apache.org/r1610336 Log: [NPANDAY-632] NPE when using netHome maven configuration Make sure executableConfig is always initialised with a list for executablePaths before attempting to add netHome to the list

svn commit: r1609952 - in /incubator/npanday/trunk/plugins: application-maven-plugin/pom.xml aspnet-maven-plugin/pom.xml

2014-07-12 Thread brett
Author: brett Date: Sat Jul 12 15:51:07 2014 New Revision: 1609952 URL: http://svn.apache.org/r1609952 Log: run ITs on x64 systems as well Modified: incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml Modified

svn commit: r1609953 - /incubator/npanday/trunk/components/dotnet-packaging/src/main/java/npanday/packaging/ConfigFileHandler.java

2014-07-12 Thread brett
Author: brett Date: Sat Jul 12 15:51:52 2014 New Revision: 1609953 URL: http://svn.apache.org/r1609953 Log: correct issue with multiple configuration files vendorRequirement is mutated and subsequent attempts to match it will fail Modified: incubator/npanday/trunk/components/dotnet

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

2014-07-12 Thread brett
Author: brett Date: Sat Jul 12 15:50:30 2014 New Revision: 1609951 URL: http://svn.apache.org/r1609951 Log: only build addin when appropriate assemblies are in place from VS Modified: incubator/npanday/trunk/dotnet/assemblies/pom.xml Modified: incubator/npanday/trunk/dotnet/assemblies

svn commit: r1609950 - /incubator/npanday/trunk/components/dotnet-msbuild/src/main/java/npanday/msbuild/xdt/XmlDocumentTransformer.java

2014-07-12 Thread brett
Author: brett Date: Sat Jul 12 15:50:00 2014 New Revision: 1609950 URL: http://svn.apache.org/r1609950 Log: handle mismatched msbuild versions with the installed Visual Studio tools Modified: incubator/npanday/trunk/components/dotnet-msbuild/src/main/java/npanday/msbuild/xdt

svn commit: r1609895 - in /incubator/npanday/trunk: components/dotnet-core/src/main/resources/META-INF/npanday/ components/dotnet-executable/src/main/resources/META-INF/npanday/ plugins/maven-link-plu

2014-07-12 Thread brett
Author: brett Date: Sat Jul 12 08:58:13 2014 New Revision: 1609895 URL: http://svn.apache.org/r1609895 Log: [NPANDAY-505] consolidate XSD definition again It should be ok to use a newer Windows SDK in most cases, rather than requiring several old versions to target those builds. The compiler

svn commit: r1609729 - in /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its: AbstractNPandayIntegrationTestCase.java NPANDAY_452_SilverlightAppTest.java

2014-07-11 Thread brett
Author: brett Date: Fri Jul 11 15:45:24 2014 New Revision: 1609729 URL: http://svn.apache.org/r1609729 Log: adjustments for x64 servers Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java incubator/npanday/npanday-its/trunk

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

2014-07-11 Thread brett
Author: brett Date: Fri Jul 11 11:59:10 2014 New Revision: 1609701 URL: http://svn.apache.org/r1609701 Log: v3.0 a separate list also add comments for others for later clarity Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java

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

2014-07-11 Thread brett
Author: brett Date: Fri Jul 11 11:48:07 2014 New Revision: 1609698 URL: http://svn.apache.org/r1609698 Log: avoid duplicate, mismatched tools versions Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java Modified: incubator

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

2014-07-11 Thread brett
Author: brett Date: Fri Jul 11 11:22:54 2014 New Revision: 1609692 URL: http://svn.apache.org/r1609692 Log: detect other tools versions that should be installed Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java Modified

svn commit: r1609684 - in /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its: AbstractNPandayIntegrationTestCase.java NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.java NPANDAY_377_Wi

2014-07-11 Thread brett
Author: brett Date: Fri Jul 11 10:45:44 2014 New Revision: 1609684 URL: http://svn.apache.org/r1609684 Log: fix npanday-settings.xml override which was accidentally inverted Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java

svn commit: r1609683 - in /incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest: ./ NPANDAY_377_WithNPandaySettingsPathTest/ NPANDAY_377_WithNPanda

2014-07-11 Thread brett
Author: brett Date: Fri Jul 11 10:44:55 2014 New Revision: 1609683 URL: http://svn.apache.org/r1609683 Log: remove extra files included accidentally Removed: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest

svn commit: r1609674 - /incubator/npanday/trunk/plugins/maven-aspx-plugin/src/main/resources/META-INF/plexus/components.xml

2014-07-11 Thread brett
Author: brett Date: Fri Jul 11 10:17:51 2014 New Revision: 1609674 URL: http://svn.apache.org/r1609674 Log: [NPANDAY-630] remove duplicate asp lifecycle This is already defined (differently!) in the dotnet-core. The one in the plugin is incorrect, as it doesn't include compilation. Thi

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

2014-07-11 Thread brett
Author: brett Date: Fri Jul 11 10:15:07 2014 New Revision: 1609673 URL: http://svn.apache.org/r1609673 Log: make sure to close the streams Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java Modified: incubator/npanday/npanday

svn commit: r1609667 - in /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its: AbstractNPandayIntegrationTestCase.java NPandayIT0028RemoteSnapshotRepoTest.java

2014-07-11 Thread brett
Author: brett Date: Fri Jul 11 10:03:02 2014 New Revision: 1609667 URL: http://svn.apache.org/r1609667 Log: skip test only valid on Maven 2 if running newer Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java incubator/npanday

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

2014-07-11 Thread brett
Author: brett Date: Fri Jul 11 10:02:23 2014 New Revision: 1609666 URL: http://svn.apache.org/r1609666 Log: change framework detection ranges not always suitable - e.g. can have v4.0 installed but not v3.5 Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its

svn commit: r1609664 - in /incubator/npanday/npanday-its/trunk: pom.xml src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java src/test/java/npanday/its/util/ src/test/java/npanday/its/util

2014-07-11 Thread brett
Author: brett Date: Fri Jul 11 10:00:56 2014 New Revision: 1609664 URL: http://svn.apache.org/r1609664 Log: find ildasm from the registry Ensures correct one is found for x64 machines, otherwise it fails with an error about trying to use a side-by-side install Added: incubator/npanday

svn commit: r1609663 [2/2] - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/

2014-07-11 Thread brett
Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0022StrongNameKeyAddedToAssemblyTest.java URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0022StrongNameKeyAddedToAssemblyTest.java?rev=1609663&r1=1609662&r2=1

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

2014-07-11 Thread brett
Author: brett Date: Fri Jul 11 09:57:03 2014 New Revision: 1609661 URL: http://svn.apache.org/r1609661 Log: allow tests to run without a specified version Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java Modified: incubator

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

2014-07-11 Thread brett
Author: brett Date: Fri Jul 11 09:56:28 2014 New Revision: 1609660 URL: http://svn.apache.org/r1609660 Log: locate ildasm at start of run like others Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java Modified: incubator/npanday

svn commit: r1609659 - /incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/impl/WinRegistry.java

2014-07-11 Thread brett
Author: brett Date: Fri Jul 11 09:54:21 2014 New Revision: 1609659 URL: http://svn.apache.org/r1609659 Log: fix count of subkeys [0] is subkeys, [2] is number of values Modified: incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/impl/WinRegistry.java

svn commit: r1609622 - /incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml

2014-07-10 Thread brett
Author: brett Date: Fri Jul 11 04:02:23 2014 New Revision: 1609622 URL: http://svn.apache.org/r1609622 Log: [NPANDAY-505] add backup paths for old tools versions apply for VB & ASP as well Modified: incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/comp

svn commit: r1609387 - /incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml

2014-07-09 Thread brett
Author: brett Date: Thu Jul 10 04:54:47 2014 New Revision: 1609387 URL: http://svn.apache.org/r1609387 Log: [NPANDAY-505] add backup paths for old tools versions Not all SDKs will set the registry values for these, so look up based on the following table: http://msdn.microsoft.com/en-us/library

svn commit: r1609038 - in /incubator/npanday/trunk: ./ components/dotnet-assembler/ components/dotnet-assembler/src/main/resources/META-INF/plexus/ components/dotnet-executable/ components/dotnet-msbu

2014-07-09 Thread brett
Author: brett Date: Wed Jul 9 07:33:16 2014 New Revision: 1609038 URL: http://svn.apache.org/r1609038 Log: Revert "upgrade plexus metadata generator" This reverts commit f8e0a5e2acd6aa0ac3a32ddfa0e44f17584f5e32. The change was causing significant differences in the way that the compo

svn commit: r1609037 - in /incubator/npanday/trunk: components/dotnet-assembler/src/main/java/npanday/assembler/ components/dotnet-assembler/src/main/java/npanday/assembler/impl/ plugins/maven-compile

2014-07-09 Thread brett
Author: brett Date: Wed Jul 9 07:31:47 2014 New Revision: 1609037 URL: http://svn.apache.org/r1609037 Log: [NPANDAY-622] remove pre-initialization of AssemblyContext easier to pass the project in when needed Modified: incubator/npanday/trunk/components/dotnet-assembler/src/main/java

svn commit: r1609019 - /incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/NetPluginExecutableFactoryImpl.java

2014-07-08 Thread brett
Author: brett Date: Wed Jul 9 05:50:50 2014 New Revision: 1609019 URL: http://svn.apache.org/r1609019 Log: need to be more specific here for some reason Modified: incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/NetPluginExecutableFactoryImpl.java

svn commit: r1609018 - in /incubator/npanday/trunk/components: dotnet-core/src/main/java/npanday/ArtifactTypeHelper.java dotnet-executable/src/main/java/npanday/executable/compiler/impl/DefaultCompile

2014-07-08 Thread brett
Author: brett Date: Wed Jul 9 05:40:43 2014 New Revision: 1609018 URL: http://svn.apache.org/r1609018 Log: need to resolve other types of assemblies as well Modified: incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/ArtifactTypeHelper.java incubator/npanday/trunk

svn commit: r1609017 - in /incubator/npanday/trunk: ./ components/dotnet-assembler/ components/dotnet-assembler/src/main/resources/META-INF/plexus/ components/dotnet-executable/ components/dotnet-msbu

2014-07-08 Thread brett
Author: brett Date: Wed Jul 9 05:39:36 2014 New Revision: 1609017 URL: http://svn.apache.org/r1609017 Log: upgrade plexus metadata generator Avoid some intermittent problems with incomplete class names being written, causing build failures Modified: incubator/npanday/trunk/components

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

2014-07-08 Thread brett
Author: brett Date: Wed Jul 9 04:27:23 2014 New Revision: 1609014 URL: http://svn.apache.org/r1609014 Log: remove spurious logging Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/AbstractPomConverter.cs Modified

svn commit: r1609013 - /incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PathUtil.java

2014-07-08 Thread brett
Author: brett Date: Wed Jul 9 04:26:37 2014 New Revision: 1609013 URL: http://svn.apache.org/r1609013 Log: remove unused method Modified: incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PathUtil.java Modified: incubator/npanday/trunk/components/dotnet-core/src/main

svn commit: r1609012 - /incubator/npanday/trunk/plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen/ResourceCopierMojo.java

2014-07-08 Thread brett
Author: brett Date: Wed Jul 9 04:25:58 2014 New Revision: 1609012 URL: http://svn.apache.org/r1609012 Log: expand on comment Modified: incubator/npanday/trunk/plugins/maven-resgen-plugin/src/main/java/npanday/plugin/resgen/ResourceCopierMojo.java Modified: incubator/npanday/trunk/plugins

svn commit: r1609011 - /incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/impl/StandardRegistryLoader.java

2014-07-08 Thread brett
Author: brett Date: Wed Jul 9 04:25:15 2014 New Revision: 1609011 URL: http://svn.apache.org/r1609011 Log: remove dodgy environment variable parsing that is unused Only references now are classloader based ones Modified: incubator/npanday/trunk/components/dotnet-registry/src/main/java

svn commit: r1609010 - /incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/DefaultRepositoryNetExecutable.java

2014-07-08 Thread brett
Author: brett Date: Wed Jul 9 04:24:31 2014 New Revision: 1609010 URL: http://svn.apache.org/r1609010 Log: expand on comment Modified: incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/DefaultRepositoryNetExecutable.java Modified: incubator

svn commit: r1609009 - /incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerContextImpl.java

2014-07-08 Thread brett
Author: brett Date: Wed Jul 9 04:23:47 2014 New Revision: 1609009 URL: http://svn.apache.org/r1609009 Log: remove some redundancy and mistaken JAR inclusion Note that this code only appears to be used from DotGNU and Nemerle now, so might be removed Modified: incubator/npanday/trunk

svn commit: r1609008 - /incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl/DefaultCompiler.java

2014-07-08 Thread brett
Author: brett Date: Wed Jul 9 04:23:03 2014 New Revision: 1609008 URL: http://svn.apache.org/r1609008 Log: improve on hardcoding to whitelist appropriate dependencies Modified: incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/compiler/impl

svn commit: r1609007 - in /incubator/npanday/trunk/components: dotnet-core/src/main/java/npanday/ dotnet-executable/src/main/java/npanday/executable/impl/

2014-07-08 Thread brett
Author: brett Date: Wed Jul 9 04:22:17 2014 New Revision: 1609007 URL: http://svn.apache.org/r1609007 Log: remove some dead code and move plugin copying to the related place Modified: incubator/npanday/trunk/components/dotnet-core/src/main/java/npanday/PathUtil.java incubator/npanday

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

2014-07-08 Thread brett
Author: brett Date: Wed Jul 9 04:21:09 2014 New Revision: 1609005 URL: http://svn.apache.org/r1609005 Log: expand on comment Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/src/main/csharp/SettingsUtil.cs Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils

svn commit: r1609006 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java

2014-07-08 Thread brett
Author: brett Date: Wed Jul 9 04:21:16 2014 New Revision: 1609006 URL: http://svn.apache.org/r1609006 Log: update ticket references Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java Modified: incubator/npanday/npanday-its/trunk/src/test

svn commit: r1608853 - /incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml

2014-07-08 Thread brett
Author: brett Date: Tue Jul 8 17:04:10 2014 New Revision: 1608853 URL: http://svn.apache.org/r1608853 Log: [NPANDAY-505] compiler plugins need to be more specific on versions Modified: incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml

svn commit: r1608849 - in /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its: AbstractNPandayIntegrationTestCase.java NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.java NPANDAY_377_Wi

2014-07-08 Thread brett
Author: brett Date: Tue Jul 8 16:57:24 2014 New Revision: 1608849 URL: http://svn.apache.org/r1608849 Log: repair custom settings tests Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java incubator/npanday/npanday-its/trunk

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

2014-07-08 Thread brett
Author: brett Date: Tue Jul 8 16:39:28 2014 New Revision: 1608845 URL: http://svn.apache.org/r1608845 Log: target may not always exist Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java Modified: incubator/npanday/npanday-its

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

2014-07-08 Thread brett
Author: brett Date: Tue Jul 8 16:24:34 2014 New Revision: 1608842 URL: http://svn.apache.org/r1608842 Log: use temporary settings file for tests Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java Modified: incubator/npanday

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

2014-07-08 Thread brett
Author: brett Date: Tue Jul 8 16:04:53 2014 New Revision: 1608837 URL: http://svn.apache.org/r1608837 Log: [NPANDAY-505] temp settings file for ITs Modified: incubator/npanday/trunk/plugins/pom.xml Modified: incubator/npanday/trunk/plugins/pom.xml URL: http://svn.apache.org/viewvc

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

2014-07-08 Thread brett
Author: brett Date: Tue Jul 8 14:55:32 2014 New Revision: 1608817 URL: http://svn.apache.org/r1608817 Log: push down scm-publish plugin Allows ITs to be run with Maven 2.2.1 still Modified: incubator/npanday/trunk/plugins/pom.xml incubator/npanday/trunk/pom.xml incubator/npanday

svn commit: r1608808 - in /incubator/npanday/trunk: components/dotnet-executable/src/main/java/npanday/executable/ components/dotnet-executable/src/main/java/npanday/executable/impl/ components/dotnet

2014-07-08 Thread brett
Author: brett Date: Tue Jul 8 14:41:44 2014 New Revision: 1608808 URL: http://svn.apache.org/r1608808 Log: [NPANDAY-505] split plugin executables from other executables The use of the resolver, which in turn needs to use the base executable factory, caused a circular dependency that works in

svn commit: r1608767 - in /incubator/npanday/trunk/components: dotnet-core/src/main/java/npanday/resolver/ dotnet-core/src/main/java/npanday/resolver/filter/ dotnet-core/src/main/java/npanday/resolver

2014-07-08 Thread brett
Author: brett Date: Tue Jul 8 13:18:55 2014 New Revision: 1608767 URL: http://svn.apache.org/r1608767 Log: [NPANDAY-505] probe for tlbimp Refactor, moving resolvers into dotnet-executable to allow that to be used without a circular dependency. Added: incubator/npanday/trunk/components

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

2014-07-08 Thread brett
Author: brett Date: Tue Jul 8 13:19:50 2014 New Revision: 1608770 URL: http://svn.apache.org/r1608770 Log: locate ildasm without PATH Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AbstractNPandayIntegrationTestCase.java Modified: incubator/npanday/npanday-its

svn commit: r1608678 - /incubator/npanday/trunk/plugins/maven-xsd-plugin/src/main/resources/META-INF/npanday/executable-plugins.xml

2014-07-08 Thread brett
Author: brett Date: Tue Jul 8 07:18:25 2014 New Revision: 1608678 URL: http://svn.apache.org/r1608678 Log: [NPANDAY-505] probe for xsd instance executable also Modified: incubator/npanday/trunk/plugins/maven-xsd-plugin/src/main/resources/META-INF/npanday/executable-plugins.xml Modified

svn commit: r1608677 - /incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml

2014-07-08 Thread brett
Author: brett Date: Tue Jul 8 07:17:44 2014 New Revision: 1608677 URL: http://svn.apache.org/r1608677 Log: [NPANDAY-505] split out aspnet_compiler SDKs Modified: incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml Modified: incubator

svn commit: r1608676 - /incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml

2014-07-08 Thread brett
Author: brett Date: Tue Jul 8 07:16:59 2014 New Revision: 1608676 URL: http://svn.apache.org/r1608676 Log: [NPANDAY-505] split out vbc SDKs Modified: incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml Modified: incubator/npanday/trunk

svn commit: r1608666 - /incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/javabinding/src/main/java/NPanday/Plugin/Msbuild/MsbuildMojo.java

2014-07-07 Thread brett
Author: brett Date: Tue Jul 8 05:28:47 2014 New Revision: 1608666 URL: http://svn.apache.org/r1608666 Log: [NPANDAY-203] move MSBuild plugin to use dotnet-msbuild add missing import Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/javabinding/src/main/java

svn commit: r1608665 - in /incubator/npanday/trunk: components/dotnet-core/src/main/resources/META-INF/npanday/net-dependencies.xml dist/npanday-repository-builder/pom.xml plugins/netplugins/pom.xml

2014-07-07 Thread brett
Author: brett Date: Tue Jul 8 05:26:28 2014 New Revision: 1608665 URL: http://svn.apache.org/r1608665 Log: [NPANDAY-203] remove references to old MSBuild plugin Modified: incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/net-dependencies.xml incubator

svn commit: r1608663 - /incubator/npanday/trunk/components/dotnet-nuget/pom.xml

2014-07-07 Thread brett
Author: brett Date: Tue Jul 8 05:12:11 2014 New Revision: 1608663 URL: http://svn.apache.org/r1608663 Log: fix project name Modified: incubator/npanday/trunk/components/dotnet-nuget/pom.xml Modified: incubator/npanday/trunk/components/dotnet-nuget/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1608662 - in /incubator/npanday/trunk: components/dotnet-msbuild/src/main/java/npanday/msbuild/ components/dotnet-msbuild/src/main/resources/META-INF/npanday/ plugins/netplugins/NPanday.P

2014-07-07 Thread brett
Author: brett Date: Tue Jul 8 05:11:45 2014 New Revision: 1608662 URL: http://svn.apache.org/r1608662 Log: [NPANDAY-203] move MSBuild plugin to use dotnet-msbuild Removed: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/pom.xml incubator/npanday/trunk/plugins

svn commit: r1608660 - /incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/impl/WinRegistry.java

2014-07-07 Thread brett
Author: brett Date: Tue Jul 8 05:09:35 2014 New Revision: 1608660 URL: http://svn.apache.org/r1608660 Log: [NPANDAY-505] support recursive registry lookups Avoid NPE Modified: incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/impl/WinRegistry.java Modified

svn commit: r1608654 - /incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/impl/WinRegistry.java

2014-07-07 Thread brett
Author: brett Date: Tue Jul 8 04:04:59 2014 New Revision: 1608654 URL: http://svn.apache.org/r1608654 Log: [NPANDAY-505] support recursive registry lookups Modified: incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/impl/WinRegistry.java Modified

svn commit: r1608652 - /incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml

2014-07-07 Thread brett
Author: brett Date: Tue Jul 8 03:45:05 2014 New Revision: 1608652 URL: http://svn.apache.org/r1608652 Log: [NPANDAY-505] correct compiler registry entries Modified: incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml Modified: incubator

svn commit: r1608651 - in /incubator/npanday/trunk: components/dotnet-core/src/main/resources/META-INF/npanday/ plugins/maven-link-plugin/src/main/resources/META-INF/npanday/ plugins/maven-resgen-plug

2014-07-07 Thread brett
Author: brett Date: Tue Jul 8 03:37:09 2014 New Revision: 1608651 URL: http://svn.apache.org/r1608651 Log: [NPANDAY-505] alternate location for 3.5 tools May be required if only have VS installed Modified: incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday

svn commit: r1608649 - in /incubator/npanday/trunk/plugins: maven-link-plugin/src/main/resources/META-INF/npanday/executable-plugins.xml maven-wsdl-plugin/src/main/resources/META-INF/npanday/executabl

2014-07-07 Thread brett
Author: brett Date: Tue Jul 8 03:32:25 2014 New Revision: 1608649 URL: http://svn.apache.org/r1608649 Log: [NPANDAY-505] probe for al/wsdl Modified: incubator/npanday/trunk/plugins/maven-link-plugin/src/main/resources/META-INF/npanday/executable-plugins.xml incubator/npanday/trunk

svn commit: r1608647 - in /incubator/npanday/trunk: components/dotnet-core/src/main/resources/META-INF/npanday/executable-plugins.xml plugins/maven-resgen-plugin/src/main/resources/META-INF/npanday/ex

2014-07-07 Thread brett
Author: brett Date: Tue Jul 8 03:23:59 2014 New Revision: 1608647 URL: http://svn.apache.org/r1608647 Log: [NPANDAY-505] probe for resgen and gacutil Modified: incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/executable-plugins.xml incubator/npanday

svn commit: r1608644 - /incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml

2014-07-07 Thread brett
Author: brett Date: Tue Jul 8 02:59:16 2014 New Revision: 1608644 URL: http://svn.apache.org/r1608644 Log: [NPANDAY-505] probe for csc/vbc Modified: incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml Modified: incubator/npanday/trunk

svn commit: r1608642 - /incubator/npanday/trunk/plugins/maven-xsd-plugin/src/main/resources/META-INF/npanday/executable-plugins.xml

2014-07-07 Thread brett
Author: brett Date: Tue Jul 8 02:40:45 2014 New Revision: 1608642 URL: http://svn.apache.org/r1608642 Log: [NPANDAY-505] probe for xsd Modified: incubator/npanday/trunk/plugins/maven-xsd-plugin/src/main/resources/META-INF/npanday/executable-plugins.xml Modified: incubator/npanday/trunk

svn commit: r1607835 - in /incubator/npanday/trunk: components/dotnet-vendor/src/main/java/npanday/vendor/ plugins/maven-resolver-plugin/src/main/java/npanday/plugin/resolver/

2014-07-04 Thread brett
Author: brett Date: Fri Jul 4 11:24:30 2014 New Revision: 1607835 URL: http://svn.apache.org/r1607835 Log: [NPANDAY-570] make npanday-settings.xml optional fallback to the PATH and other pre-configured settings when not present Modified: incubator/npanday/trunk/components/dotnet-vendor

svn commit: r1607828 [7/7] - in /incubator/npanday/site-publish/docs/1.5.0-incubating-SNAPSHOT/plugins: ./ NPanday.Plugin.Addin.JavaBinding/ NPanday.Plugin.Devenv.JavaBinding/ NPanday.Plugin.Msbuild.J

2014-07-04 Thread brett
Modified: incubator/npanday/site-publish/docs/1.5.0-incubating-SNAPSHOT/plugins/wix-maven-plugin/light-mojo.html URL: http://svn.apache.org/viewvc/incubator/npanday/site-publish/docs/1.5.0-incubating-SNAPSHOT/plugins/wix-maven-plugin/light-mojo.html?rev=1607828&r1=1607827&r2=1607828&view=diff ===

svn commit: r1607828 [4/7] - in /incubator/npanday/site-publish/docs/1.5.0-incubating-SNAPSHOT/plugins: ./ NPanday.Plugin.Addin.JavaBinding/ NPanday.Plugin.Devenv.JavaBinding/ NPanday.Plugin.Msbuild.J

2014-07-04 Thread brett
Modified: incubator/npanday/site-publish/docs/1.5.0-incubating-SNAPSHOT/plugins/maven-resgen-plugin/index.html URL: http://svn.apache.org/viewvc/incubator/npanday/site-publish/docs/1.5.0-incubating-SNAPSHOT/plugins/maven-resgen-plugin/index.html?rev=1607828&r1=1607827&r2=1607828&view=diff ===

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

2014-07-04 Thread brett
Author: brett Date: Fri Jul 4 10:33:33 2014 New Revision: 1607829 URL: http://svn.apache.org/r1607829 Log: fix URL for making relative links Modified: incubator/npanday/trunk/plugins/pom.xml Modified: incubator/npanday/trunk/plugins/pom.xml URL: http://svn.apache.org/viewvc/incubator

svn commit: r1607827 - in /incubator/npanday/trunk/plugins: maven-compile-plugin/src/site/site.xml netplugins/NPanday.Plugin.Settings/src/site/site.xml

2014-07-04 Thread brett
Author: brett Date: Fri Jul 4 10:33:10 2014 New Revision: 1607827 URL: http://svn.apache.org/r1607827 Log: remove old links from plugin sites Modified: incubator/npanday/trunk/plugins/maven-compile-plugin/src/site/site.xml incubator/npanday/trunk/plugins/netplugins

  1   2   3   4   5   6   7   8   9   10   >