Mark Derricutt
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created Inspections from Maven Based projects...
Hi,Under TeamCity 4 and running Inspections on a maven based project, I notice in the log:==> logs/teamcity-build.log <==[2008-11-29 22:29:12,437] out - Starting up IntelliJ IDEA 8.0 ...done.[2008-... -
Created Exceptions thrown doing inspections under Team City 4
'lo all, I just upgraded our server to the new Team City 4 release and am seeing some exceptions during an inspection run (from a pom file): [20:48:35]: Analyzing code ... 2%[20:48:37]: [ 141367] ... -
Created "Last successful build" ignoring personal builds?
Hi.I have two builds in my Teamcity, one which produces artifacts, and one that depends on those artifacts using the 'Last successful build' dependency type.If I do a personal build from IDEA and r... -
Created Team City 3.1.2 not finding artifacts?
Hey all,I upgraded my Team City to 3.1.2 yesterday and now I'm noticing that its not picking up any defined build artifacts (dist/*.jar => dist), I see the artifacts on disk in my dist directory bu... -
Created .BuildServer/system/messages taken 1.1gb of disk - what messages?
Hey all,Our build TC install just ran out of disk space and I found 1.1G of data in the .BuildServer/system/messages directory.What sort of messages are these and can they be somehow discarded?Mark -
Created Agent doesn't have this build anymore
Hi all,We had a massive load issue on our Teamcity server and it's somehow got itself confused and no longer builds anything.We have one build agent which is stuck in a "cancelling build" state, fr... -
Created Property expansion for command line runner builds
'loI'm running our builds with TeamCity and a command line runner and wanting to pass in build parameters such as subversion revision, build number etc.Is this possible?When building ant projects I...