Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
1k views

MSB4057 Error when using MSBuild with RAD Studio 2009

Summary: I'm able to compile a RAD Studio 2009 project using MSBuild on a Build Server using the RAD Studio Command Prompt, but not with a batch file. This same batch file, however, works ...
2
votes
5answers
783 views

How do I run a series of processes in C# and keep their environment settings?

I am developing an auto-builder that will run a series of steps in our build process and build our target application. We used to use a batch file which set up a bunch of environment variables or ...
1
vote
1answer
87 views

Maven Eclipse Autobuilder keeps on building even though nothing changed

I use Eclipse (Indigo) with the M2E plugin for maven. Now for some reason the autobuilder keeps on rebuilding the project with no changes around 50 times before he's satisfied which takes a lot of ...
0
votes
2answers
40 views

How to properly create autoconf setup of netcdf 4.x?

I am not sure exactly what my question is as I get seriously turned around by autoconf/automake/libtoolize etc. Several of us are trying to autoconferize mbsystem. I've thrown a repo up of the work ...
0
votes
1answer
31 views

Have PDF-Creator suppress warning dialog not to halt build process

I have a msbuild script that includes creation of a few PDF's using PDF creator. It's the Convert2PDF.vbs that's being used, converting doc's to PDF's, and a while ago it stopped working and none ...