[jira] [Closed] (NPANDAY-375) When building an executable project, by default it is not executable from target

2012-03-20 Thread Brett Porter (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter closed NPANDAY-375. Resolution: Duplicate Fix Version/s: (was: 2.0) > When building an executable proje

[jira] [Commented] (NPANDAY-246) Built application is not immediately able to be run

2012-03-20 Thread Brett Porter (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13233376#comment-13233376 ] Brett Porter commented on NPANDAY-246: -- see linked issue for a suggestion about gene

[jira] [Created] (NPANDAY-548) POM generator should set configuration if they are declared in the MSBuild file

2012-03-20 Thread Brett Porter (Created) (JIRA)
POM generator should set configuration if they are declared in the MSBuild file Key: NPANDAY-548 URL: https://issues.apache.org/jira/browse/NPANDAY-548 Project:

[jira] [Created] (NPANDAY-549) POM generator should honour the selected configuration for all projects, not just web projects, and use it for evaluating conditions when importing

2012-03-20 Thread Brett Porter (Created) (JIRA)
POM generator should honour the selected configuration for all projects, not just web projects, and use it for evaluating conditions when importing ---

[jira] [Created] (NPANDAY-550) The .NET plugin execution framework should place plugin dependencies in a discreet directory instead of ${project.build.directory}

2012-03-20 Thread Brett Porter (Created) (JIRA)
The .NET plugin execution framework should place plugin dependencies in a discreet directory instead of ${project.build.directory} -- Key: NPANDAY-550

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

2012-03-20 Thread brett
Author: brett Date: Tue Mar 20 13:35:50 2012 New Revision: 1302882 URL: http://svn.apache.org/viewvc?rev=1302882&view=rev Log: overlooked removed handlers Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandayImportProjectForm.Designer.cs Modi

svn commit: r1302907 - /incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml

2012-03-20 Thread brett
Author: brett Date: Tue Mar 20 14:09:18 2012 New Revision: 1302907 URL: http://svn.apache.org/viewvc?rev=1302907&view=rev Log: add snapshot repositories so the ITs should build when they are downloaded Modified: incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml Mod

[jira] [Resolved] (NPANDAY-548) POM generator should set configuration if they are declared in the MSBuild file

2012-03-20 Thread Brett Porter (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter resolved NPANDAY-548. -- Resolution: Fixed > POM generator should set configuration if they are declared in the >

[jira] [Resolved] (NPANDAY-549) POM generator should honour the selected configuration for all projects, not just web projects, and use it for evaluating conditions when importing

2012-03-20 Thread Brett Porter (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter resolved NPANDAY-549. -- Resolution: Fixed > POM generator should honour the selected configuration for all project

[jira] [Created] (NPANDAY-551) POM generator should add the framework version to the resgen plugin when necessary

2012-03-20 Thread Brett Porter (Created) (JIRA)
POM generator should add the framework version to the resgen plugin when necessary -- Key: NPANDAY-551 URL: https://issues.apache.org/jira/browse/NPANDAY-551 Project: NPa

svn commit: r1303248 - in /incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src: main/csharp/Converter/Algorithms/ test/resource/NPANDAY_537_WindowsExecutableTest/WindowsFormsA

2012-03-20 Thread brett
Author: brett Date: Wed Mar 21 01:30:01 2012 New Revision: 1303248 URL: http://svn.apache.org/viewvc?rev=1303248&view=rev Log: [NPANDAY-551] POM generator should add the framework version to the resgen plugin when necessary Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.Project

[jira] [Resolved] (NPANDAY-551) POM generator should add the framework version to the resgen plugin when necessary

2012-03-20 Thread Brett Porter (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter resolved NPANDAY-551. -- Resolution: Fixed Assignee: Brett Porter > POM generator should add the framework ve

svn commit: r1303268 - in /incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp: AddArtifactsForm.cs LoginForm.Designer.cs LoginForm.cs NPandayImportProjectForm.cs

2012-03-20 Thread brett
Author: brett Date: Wed Mar 21 03:30:31 2012 New Revision: 1303268 URL: http://svn.apache.org/viewvc?rev=1303268&view=rev Log: [NPANDAY-552] POM generator should prompt for credentials to validate an SCM connection rather than warning that it might not be accessible Modified: incubator/npan

[jira] [Resolved] (NPANDAY-552) POM generator should prompt for credentials to validate an SCM connection rather than warning that it might not be accessible

2012-03-20 Thread Brett Porter (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter resolved NPANDAY-552. -- Resolution: Fixed > POM generator should prompt for credentials to validate an SCM connect

[jira] [Created] (NPANDAY-552) POM generator should prompt for credentials to validate an SCM connection rather than warning that it might not be accessible

2012-03-20 Thread Brett Porter (Created) (JIRA)
POM generator should prompt for credentials to validate an SCM connection rather than warning that it might not be accessible - Key: NPANDAY-552

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

2012-03-20 Thread brett
Author: brett Date: Wed Mar 21 03:43:15 2012 New Revision: 1303271 URL: http://svn.apache.org/viewvc?rev=1303271&view=rev Log: [NPANDAY-168] Generating a POM for a solution that already has them should use defaults from the current POM Modified: incubator/npanday/trunk/dotnet/assemblies/NPa

[jira] [Resolved] (NPANDAY-168) Generating a POM for a solution that already has them should use defaults from the current POM

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

[jira] [Created] (NPANDAY-553) POM generator should not retain dependencies

2012-03-20 Thread Brett Porter (Created) (JIRA)
POM generator should not retain dependencies Key: NPANDAY-553 URL: https://issues.apache.org/jira/browse/NPANDAY-553 Project: NPanday Issue Type: Bug Components: Project Importer

[jira] [Created] (NPANDAY-554) POM generator should not fail if a reference can not be resolved

2012-03-20 Thread Brett Porter (Created) (JIRA)
POM generator should not fail if a reference can not be resolved Key: NPANDAY-554 URL: https://issues.apache.org/jira/browse/NPANDAY-554 Project: NPanday Issue Type: Improvemen

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

2012-03-20 Thread brett
Author: brett Date: Wed Mar 21 04:33:34 2012 New Revision: 1303279 URL: http://svn.apache.org/viewvc?rev=1303279&view=rev Log: [NPANDAY-554] POM generator can fail on incorrect match from GAC. Correct regex to not match partial assembly names Modified: incubator/npanday/trunk/dotnet/assembl

[jira] [Updated] (NPANDAY-554) POM generator can fail on incorrect match from GAC

2012-03-20 Thread Brett Porter (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated NPANDAY-554: - Description: If you have a reference "EntityFramework", such as in MVC3 projects - it will try t

[jira] [Resolved] (NPANDAY-554) POM generator can fail on incorrect match from GAC

2012-03-20 Thread Brett Porter (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter resolved NPANDAY-554. -- Resolution: Fixed > POM generator can fail on incorrect match from GAC > -

[jira] [Closed] (NPANDAY-553) POM generator should not retain dependencies

2012-03-20 Thread Brett Porter (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/NPANDAY-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter closed NPANDAY-553. Resolution: Cannot Reproduce Fix Version/s: (was: 1.5.0-incubating) user error