I\'m using Jboss 4/5 and hav开发者_如何转开发e some .war .properties files with default configuration settings
I\'d like to publish certain files for each build regardless of success/failure. In my case I want to publish a report generated from a JUnit RunListener implementation we\'ve implemented, however I w
I would like to run several Team-City开发者_运维技巧 build projects with the same SVN-revision. Is this possible?Take a look at snapshot dependencies. If build configuration A has a snapshot dependenc
Let me elaborate on the question... I have a custom CMS (built on codeigniter FTW) that includes many different types of modules.
My开发者_运维问答 project needs temporary directories which are created during the build using mkdir -p similarly to this:
I have a solution sln, with 50 projects (vbproj, csproj, and setup project). I need automatize Build of all solution, and projects (set of projects of solution folder), and setup project (vdproj).
Can we import*.cod file as a library for 3rd P开发者_如何转开发arty application? If it possible then how?You can only use jar as 3rd party libraries referenced in project.
How to call .NET command prompt from Aspx to Build/Publish another windows application. I have a windows application, that I want to build via my web a开发者_StackOverflow社区pplication (aspx). How c
How can I build an ASP.NET web application from the command li开发者_如何转开发ne?Try this in a .bat file, replace v4.0.30319 with the appropriate version:
I have developed a Windows game application form C#. It contains 3 DLLs and one EXE. But one DLL is need to build time to time, because it contains an XML file and I need to change that time to time a