Workspace support for Bamboo Xcode plugin?

Max Seelemann May 23, 2012

Do you plan to add any support for compiling from workspaces instead of projects to the Bamboo Xcode plugin? Would be greatly appreciated!

2 answers

1 accepted

0 votes
Answer accepted
James Dumay
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 24, 2012

Hi Max,

There is no plans to add workspace support to the Xcode plugin at the moment. The plugin is a personal project of mine (thats why its part of Atlassian Labs) so we don't officially support it.

The code is relatively simple, so if you are keen to add the workspace support the plugin is open source and forkable on Bitbucket.

Hint: You can find the available options for the xcodebuild command that the plugin uses to build projects by running:

sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer/ #setup xcodebuild
xcodebuild -help

Max Seelemann May 29, 2012

We'll see what we can do. Thanks for answering!

James Dumay
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 29, 2012

No worries! Post questions if you have any and ill answer them :)

0 votes
intari August 7, 2012

Hi,

is there updated instruction how to build plugin?

maven build for me fails with

[INFO] Scanning for projects...

[ERROR] The build could not read 1 project -> [Help 1]

[ERROR]

[ERROR] The project com.atlassian.bamboo.plugins.xcode:bamboo-xcode-plugin:1.2-SNAPSHOT (/Users/<skip>/Work/bamboo-xcode/pom.xml) has 1 error

[ERROR] Non-resolvable parent POM: Failure to find com.atlassian.pom:atlassian-closedsource-pom:pom:23 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 5, column 13 -> [Help 2]

[ERROR]

https://developer.atlassian.com/display/BAMBOODEV/Setting+up+Bamboo+Development+Environment+in+IDEA n

notes settings.xml for maven but all links to it are 404

James Dumay
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 8, 2012

If you download and install the Atlassian SDK then run atlas-mvn clean package -Dmaven.test.skip

It should build and package the Xcode plugin (The SDK contains the right settings.xml and version of Maven 2.1.x)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events