Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-877

Error using namespace

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.0.0-beta-2
    • None
    • Core
    • None

    Description

      I recently wanted to test namespace features.
      In a project i have a transitive dependency that depends on jboss.javassist#3.7.ga, but for personnal reason i want to use revision 3.8. But this revision is available with a different organisation (javassist.javassist#3.8GA).

      My namespace look like that :

         <namespaces>
              <namespace name="sogera">
                  <rule>
                      <fromsystem>
                          <src org="javassist" module="javassist"/>
                          <dest org="jboss" module="$m0"/>
                      </fromsystem>
                      <tosystem>
                          <src org="jboss" module="javassist"/>
                          <dest org="javassist" module="$m0"/>
                      </tosystem>
                  </rule>
              </namespace>
          </namespaces>
      

      During the resolve phase, i can see "bad organisation found in http://repo1.maven.org/maven2/jboss/javassist/3.7.ga/javassist-3.7.ga.pom: expected='jboss' found='javassist" in the console

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jboudart Jean-Louis Boudart
              Votes:
              2 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: