Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 90533 invoked from network); 26 Mar 2009 01:20:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Mar 2009 01:20:49 -0000 Received: (qmail 52368 invoked by uid 500); 25 Mar 2009 21:20:42 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 52357 invoked by uid 500); 25 Mar 2009 21:20:42 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 52344 invoked by uid 99); 25 Mar 2009 21:20:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2009 21:20:42 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2009 21:20:34 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 3550414A8180 for ; Wed, 25 Mar 2009 16:20:13 -0500 (CDT) Message-ID: <7320102.1238016012951.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 25 Mar 2009 16:20:12 -0500 (CDT) From: "Bernhard Trummer (JIRA)" To: issues@continuum.apache.org Subject: [jira] Created: (CONTINUUM-2152) Description of project build definition not set when created via XMLRPC interface MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org 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 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