You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Wendy Smoak (JIRA)" <ji...@codehaus.org> on 2009/09/10 00:22:31 UTC

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

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

Wendy Smoak updated CONTINUUM-2152:
-----------------------------------

    Fix Version/s: 1.x

Jose, would you like to apply your patches now? :)

> Description of project build definition not set when created via XMLRPC interface
> ---------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2152
>                 URL: http://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.x
>
>         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 contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira