Uploaded image for project: 'EasyAnt'
  1. EasyAnt
  2. EASYANT-69

Error when publishing a module: "Can't set a null property!"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 0.9
    • 0.10
    • Core
    • None
    • Linux

    Description

      When a property is declared in the module.ivy file using property tag, the resolved descriptor generated for ivy publishing is not valid.

      Module.ivy example :

              <ea:build organisation="org.apache.easyant.buildtypes" module="build-std-java" revision="0.2">
              	<ea:property name="myProperty" value="theValue"/>
              </ea:build>
      

      We get the following error during publishing:

      Cause : Can't set a null property! in file:/xxx/.easyant/project-cache/resolved-xxx.xml
      

      The resolved descriptor:

      <info …><ea:property>
      	</ea:property>
      </info>
      

      Attachments

        Activity

          People

            jboudart Jean-Louis Boudart
            jejecool Jérôme Leroux
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: