Tagged Questions
The build-environment tag has no wiki summary.
29
votes
16answers
2k views
Web developers - Is it better to do development on your local machine or on a remote host?
What are the pro/cons of doing web development on your local machine rather than on a centralized development server? For those that do dev on your local machine, how do you keep an updated db ...
5
votes
2answers
977 views
SVN, TeamCity virtualisation / hardware requirement
I am trying to put a requirement together for a new environment to consist of TeamCity running of Sql Server, a couple of build agents (for now) and an SVN repository.
There are 6 developers and ...
4
votes
5answers
211 views
PHP: What do you use to write it? [closed]
Possible Duplicate:
What is the best IDE for PHP ?
Hello again everybody,
I finish my work placement next week and have over a month off before I start my studies again. Being the super ...
4
votes
8answers
2k views
Cross platform build environment
As good developers we keep our code as standard compliant as possible to help in porting between platforms. But what tools are available that help us build the code in a uniform way across multiple ...
3
votes
2answers
1k views
How to install both Python 2.x and Python 3.x in Windows 7
I do most of my programming in Python 3.x on Windows 7, but now I need to use the Python Imaging Library (PIL), ImageMagick, and wxPython, all of which require Python 2.x.
Can I have both Python 2.x ...
3
votes
0answers
558 views
Build Environment setup - Using .net, java, hudson, and ruby - Could really use a critique
I'm trying to figure out the best way to stitch together a fast, repeatable, unbreakable build process for the following environment. I've got a plan for how to do it, but I'd really appreciate a ...
2
votes
2answers
3k views
Configuration Manager only shows Debug
I am working in Visual Studio 2008 on an ASP.NET application, which has been deployed to a test server. I would like to make a build without debug information to place in production, but the ...
1
vote
1answer
95 views
Publish to RSS from command line
From a Windows command line, I'd like to be able to publish to an RSS feed. I visualize something like this:
rsspub @builds "Build completed without errors."
Then, someone could go to my computer:
...
1
vote
2answers
1k views
Using separate MSI build for config files for each environment
For one client, I have to deliver a build they use in QA and production. The checksum of the build file has to match - it cannot change at all between QA and production. The configuration for each ...
0
votes
2answers
204 views
remote virtual machine versus local development
What are some pros and cons to setting up a development environment locally versus on a remote VM. Let's assume you have remote VMs available for every developer to own exclusively.
I've only setup ...
0
votes
1answer
293 views
ant large project. How to enforce common output directory structure - include,import and inhertAll=false?
I have a toplevel ant project and many subprojects under it.
./build.xml
./datamodel_src/src/build.xml
./datamodel_src/src/module1/build.xml
./datamodel_src/src/module2/build.xml
...
0
votes
2answers
348 views
How can I set up different build configurations for ASP.Net web site projects?
According to an earlier question about Visual Studio configurations, there's no way to use Visual Studio's configuration manager to create different configurations for an ASP.net web site project.
...
0
votes
1answer
229 views
Paver 0.8.1 compatibility with python 2.6
Does anyone manage to bootstrap its development area using paver with python 2.6 ?
I have install python 2.6, install paver with easy_install-2.6, everything looks fine.
But when I try to launch the ...