opticyclic searches
- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 28
-
Created How Do I Set Up My Project To Work With Chained Builds?
I have read this page about dependent builds but I don't really understand it fully.http://confluence.jetbrains.net/display/TCD65/Dependent+BuildAt the moment I have an ant target that runs a TestN... -
Created Using PMD and FindBugs in TeamCity
Normally I just use IDEAs code inspections and use the duplicates finder in TeamCity.However, a recent client has requested that the code that is delivered is checked with a FindBugs and PMD profil... -
Created Plugin For uberSVN
Have you considered creating a plugin for uberSVN to show off TeamCity?http://www.ubersvn.com/appsThey have a Jenkins plugin for continuous integration but I think TeamCity matches up to uberSVN b... -
Created Where Is The Code Coverage View For IDEA?
The eclipse plugin has a Code Coverage view that highlights the source based on the server side code coverage data.I can't seem to find the same view in the IDEA plugin. -
Created Creating JavaDocs
I have an ant task that creates my javadocs.How do I use TeamCity to publish them in the same place every time a build is run so that I have a fixed url to point people to? -
Created Hudson Or TeamCity?
Have you had experience of TeamCity and Hudson?What are the pros/cons of using TeamCity over Hudson? -
Created Respond to Ant input
If I use ant input to get info at runtime e.g. for a password or for an environment variable to determine what to build etc, how will Team City manage to input anything to complete the build? -
Created Grouping Duplicates Finder
I like the Duplicates Finder in the WebUI. However, it could do with some tweaks.As several different people work on different parts of a project it would be good to be able to group the results by... -
Created Format Log Statements
Currently before every log statement I get the date and full package/classname outputted to the log.Is there an option to NOT output these statements to the log? -
Created Create New Agent with Ant
I can't seem to find any info about how to create a new agent.The default agent only supports the following build runners: Command Line: Simple command executionHow can I create a new agent?And ...