Daniel Lidström
- Total activity 64
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
Created agent.sh adds '.' to LD_LIBRARY_PATH
Hi,I am trying to build glibc using my agent (this is part of our build system for a customized linux distribution). glibc requires LD_LIBRARY_PATH to not contain '.' (dot). Unfortunately, agent.sh... -
Created Could not initialize class com.intellij.util.ui.UIUtil
Server fails to apply patch. Here is the last lines of logs/teamcity-agent.log:[2010-01-07 10:46:24,670] INFO - jetbrains.buildServer.AGENT - Checkout directory: /home/daniel/BuildAgent/work/3... -
Created Want to see configuration descriptions on the Projects page
Each configuration can have a description. This can be useful to describe in more detail exactly what is being built. We have many configurations with names such as Debug A WIN32, Debug WIN32, bjam... -
Created Would like to see sizes for clean-up policy
Hi!I would like to know how much space artifacts and history and statistical data take up. This would make it easier to specify the clean-up policy. I just checked the artifacts size myself and it ... -
Created Would like to have option to enforce clean checkout more accessible
Hello,I would like to have the option of enforcing a clean checkout more accessible. For example, on the projects page where I can select Run... on any project I would like that dialog to contain t... -
Created Script to filter gcc output for TeamCity
Hi,I want to share the script I'm using to filter gcc output for TeamCity. It can be run under Linux, and probably cygwin.#!/bin/bashcat - | sed -r -e "s/\|/\|\|/g" \ | sed -r -e "s/(^.*\.(h|c... -
Created Problems with ##teamcity[message...]
Hello,I have successfully transformed gcc output into the following:##teamcity[message text='GeoROG/GCore/GCore.h:54' errorDetails='|'typedef|' was ignored in this declaration' status='WARNING']##t... -
Created Capturing build output from gcc to display within TeamCity
Hello,I would like to be able to display warnings generated by gcc within TeamCity. Currently, my build output looks like this:gcc.compile.c++ GeoROG/bin/gcc-4.3/debug/DataFilterInterface.ogcc.comp...