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 "Brett Porter (Resolved) (JIRA)" <ji...@apache.org> on 2011/12/06 12:23:40 UTC

[jira] [Resolved] (NPANDAY-392) Dotnet-Repository and NPanday-Installer ignore the excludes for gac-dependencies

     [ https://issues.apache.org/jira/browse/NPANDAY-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter resolved NPANDAY-392.
----------------------------------

    Resolution: Fixed
      Assignee: Brett Porter

Fixed... for Maven 2. We have a broader problem with Maven 3 and GAC dependencies
                
> Dotnet-Repository and NPanday-Installer ignore the excludes for gac-dependencies
> --------------------------------------------------------------------------------
>
>                 Key: NPANDAY-392
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-392
>             Project: NPanday
>          Issue Type: Bug
>          Components: Visual Studio Add-in
>    Affects Versions: 1.4-incubating
>            Reporter: Lars Corneliussen
>            Assignee: Brett Porter
>             Fix For: 1.4.1-incubating
>
>
> When building trunk with a clean repo, the dotnet-repository-builder fails because it can't find some dependencies - even if those are explicitely excluded.
> When running 'dependency:tree' the same error occures, so somehow the excludes are ignored.
> {code:title=\misc\dotnet-repository-builder>mvn install -o}
> [INFO]
> NOTE: Maven is executing in offline mode. Any artifacts not already in your local
> repository will be inaccessible.
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [INFO] Building NPanday :: .NET Repository Builder
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO] [remote-resources:process {execution: default}]
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve dependencies for one or more projects in the reactor. Reason: Missing:
> ----------
> 1) EnvDTE80:EnvDTE80:gac:b03f5f7f11d50a3a:8.0.0.0
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=EnvDTE80 -DartifactId=EnvDTE80 -Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=EnvDTE80 -DartifactId=EnvDTE80 -Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency:
>         1) npanday:dotnet-repository-builder:pom:1.3.1-incubating-SNAPSHOT
>         2) npanday.visualstudio:NPanday.VisualStudio.Addin:visual-studio-addin:1.3.1-incubating-SNAPSHOT
>         3) EnvDTE80:EnvDTE80:gac:b03f5f7f11d50a3a:8.0.0.0
> 2) VsWebSite.Interop:VsWebSite.Interop:gac:b03f5f7f11d50a3a:8.0.0.0
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=VsWebSite.Interop -DartifactId=VsWebSite.Interop -Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=VsWebSite.Interop -DartifactId=VsWebSite.Interop -Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency:
>         1) npanday:dotnet-repository-builder:pom:1.3.1-incubating-SNAPSHOT
>         2) npanday.visualstudio:NPanday.VisualStudio.Addin:visual-studio-addin:1.3.1-incubating-SNAPSHOT
>         3) VsWebSite.Interop:VsWebSite.Interop:gac:b03f5f7f11d50a3a:8.0.0.0
> 3) Extensibility:Extensibility:gac:b03f5f7f11d50a3a:7.0.3300.0
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=Extensibility -DartifactId=Extensibility -Dversion=7.0.3300.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=Extensibility -DartifactId=Extensibility -Dversion=7.0.3300.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency:
>         1) npanday:dotnet-repository-builder:pom:1.3.1-incubating-SNAPSHOT
>         2) npanday.visualstudio:NPanday.VisualStudio.Addin:visual-studio-addin:1.3.1-incubating-SNAPSHOT
>         3) Extensibility:Extensibility:gac:b03f5f7f11d50a3a:7.0.3300.0
> 4) EnvDTE:EnvDTE:gac:b03f5f7f11d50a3a:8.0.0.0
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=EnvDTE -DartifactId=EnvDTE -Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=EnvDTE -DartifactId=EnvDTE -Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency:
>         1) npanday:dotnet-repository-builder:pom:1.3.1-incubating-SNAPSHOT
>         2) npanday.visualstudio:NPanday.VisualStudio.Addin:visual-studio-addin:1.3.1-incubating-SNAPSHOT
>         3) EnvDTE:EnvDTE:gac:b03f5f7f11d50a3a:8.0.0.0
> 5) Microsoft.VisualStudio.CommandBars:Microsoft.VisualStudio.CommandBars:gac:b03f5f7f11d50a3a:8.0.0.0
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=Microsoft.VisualStudio.CommandBars -DartifactId=Microsoft.VisualStudio.CommandBars -Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=Microsoft.VisualStudio.CommandBars -DartifactId=Microsoft.VisualStudio.CommandBars -Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency:
>         1) npanday:dotnet-repository-builder:pom:1.3.1-incubating-SNAPSHOT
>         2) npanday.visualstudio:NPanday.VisualStudio.Addin:visual-studio-addin:1.3.1-incubating-SNAPSHOT
>         3) Microsoft.VisualStudio.CommandBars:Microsoft.VisualStudio.CommandBars:gac:b03f5f7f11d50a3a:8.0.0.0
> 6) VSLangProj:VSLangProj:gac:b03f5f7f11d50a3a:7.0.3300.0
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=VSLangProj -DartifactId=VSLangProj -Dversion=7.0.3300.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=VSLangProj -DartifactId=VSLangProj -Dversion=7.0.3300.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency:
>         1) npanday:dotnet-repository-builder:pom:1.3.1-incubating-SNAPSHOT
>         2) npanday.visualstudio:NPanday.VisualStudio.Addin:visual-studio-addin:1.3.1-incubating-SNAPSHOT
>         3) VSLangProj:VSLangProj:gac:b03f5f7f11d50a3a:7.0.3300.0
> 7) Microsoft.Build.Engine:Microsoft.Build.Engine:gac_msil:b03f5f7f11d50a3a:2.0.0.0
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=Microsoft.Build.Engine -DartifactId=Microsoft.Build.Engine -Dversion=2.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac_msil -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=Microsoft.Build.Engine -DartifactId=Microsoft.Build.Engine -Dversion=2.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac_msil -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency:
>         1) npanday:dotnet-repository-builder:pom:1.3.1-incubating-SNAPSHOT
>         2) npanday.visualstudio:NPanday.VisualStudio.Addin:visual-studio-addin:1.3.1-incubating-SNAPSHOT
>         3) npanday.projectimporter:NPanday.ProjectImporterEngine:library:1.3.1-incubating-SNAPSHOT
>         4) Microsoft.Build.Engine:Microsoft.Build.Engine:gac_msil:b03f5f7f11d50a3a:2.0.0.0
> 8) VSLangProj80:VSLangProj80:gac:b03f5f7f11d50a3a:8.0.0.0
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=VSLangProj80 -DartifactId=VSLangProj80 -Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=VSLangProj80 -DartifactId=VSLangProj80 -Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency:
>         1) npanday:dotnet-repository-builder:pom:1.3.1-incubating-SNAPSHOT
>         2) npanday.visualstudio:NPanday.VisualStudio.Addin:visual-studio-addin:1.3.1-incubating-SNAPSHOT
>         3) VSLangProj80:VSLangProj80:gac:b03f5f7f11d50a3a:8.0.0.0
> ----------
> 8 required artifacts are missing.
> for artifact:
>   npanday:dotnet-repository-builder:pom:1.3.1-incubating-SNAPSHOT
> from the specified remote repositories:
>   apache.snapshots (http://repository.apache.org/snapshots),
>   central (http://repo1.maven.org/maven2),
>   npanday.group (http://repo.npanday.org/archiva/repository/npanday-group)
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 6 seconds
> [INFO] Finished at: Fri Apr 01 16:08:24 CEST 2011
> [INFO] Final Memory: 38M/495M
> [INFO] ------------------------------------------------------------------------
> C:\Workbench\NPanday\svn-trunk\misc\dotnet-repository-builder>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira