You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Matt Raible <mr...@gmail.com> on 2005/11/26 19:47:47 UTC

[m2] xml-apis warning

I'm getting the following warning when using M2's Ant tasks:

[artifact:dependencies] [WARNING]
[artifact:dependencies]   This artifact has been relocated to
xml-apis:xml-apis:1.0.b2.

I turned on verbose logging and it appears to be coming from commons-digester.

  springmodules:springmodules-validator:jar:0.1 (selected)
    commons-validator:commons-validator:jar:1.1.3 (selected)
    commons-digester:commons-digester:jar:1.5 (selected)
      commons-beanutils:commons-beanutils:jar:1.6 (removed - nearer
found: 1.6.1)
      commons-beanutils:commons-beanutils:jar:1.6 (selected)
      commons-logging:commons-logging:jar:1.0 (removed - nearer found: 1.0.4)
      commons-logging:commons-logging:jar:1.0 (selected)
[artifact:dependencies] [WARNING]
[artifact:dependencies]   This artifact has been relocated to
xml-apis:xml-apis:1.0.b2.


      xml-apis:xml-apis:jar:1.0.b2 (selected)
      commons-collections:commons-collections:jar:2.1 (removed -
nearer found: 2.1.1)
      commons-collections:commons-collections:jar:2.1 (selected)

However, if I look at commons-digester-1.5.pom, it all looks fine:

    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>2.0.2</version>
    </dependency>

Any ideas?

Thanks,

Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] xml-apis warning

Posted by Matt Raible <mr...@gmail.com>.
Thanks Carlos - much appreciated.

Matt

On 11/26/05, Carlos Sanchez <ca...@apache.org> wrote:
> I've created an issue for that MNG-1689
>
> On 11/26/05, Matt Raible <mr...@gmail.com> wrote:
> > On 11/26/05, Carlos Sanchez <ca...@apache.org> wrote:
> > > That's fine, xml-apis 2.0.2 should be 1.0.b2
> >
> > What do you mean by "that's fine?"  I realize that this WARNING
> > doesn't cause any issues, but I'd like to do 1 of the following 2
> > things:
> >
> > 1. Change logging from WARNING to ERROR so I don't see these warnings.
> > 2. Update the POM so the warning disappears.
> >
> > Is it possible to do one of the above?
> >
> > Thanks,
> >
> > Matt
> >
> > >
> > > On 11/26/05, Matt Raible <mr...@gmail.com> wrote:
> > > > I'm getting the following warning when using M2's Ant tasks:
> > > >
> > > > [artifact:dependencies] [WARNING]
> > > > [artifact:dependencies]   This artifact has been relocated to
> > > > xml-apis:xml-apis:1.0.b2.
> > > >
> > > > I turned on verbose logging and it appears to be coming from commons-digester.
> > > >
> > > >   springmodules:springmodules-validator:jar:0.1 (selected)
> > > >     commons-validator:commons-validator:jar:1.1.3 (selected)
> > > >     commons-digester:commons-digester:jar:1.5 (selected)
> > > >       commons-beanutils:commons-beanutils:jar:1.6 (removed - nearer
> > > > found: 1.6.1)
> > > >       commons-beanutils:commons-beanutils:jar:1.6 (selected)
> > > >       commons-logging:commons-logging:jar:1.0 (removed - nearer found: 1.0.4)
> > > >       commons-logging:commons-logging:jar:1.0 (selected)
> > > > [artifact:dependencies] [WARNING]
> > > > [artifact:dependencies]   This artifact has been relocated to
> > > > xml-apis:xml-apis:1.0.b2.
> > > >
> > > >
> > > >       xml-apis:xml-apis:jar:1.0.b2 (selected)
> > > >       commons-collections:commons-collections:jar:2.1 (removed -
> > > > nearer found: 2.1.1)
> > > >       commons-collections:commons-collections:jar:2.1 (selected)
> > > >
> > > > However, if I look at commons-digester-1.5.pom, it all looks fine:
> > > >
> > > >     <dependency>
> > > >       <groupId>xml-apis</groupId>
> > > >       <artifactId>xml-apis</artifactId>
> > > >       <version>2.0.2</version>
> > > >     </dependency>
> > > >
> > > > Any ideas?
> > > >
> > > > Thanks,
> > > >
> > > > Matt
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > > >
> > >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] xml-apis warning

Posted by Carlos Sanchez <ca...@apache.org>.
I've created an issue for that MNG-1689

