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

Problem with inheritance between private conf and public conf

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3-RC1
    • 1.3-RC1
    • None
    • None

    Description

      In a spring ivy xml we have something like

      <conf name="orm" description="Hibernate support, JDO support, Apache OJB, iBATIS SQL Maps support" extends="dao"/>
      <conf name="hibernate" description="Hibernate 2.x support" extends="orm" visibility="private"/>
      <conf name="hibernate2-orm" description="Hibernate 2.x support" extends="hibernate"/>
      <conf name="hibernate3-orm" description="Hibernate 3.x support" extends="hibernate"/>

      When trying to resolve hibernate3-orm configuration from our project cause an error.

      WARN: ::::::::::::::::::::::::::::::::::::::::::::::
      WARN: :: UNRESOLVED DEPENDENCIES ::
      WARN: ::::::::::::::::::::::::::::::::::::::::::::::
      WARN: :: [ springframework | springframework | 1.2.6 ]: configuration not public in [ springframework | springframework | 1.2.6 ]: hibernate. It was required from [ jayasoft | woj-portal | working@rahan ] default
      WARN: ::::::::::::::::::::::::::::::::::::::::::::::

      Attachments

        Activity

          People

            xavier Xavier Hanin
            matthieu1 Matthieu Brouillard
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: