Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.2.3
-
None
-
Linux, Sun Java SDK 1.5.0_16
Description
I created a project group via the web interface and another one via the XMLRPC interface with the following code snippet:
LocalRepository repository = client.getLocalRepository(1); // = DEFAULT ProjectGroupSummary summary = new ProjectGroupSummary(); summary.setName("created-via-api"); summary.setGroupId("group.created.api"); summary.setLocalRepository(repository); client.addProjectGroup(summary);
The difference is that the API-created one doesn't get the local repository set as shown in the attached screenshot.