svn commit: r1451479 - /incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Digest/ProjectDigester.cs

2013-02-28 Thread brett
Author: brett
Date: Fri Mar  1 06:37:55 2013
New Revision: 1451479

URL: http://svn.apache.org/r1451479
Log:
add an old note for future reference

Modified:

incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Digest/ProjectDigester.cs

Modified: 
incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Digest/ProjectDigester.cs
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Digest/ProjectDigester.cs?rev=1451479r1=1451478r2=1451479view=diff
==
--- 
incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Digest/ProjectDigester.cs
 (original)
+++ 
incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Digest/ProjectDigester.cs
 Fri Mar  1 06:37:55 2013
@@ -239,6 +239,7 @@ namespace NPanday.ProjectImporter.Digest
 return null;
 }
 
+// Note: even though .ccproj is excluded here, it isn't a problem 
since it will never be called (only used for resolving ProjectReferences onto 
this project)
 if (!(projectFileInfo.Extension.ToUpper().Equals(.CSPROJ) || 
projectFileInfo.Extension.ToUpper().Equals(.VBPROJ)))
 {
 throw new Exception( Unrecognized project type:  + 
projectFileInfo.Extension +  for file  + projectFile );




[jira] [Created] (NPANDAY-579) Ability to copy artifacts into the local repository as part of the import process

2013-02-28 Thread Brett Porter (JIRA)
Brett Porter created NPANDAY-579:


 Summary: Ability to copy artifacts into the local repository as 
part of the import process
 Key: NPANDAY-579
 URL: https://issues.apache.org/jira/browse/NPANDAY-579
 Project: NPanday
  Issue Type: New Feature
Reporter: Brett Porter


It is quite common for Visual Studio projects to result in a number of 
references to the GAC, or to system paths, which make for non-portable 
projects. It would be useful for the import to have an option to copy artifacts 
to the local repository, and then use normal Maven repository references. In 
combination with NPANDAY-578 this gives you all the artifacts arranged in a way 
that can be loaded into a remote repository.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira