You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Jean-Louis Boudart (JIRA)" <ji...@apache.org> on 2014/11/25 08:57:12 UTC

[jira] [Resolved] (EASYANT-69) Error when publishing a module: "Can't set a null property!"

     [ https://issues.apache.org/jira/browse/EASYANT-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Louis Boudart resolved EASYANT-69.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.10
         Assignee: Jean-Louis Boudart

> 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
>            Assignee: Jean-Louis Boudart
>            Priority: Critical
>             Fix For: 0.10
>
>
> 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)