Menu

#71 net.sourceforge.mydoggy.mydoggy-plaf references org.noos

open
None
5
2010-11-03
2009-07-29
Anonymous
No

Hi,

when I wanted to play around with the library (nice work btw from what I can see in the examples) I setup a maven project and declared org.sourceforge.mydoggy.mydoggy-plaf as dependency.

But I then got this maven error:

29.07.09 17:04:37 MESZ: Missing indirectly referenced artifact org.noos.xing:mydoggy-api:jar:1.4.2:compile
29.07.09 17:04:37 MESZ: Missing indirectly referenced artifact org.noos.xing:mydoggy-res:jar:1.4.2:compile

Afaik those should actually refer to the net.sourceforge artifact.

thanks,

Stefan

Discussion

  • Angelo De Caro

    Angelo De Caro - 2009-12-06
    • assigned_to: nobody --> adecaro
    • status: open --> closed
     
  • Devent

    Devent - 2010-11-03

    Why is the bug closed? It's still open. The dependencies of org.sourceforge.mydoggy.mydoggy-plaf are still:

    <dependency>
    <groupId>org.noos.xing</groupId>
    <artifactId>mydoggy-api</artifactId>
    <version>1.4.2</version>
    </dependency>

    <dependency>
    <groupId>org.noos.xing</groupId>
    <artifactId>mydoggy-res</artifactId>
    <version>1.4.2</version>
    </dependency>

    The group ID is wrong, it should be org.sourceforge.mydoggy.

     
  • Devent

    Devent - 2010-11-03
    • status: closed --> open
     
  • Devent

    Devent - 2010-11-03

    Sorry, it should be net.sourceforge.mydoggy.

     
Auth0 Logo