You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org> on 2008/04/04 09:22:58 UTC

[jira] Created: (NMAVEN-111) the visual studio installer plugin doesn't work on an empty local repository

the visual studio installer plugin doesn't work on an empty local repository
----------------------------------------------------------------------------

                 Key: NMAVEN-111
                 URL: http://jira.codehaus.org/browse/NMAVEN-111
             Project: NMaven
          Issue Type: Bug
            Reporter: Maria Catherine Tan


This applies for https://svn.apache.org/repos/asf/incubator/nmaven/tags/STABLE-2007-12-16/

You currently have to run both "mvn install" on an NMaven project and to generate the solution file to get the following artifacts in your local repository for the vsinstaller plugin to succeed:

    * NMaven.Plugins:NMaven.Plugin.Settings.JavaBinding
    * NMaven.Plugins:NMaven.Plugin.Solution

In addition, you have to manually install the dotnet-embedder WAR file using the following:
mvn install:install-file -DgroupId=org.apache.maven.dotnet -DartifactId=dotnet-service-embedder -Dversion=0.14-maestro-1.5-M3 -Dpackaging=war -Dfile=%REPOSITORY%\org\apache\maven\dotnet\dotnet-service-embedder\0.14-maestro-1.5-M3\dotnet-service-embedder-0.14-maestro-1.5-M3.war -DpomFile=%REPOSITORY%\org\apache\maven\dotnet\dotnet-service-embedder\0.14-maestro-1.5-M3\dotnet-service-embedder-0.14-maestro-1.5-M3.pom

(Assumes %REPOSITORY% is the location of the MPS releases repository - obviously not always available on the client... so maybe a POM is better). 

-- 
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] Updated: (NMAVEN-111) the visual studio installer plugin doesn't work on an empty local repository

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

Brett Porter updated NMAVEN-111:
--------------------------------

    Affects Version/s: 0.14 (Unreleased)
        Fix Version/s: 0.14 (Unreleased)

> the visual studio installer plugin doesn't work on an empty local repository
> ----------------------------------------------------------------------------
>
>                 Key: NMAVEN-111
>                 URL: http://jira.codehaus.org/browse/NMAVEN-111
>             Project: NMaven
>          Issue Type: Bug
>    Affects Versions: 0.14 (Unreleased)
>            Reporter: Maria Catherine Tan
>             Fix For: 0.14 (Unreleased)
>
>         Attachments: NMAVEN-111.patch
>
>
> This applies for https://svn.apache.org/repos/asf/incubator/nmaven/tags/STABLE-2007-12-16/
> You currently have to run both "mvn install" on an NMaven project and to generate the solution file to get the following artifacts in your local repository for the vsinstaller plugin to succeed:
>     * NMaven.Plugins:NMaven.Plugin.Settings.JavaBinding
>     * NMaven.Plugins:NMaven.Plugin.Solution
> In addition, you have to manually install the dotnet-embedder WAR file using the following:
> mvn install:install-file -DgroupId=org.apache.maven.dotnet -DartifactId=dotnet-service-embedder -Dversion=0.14-maestro-1.5-M3 -Dpackaging=war -Dfile=%REPOSITORY%\org\apache\maven\dotnet\dotnet-service-embedder\0.14-maestro-1.5-M3\dotnet-service-embedder-0.14-maestro-1.5-M3.war -DpomFile=%REPOSITORY%\org\apache\maven\dotnet\dotnet-service-embedder\0.14-maestro-1.5-M3\dotnet-service-embedder-0.14-maestro-1.5-M3.pom
> (Assumes %REPOSITORY% is the location of the MPS releases repository - obviously not always available on the client... so maybe a POM is better). 

-- 
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] Updated: (NMAVEN-111) the visual studio installer plugin doesn't work on an empty local repository

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

Maria Catherine Tan updated NMAVEN-111:
---------------------------------------

    Attachment: NMAVEN-111.patch

attached patch that fixes this issue

> the visual studio installer plugin doesn't work on an empty local repository
> ----------------------------------------------------------------------------
>
>                 Key: NMAVEN-111
>                 URL: http://jira.codehaus.org/browse/NMAVEN-111
>             Project: NMaven
>          Issue Type: Bug
>            Reporter: Maria Catherine Tan
>         Attachments: NMAVEN-111.patch
>
>
> This applies for https://svn.apache.org/repos/asf/incubator/nmaven/tags/STABLE-2007-12-16/
> You currently have to run both "mvn install" on an NMaven project and to generate the solution file to get the following artifacts in your local repository for the vsinstaller plugin to succeed:
>     * NMaven.Plugins:NMaven.Plugin.Settings.JavaBinding
>     * NMaven.Plugins:NMaven.Plugin.Solution
> In addition, you have to manually install the dotnet-embedder WAR file using the following:
> mvn install:install-file -DgroupId=org.apache.maven.dotnet -DartifactId=dotnet-service-embedder -Dversion=0.14-maestro-1.5-M3 -Dpackaging=war -Dfile=%REPOSITORY%\org\apache\maven\dotnet\dotnet-service-embedder\0.14-maestro-1.5-M3\dotnet-service-embedder-0.14-maestro-1.5-M3.war -DpomFile=%REPOSITORY%\org\apache\maven\dotnet\dotnet-service-embedder\0.14-maestro-1.5-M3\dotnet-service-embedder-0.14-maestro-1.5-M3.pom
> (Assumes %REPOSITORY% is the location of the MPS releases repository - obviously not always available on the client... so maybe a POM is better). 

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