[jira] [Commented] (NPANDAY-575) Copy pdb files into test assembly directory

2013-06-12 Thread Lars Corneliussen (JIRA)

[ 
https://issues.apache.org/jira/browse/NPANDAY-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13681160#comment-13681160
 ] 

Lars Corneliussen commented on NPANDAY-575:
---

Applied the patch.

Can you provide an integration test, that validates the functionality?
(Also that dependencies' pdbs are copied...)

> Copy pdb files into test assembly directory
> ---
>
> Key: NPANDAY-575
> URL: https://issues.apache.org/jira/browse/NPANDAY-575
> Project: NPanday
>  Issue Type: New Feature
>  Components: Maven Plugins
>Affects Versions: 1.5.0-incubating
>Reporter: Victor Stefoglo
>Priority: Minor
> Fix For: 1.5.0-incubating
>
> Attachments: maven-test-plugin.patch
>
>
> Some coverage tools as OpenCover, PartCover require pdb files to be present.
> We use test assembly directory, for coverage tools, and we have a workaround 
> to copy pdb files to test assembly directory (using copy-maven-plugin). I 
> think this should be done by Npanday maven-test-plugin, now It copy all 
> dependency artifacts but generated pdb files are ignored. 

--
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


[jira] [Commented] (NPANDAY-575) Copy pdb files into test assembly directory

2013-02-05 Thread Victor Stefoglo (JIRA)

[ 
https://issues.apache.org/jira/browse/NPANDAY-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571390#comment-13571390
 ] 

Victor Stefoglo commented on NPANDAY-575:
-

With NPanday out goal is to support both C# unit test implementation scenarios, 
one when test cases implemented as individual project and when test cases are 
within the same project along with business purpose code. For the case when 
unit test are in individual project, we attach PDB files to project so 
maven-test-plugin could copy all all dependencies required for test using 
NPanday dependency resolver. Otherwise, when unit test are the part of the 
project itself, PDB file and associated DLL's are in fact project generated 
artifacts. Therefore maven-test-plugin does copy testable artifacts from 
project directly and in next step will take required artifacts from test 
dependencies. For such I believe it is appropriate that maven-test-plugin will 
collect project produced artifacts rather than referencing to dependency 
resolution management before project artifacts can be placed there.

> Copy pdb files into test assembly directory
> ---
>
> Key: NPANDAY-575
> URL: https://issues.apache.org/jira/browse/NPANDAY-575
> Project: NPanday
>  Issue Type: New Feature
>  Components: Maven Plugins
>Affects Versions: 1.5.0-incubating
>Reporter: Victor Stefoglo
>Priority: Minor
> Fix For: 1.5.0-incubating
>
> Attachments: maven-test-plugin.patch
>
>
> Some coverage tools as OpenCover, PartCover require pdb files to be present.
> We use test assembly directory, for coverage tools, and we have a workaround 
> to copy pdb files to test assembly directory (using copy-maven-plugin). I 
> think this should be done by Npanday maven-test-plugin, now It copy all 
> dependency artifacts but generated pdb files are ignored. 

--
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


[jira] [Commented] (NPANDAY-575) Copy pdb files into test assembly directory

2013-01-31 Thread Lars Corneliussen (JIRA)

[ 
https://issues.apache.org/jira/browse/NPANDAY-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13567582#comment-13567582
 ] 

Lars Corneliussen commented on NPANDAY-575:
---

Do you think that you could provide a patch for that? I'd be happy to apply it.

See npanday copy-dependencies goal for guidance (should be found in 
resolve-plugin). I would love to have PDBs and XMLs copied along in 
copy-dependencies too - i use that goal instead of the VS-plugin.

> Copy pdb files into test assembly directory
> ---
>
> Key: NPANDAY-575
> URL: https://issues.apache.org/jira/browse/NPANDAY-575
> Project: NPanday
>  Issue Type: New Feature
>  Components: Maven Plugins
>Affects Versions: 1.5.0-incubating
>Reporter: Victor Stefoglo
>Priority: Minor
> Fix For: 1.5.0-incubating
>
> Attachments: maven-test-plugin.patch
>
>
> Some coverage tools as OpenCover, PartCover require pdb files to be present.
> We use test assembly directory, for coverage tools, and we have a workaround 
> to copy pdb files to test assembly directory (using copy-maven-plugin). I 
> think this should be done by Npanday maven-test-plugin, now It copy all 
> dependency artifacts but generated pdb files are ignored. 

--
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