Colin Fleming
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
-
Colin Fleming created a post, How to build IntelliJ plugin in TeamCity using Ant?
Hi all,I'm trying to configure TeamCity to build an IntelliJ plugin using Ant. The problem is I don't know where the IntelliJ OpenApi jar files are - I assume they're available in the agent somewhe... -
Colin Fleming commented, -
Colin Fleming created a post, Subversion svn+ssh access with keys?
Hi all,I'm trying to configure our subversion access with keys, and I can't get it to work. I have our URL set like this:svn+ssh://teamcity@<host>/home/svn/repos/platform/trunkand the private file ... -
Colin Fleming created a post, Ant tasks from IPR runner (again)
Hi all,We're using JAXB in our project, and we have various pre-compile stages that build JAXB plugins, use the plugins to compile schemas to java code, and then compile the project with those obje... -
Colin Fleming created a post, What's required to back up?
Hi all,What should we be backing up from our TeamCity install? Backing up the whole thing is pretty big, we don't mind reinstalling but we'd like to be able to back the configuration up at least. I... -
Colin Fleming commented, -
Colin Fleming created a post, Inspect only a single scope?
Hi all,Is it possible to run inspections just on a single scope? We have a moderately large project, and we're using scopes to run different inspection profiles on different parts of the code. It w... -
-
Colin Fleming created a post, Problems with Before Compilation ant tasks in IPR runner
Hi all,We had a problem building our project using the IPR runner today. We'd added some JAXB objects which are generated and compiled as part of our ant build, so we registered the task to be exec...