Jérôme Leroux created EASYANT-69:
------------------------------------

             Summary: Error when publishing a module: "Can't set a null 
property!"
                 Key: EASYANT-69
                 URL: https://issues.apache.org/jira/browse/EASYANT-69
             Project: EasyAnt
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.9
         Environment: Linux
            Reporter: Jérôme Leroux
            Priority: Critical


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 :
{code:xml}
        <ea:build organisation="org.apache.easyant.buildtypes" 
module="build-std-java" revision="0.2">
                <ea:property name="myProperty" value="theValue"/>
        </ea:build>
{code}

We get the following error during publishing:
{noformat}
Cause : Can't set a null property! in 
file:/xxx/.easyant/project-cache/resolved-xxx.xml
{noformat}

The resolved descriptor:
{code:xml}
<info …>
        …
        <ea:property>
        </ea:property>
</info>
{code}





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to