[
https://issues.apache.org/jira/browse/IVY-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gintas Grigelionis updated IVY-877:
-----------------------------------
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 :
{code:xml}
<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>
{code}
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
was:
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
> Error using namespace
> ----------------------
>
> Key: IVY-877
> URL: https://issues.apache.org/jira/browse/IVY-877
> Project: Ivy
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.0.0-beta-2
> Reporter: Jean-Louis Boudart
> Priority: Minor
>
> 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 :
> {code:xml}
> <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>
> {code}
> 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
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)