On 11/26/05, Matt Raible <mr...@gmail.com> wrote:
> On 11/26/05, Carlos Sanchez <ca...@apache.org> wrote:
> > That's fine, xml-apis 2.0.2 should be 1.0.b2
>
> What do you mean by "that's fine?"  I realize that this WARNING
> doesn't cause any issues, but I'd like to do 1 of the following 2
> things:
>
> 1. Change logging from WARNING to ERROR so I don't see these warnings.
> 2. Update the POM so the warning disappears.
>
> Is it possible to do one of the above?
>
> Thanks,
>
> Matt
>
> >
> > On 11/26/05, Matt Raible <mr...@gmail.com> wrote:
> > > I'm getting the following warning when using M2's Ant tasks:
> > >
> > > [artifact:dependencies] [WARNING]
> > > [artifact:dependencies]   This artifact has been relocated to
> > > xml-apis:xml-apis:1.0.b2.
> > >
> > > I turned on verbose logging and it appears to be coming from commons-digester.
> > >
> > >   springmodules:springmodules-validator:jar:0.1 (selected)
> > >     commons-validator:commons-validator:jar:1.1.3 (selected)
> > >     commons-digester:commons-digester:jar:1.5 (selected)
> > >       commons-beanutils:commons-beanutils:jar:1.6 (removed - nearer
> > > found: 1.6.1)
> > >       commons-beanutils:commons-beanutils:jar:1.6 (selected)
> > >       commons-logging:commons-logging:jar:1.0 (removed - nearer found: 1.0.4)
> > >       commons-logging:commons-logging:jar:1.0 (selected)
> > > [artifact:dependencies] [WARNING]
> > > [artifact:dependencies]   This artifact has been relocated to
> > > xml-apis:xml-apis:1.0.b2.
> > >
> > >
> > >       xml-apis:xml-apis:jar:1.0.b2 (selected)
> > >       commons-collections:commons-collections:jar:2.1 (removed -
> > > nearer found: 2.1.1)
> > >       commons-collections:commons-collections:jar:2.1 (selected)
> > >
> > > However, if I look at commons-digester-1.5.pom, it all looks fine:
> > >
> > >     <dependency>
> > >       <groupId>xml-apis</groupId>
> > >       <artifactId>xml-apis</artifactId>
> > >       <version>2.0.2</version>
> > >     </dependency>
> > >
> > > Any ideas?
> > >
> > > Thanks,
> > >
> > > Matt
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] xml-apis warning

Posted by Matt Raible <mr...@gmail.com>.
On 11/26/05, Carlos Sanchez <ca...@apache.org> wrote:
> That's fine, xml-apis 2.0.2 should be 1.0.b2

What do you mean by "that's fine?"  I realize that this WARNING
doesn't cause any issues, but I'd like to do 1 of the following 2
things:

1. Change logging from WARNING to ERROR so I don't see these warnings.
2. Update the POM so the warning disappears.

Is it possible to do one of the above?

Thanks,

Matt

>
> On 11/26/05, Matt Raible <mr...@gmail.com> wrote:
> > I'm getting the following warning when using M2's Ant tasks:
> >
> > [artifact:dependencies] [WARNING]
> > [artifact:dependencies]   This artifact has been relocated to
> > xml-apis:xml-apis:1.0.b2.
> >
> > I turned on verbose logging and it appears to be coming from commons-digester.
> >
> >   springmodules:springmodules-validator:jar:0.1 (selected)
> >     commons-validator:commons-validator:jar:1.1.3 (selected)
> >     commons-digester:commons-digester:jar:1.5 (selected)
> >       commons-beanutils:commons-beanutils:jar:1.6 (removed - nearer
> > found: 1.6.1)
> >       commons-beanutils:commons-beanutils:jar:1.6 (selected)
> >       commons-logging:commons-logging:jar:1.0 (removed - nearer found: 1.0.4)
> >       commons-logging:commons-logging:jar:1.0 (selected)
> > [artifact:dependencies] [WARNING]
> > [artifact:dependencies]   This artifact has been relocated to
> > xml-apis:xml-apis:1.0.b2.
> >
> >
> >       xml-apis:xml-apis:jar:1.0.b2 (selected)
> >       commons-collections:commons-collections:jar:2.1 (removed -
> > nearer found: 2.1.1)
> >       commons-collections:commons-collections:jar:2.1 (selected)
> >
> > However, if I look at commons-digester-1.5.pom, it all looks fine:
> >
> >     <dependency>
> >       <groupId>xml-apis</groupId>
> >       <artifactId>xml-apis</artifactId>
> >       <version>2.0.2</version>
> >     </dependency>
> >
> > Any ideas?
> >
> > Thanks,
> >
> > Matt
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] xml-apis warning

Posted by Carlos Sanchez <ca...@apache.org>.
That's fine, xml-apis 2.0.2 should be 1.0.b2

On 11/26/05, Matt Raible <mr...@gmail.com> wrote:
> I'm getting the following warning when using M2's Ant tasks:
>
> [artifact:dependencies] [WARNING]
> [artifact:dependencies]   This artifact has been relocated to
> xml-apis:xml-apis:1.0.b2.
>
> I turned on verbose logging and it appears to be coming from commons-digester.
>
>   springmodules:springmodules-validator:jar:0.1 (selected)
>     commons-validator:commons-validator:jar:1.1.3 (selected)
>     commons-digester:commons-digester:jar:1.5 (selected)
>       commons-beanutils:commons-beanutils:jar:1.6 (removed - nearer
> found: 1.6.1)
>       commons-beanutils:commons-beanutils:jar:1.6 (selected)
>       commons-logging:commons-logging:jar:1.0 (removed - nearer found: 1.0.4)
>       commons-logging:commons-logging:jar:1.0 (selected)
> [artifact:dependencies] [WARNING]
> [artifact:dependencies]   This artifact has been relocated to
> xml-apis:xml-apis:1.0.b2.
>
>
>       xml-apis:xml-apis:jar:1.0.b2 (selected)
>       commons-collections:commons-collections:jar:2.1 (removed -
> nearer found: 2.1.1)
>       commons-collections:commons-collections:jar:2.1 (selected)
>
> However, if I look at commons-digester-1.5.pom, it all looks fine:
>
>     <dependency>
>       <groupId>xml-apis</groupId>
>       <artifactId>xml-apis</artifactId>
>       <version>2.0.2</version>
>     </dependency>
>
> Any ideas?
>
> Thanks,
>
> Matt
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org