[ 
https://jira.codehaus.org/browse/CONTINUUM-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brett Porter closed CONTINUUM-2152.
-----------------------------------

       Resolution: Duplicate
    Fix Version/s:     (was: 1.4.1)
         Assignee: Brett Porter

was already fixed in 1.4.1 in a different issue
                
> Description of project build definition not set when created via XMLRPC 
> interface
> ---------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2152
>                 URL: https://jira.codehaus.org/browse/CONTINUUM-2152
>             Project: Continuum
>          Issue Type: Bug
>          Components: XMLRPC Interface
>    Affects Versions: 1.2.3
>         Environment: Linux, Sun Java SDK 1.5.0_16
>            Reporter: Bernhard Trummer
>            Assignee: Brett Porter
>            Priority: Trivial
>         Attachments: CONTINUUM-2152-v1.2.x.patch, CONTINUUM-2152-v1.3.x.patch
>
>
> When adding a build definition to a project via the XMLRPC interface using 
> the following example code snippet ...
> {code}
> BuildDefinition bd = new BuildDefinition();
> bd.setArguments("-Dargument=value");
> bd.setBuildFile("pom.xml");
> bd.setDescription("My Description");
> bd.setGoals("clean install");
> bd.setSchedule(schedule);
> bd.setType("maven2");
> client.addBuildDefinitionToProject(projectId, bd);
> {code}
> ... the description seems to be ignored, because it's not shown in the web 
> interface in the "Project Information" tab.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to