Tagged Questions

0
votes
5answers
86 views

How to set up maven for two separate projects that depend on the same jar.

If this is answered somewhere else, kindly smack me and point me in the right direction. I'm brand new to Maven and trying to wrap my head around how to use it with my projects. …
0
votes
2answers
24 views

Merging database structure changes from one server to another.

I currently have a website with three builds: development, staging and production. Each of those has it's own MySQL database instance. Each of the instances has different data in i …
9
votes
6answers
254 views

Best way to incorporate spell checkers with a build process

I try to externalize all strings (and other constants) used in any application I write, for many reasons that are probably second-nature to most stack-overflowers, but one thing I …
3
votes
4answers
658 views

Maven2 Eclipse integration

There seem to be two rival Eclipse plugins for integrating with Maven: m2Eclipse and q4e. Has anyone recently evaluated or used these plugins? Why would I choose one or the othe …
1
vote
4answers
893 views

What is the difference between Build Solution and Batch Build in Visual Studio 2008?

What is the difference between Build Solution and Batch Build in Visual Studio 2008?
14
votes
9answers
1k views

Improving Your Build Process

Or, actually establishing a build process when there isn't much of one in place to begin with. Currently, that's pretty much the situation my group faces. We do web-app developme …
9
votes
5answers
2k views

Cruise Control .Net vs Team Foundation Build

Our team is setting up nightly and continuous integration builds. We own Team Foundation Server and could use Team Foundation Build. I'm more familiar with CC.Net and lean that w …
0
votes
1answer
150 views

Where is the ‘New Team Build Type’ option in the build menu?

I'm following instructions on how to create a new build type in TFS, and it says to: In team explorer, select the project you want to create a new build type on the build menu, s …
0
votes
1answer
540 views

TFS build agent, same port as team server?

Hi, My team foundation is setup to use port 8080, when I am creating a new build agent it defaults to port 9191. Which one should I use? I am getting an error when I try and run …
5
votes
7answers
1k views

How can I manage OSGi build dependencies?

We've embedded an OSGi runtime (Equinox) into out custom client-server application to facilitate plugin development and so far things are going great. We've been using Eclipse to b …
4
votes
8answers
375 views

Daily Build

OK, so we all know the daily build is the heart beat of a project, but whats the single best way of automating it? We have perl scripts wrapping our pipeline which includes Clear …
2
votes
8answers
365 views

tools for diffing windows binaries?

Our QA team wants to focus their testing based on what EXEs and DLLs have actually changed between builds. We have a nice svn change report, but the relationship between source a …
2
votes
2answers
433 views

Manually Trigger a TFS Team Build

How would you manually trigger additional team builds from a team build? For example, when we were in CC.Net other builds would trigger if certain builds were successful. The secon …
0
votes
3answers
434 views

Visual Studio 2005 ERROR: An error occurred generating a bootstrapper: Invalid syntax.

I'm working on VS 2005 and something has gone wrong on my machine. Suddenly, out of the blue, I can no longer build deployment files. The build message is: ERROR: An error occurr …
2
votes
1answer
260 views

How you setup a greenfield project

I'm setting yup a Greenfield (yeeea!) web application just now was wondering how other people first setup their project with regards to automated/CI build? I generally follow this …

1 2 next
15 30 50 per page