You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Victor Stefoglo (JIRA)" <ji...@apache.org> on 2013/02/05 15:37:13 UTC

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

    [ 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