what\'s the right way? We have one build server for our projects. We have different projects, wich reference different versions of DevExpress.
I currently distribute my Android apps on Android Market, SlideMe and Amazon app store.Android Market and SlideMe require a signed binary, while Amazon requires an unsigned one.I also need to differen
I have to maintain old software written in Delphi. The source tree is a real mess. I\'m trying to do 2 things: to make clean directory structure and to set up automated build process.
I started to write an open-source, free dependency management framework for .NET/C++. Asking the question here I\'m tryingnot to create yet another one no one needs. This desperate evening hobby of mi
We are currently working on a distributed Java EE-Application a开发者_C百科nd have therefore a separated test and production system.
I\'ve recently been assigned the task of being responsible for defining new processes and methodologies within my team, with regards to correct development processes.
I am using an automated build tool called Automated Build 开发者_运维问答Studio. I have defined in the Delphi IDE, as you can see in the screenshot, a user variable $(PLKFW) which points to a specif
I\'m trying to automate our entire build process using hudson and a mashup of ruby scripts. Is it possible to pass the values for Versioning System, Bundle Version, Code Signing Identity and Entitleme
I am using the following code to convert files from php to html. In order for it to work, I have to enter the name of each file on the second line.
I\'m using MSBuild 开发者_如何学Pythonto create a deployment package as part of my build process. I am calling MSBuild with /t:package as part of the command.