You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Shane Isbell (JIRA)" <ji...@codehaus.org> on 2007/02/18 21:11:52 UTC

[jira] Created: (NMAVEN-5) Support for Adding Compile-time References from the GAC

Support for Adding Compile-time References from the GAC
-------------------------------------------------------

                 Key: NMAVEN-5
                 URL: http://jira.codehaus.org/browse/NMAVEN-5
             Project: NMaven
          Issue Type: Improvement
         Environment: Windows, Linux, Mono, Microsoft
            Reporter: Shane Isbell


NMaven currently supports compile-time reference from the local maven repo on the file system: these dependencies are specified within the pom build file. In some circumstances, the artifacts cannot be legally distributed (Microsoft); so I need a way for adding compile-time references from the GAC itself. This improvement does not preclude the ability to import the artifacts from the GAC into the local maven repo, it only extends the types of dependencies that NMaven recognizes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (NMAVEN-5) Support for Adding Compile-time References from the GAC

Posted by "Shane Isbell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/NMAVEN-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88531 ] 

Shane Isbell commented on NMAVEN-5:
-----------------------------------

The solution in the SI_IDE branch breaks with transitive dependencies. Direct GAC dependencies generally works; if project A has a direct GAC dependency and project B has a dependency on project A, the build fails, however. Directly adding the GAC dependency into project B does not fix the issue.

> Support for Adding Compile-time References from the GAC
> -------------------------------------------------------
>
>                 Key: NMAVEN-5
>                 URL: http://jira.codehaus.org/browse/NMAVEN-5
>             Project: NMaven
>          Issue Type: Improvement
>         Environment: Windows, Linux, Mono, Microsoft
>            Reporter: Shane Isbell
>
> NMaven currently supports compile-time reference from the local maven repo on the file system: these dependencies are specified within the pom build file. In some circumstances, the artifacts cannot be legally distributed (Microsoft); so I need a way for adding compile-time references from the GAC itself. This improvement does not preclude the ability to import the artifacts from the GAC into the local maven repo, it only extends the types of dependencies that NMaven recognizes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (NMAVEN-5) Support for Adding Compile-time References from the GAC

Posted by "Shane Isbell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/NMAVEN-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88002 ] 

Shane Isbell commented on NMAVEN-5:
-----------------------------------

I have a working solution in the SI_IDE branch. I'll close this issue after merging to the trunk.

> Support for Adding Compile-time References from the GAC
> -------------------------------------------------------
>
>                 Key: NMAVEN-5
>                 URL: http://jira.codehaus.org/browse/NMAVEN-5
>             Project: NMaven
>          Issue Type: Improvement
>         Environment: Windows, Linux, Mono, Microsoft
>            Reporter: Shane Isbell
>
> NMaven currently supports compile-time reference from the local maven repo on the file system: these dependencies are specified within the pom build file. In some circumstances, the artifacts cannot be legally distributed (Microsoft); so I need a way for adding compile-time references from the GAC itself. This improvement does not preclude the ability to import the artifacts from the GAC into the local maven repo, it only extends the types of dependencies that NMaven recognizes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (NMAVEN-5) Support for Adding Compile-time References from the GAC

Posted by "Shane Isbell (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/NMAVEN-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shane Isbell closed NMAVEN-5.
-----------------------------

    Resolution: Fixed

Fix merged into trunk.

> Support for Adding Compile-time References from the GAC
> -------------------------------------------------------
>
>                 Key: NMAVEN-5
>                 URL: http://jira.codehaus.org/browse/NMAVEN-5
>             Project: NMaven
>          Issue Type: Improvement
>         Environment: Windows, Linux, Mono, Microsoft
>            Reporter: Shane Isbell
>
> NMaven currently supports compile-time reference from the local maven repo on the file system: these dependencies are specified within the pom build file. In some circumstances, the artifacts cannot be legally distributed (Microsoft); so I need a way for adding compile-time references from the GAC itself. This improvement does not preclude the ability to import the artifacts from the GAC into the local maven repo, it only extends the types of dependencies that NMaven recognizes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (NMAVEN-5) Support for Adding Compile-time References from the GAC

Posted by "Shane Isbell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/NMAVEN-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_94808 ] 

Shane Isbell commented on NMAVEN-5:
-----------------------------------

Issue above fixed within the SI_XPT branch. In the case of using the MS environment, the developer can directly specify whether to use a GAC, GAC32 or GAC_MSIL reference, regardless of which framework version they are building with.

> Support for Adding Compile-time References from the GAC
> -------------------------------------------------------
>
>                 Key: NMAVEN-5
>                 URL: http://jira.codehaus.org/browse/NMAVEN-5
>             Project: NMaven
>          Issue Type: Improvement
>         Environment: Windows, Linux, Mono, Microsoft
>            Reporter: Shane Isbell
>
> NMaven currently supports compile-time reference from the local maven repo on the file system: these dependencies are specified within the pom build file. In some circumstances, the artifacts cannot be legally distributed (Microsoft); so I need a way for adding compile-time references from the GAC itself. This improvement does not preclude the ability to import the artifacts from the GAC into the local maven repo, it only extends the types of dependencies that NMaven recognizes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira