You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2012/11/20 07:57:13 UTC

[jira] (CONTINUUM-2152) Description of project build definition not set when created via XMLRPC interface

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

Brett Porter updated CONTINUUM-2152:
------------------------------------

    Patch Submitted: Yes
      Fix Version/s:     (was: Backlog)
                     1.4.1
    
> 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
>            Priority: Trivial
>             Fix For: 1.4.1
>
>         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