1
vote
1answer
46 views
Problem building executable jar with maven
I am trying to generate an executable jar for a small home project called "logmanager" using maven, just like this:
…
0
votes
0answers
19 views
ILMerge DLL not merged in correctly
In the build process for a .NET C# tool, I have been using ILMerge to merge the assemblies into a single exe.
I added a new class library recently, and now the ILMerge is failing. I have remembered …
0
votes
0answers
19 views
Waf generating Visual Studio projects?
Can the Waf build system generate Visual Studio project files for C/C++?
0
votes
1answer
8 views
Eclipse CDT static resources under build folder
This should be a silly question, but after a hour of implementing following idea I ended up here.
So, I'm building my C++ project under Eclipse and my release folder should include a static folder …
2
votes
2answers
38 views
Multiple Output paths for a C# Project file
Can I use multiple output paths. like when i build my project, the exe should generate in two different paths. If so, How can I specify in Project Properties-> Build -> output path? I tried using , …
0
votes
1answer
17 views
Running multiple TeamCity Agents on the same computer?
We have several build machines, each running a single TeamCity build agent. Each machine is very strong, and we'd like to run several build agents on the same machine.
Is this possible, without using …
0
votes
0answers
7 views
Pre-build event to include files in project
I run a pre-build event to copy files to my project's folder (ProjectX). I need to include these files as content files in ProjectX, so that when built, it is seen as part of ProjectX's output or …
1
vote
2answers
30 views
Is there a way to specify assembly references based on build configuration in Visual Studio?
I have a project that adds some extensibility to another application through their API. However, I want to be able to use the same project for multiple versions of their application, because most of …
0
votes
1answer
21 views
couldnt recognise pom.xml file
i am build forge as build tool. it is executing maven mvn commands fine ,but it couldnt recognizing the maven project pom.xml to run the build.so i tried to execute the same pom.xml through the …
0
votes
2answers
19 views
Prebuild Event only on Build Solution/Project not on F5(Debug)
As the tittle says I need a prebuild command CONDITION that executes an exe on build solution/project and passes when i use F5.
I found "$(ConfigurationName)" as a possible solution on some websites …
0
votes
1answer
35 views
Cobertura ant script is missing Log4J classes
I tried to get Cobertura running inside my ant script, but I'm stuck right at the beginning. When I try to insert the cobertura taskdef I'm missing the Log4J libraries.
Ant properties & …
2
votes
3answers
48 views
Why not use TFS as a build / CI solution ?
Currently our build solution is set up using TFS + MS Build scripts.
TFS is also being used as a CI server.
I've seen several posts on this site telling people about other CI solutions.
Are there …
0
votes
1answer
22 views
warning: invalid receiver type +sqlite3
I am programming an Xcode iPhone app and utilizing sqlite. In an effort to delete all rows from a table, I receive the warning above when I build my code. Does anyone have any suggestions on how to …
2
votes
8answers
139 views
Build management in C++ & good IDEs on Linux
I am starting to write a moderately sized project in C++ requiring a fairly large amount of files and dependencies on other projects.
Do you think manually maintaining a Makefile for this project is …
0
votes
4answers
82 views
Multiple websites running on same codebase?
Hi, We are developing an application that would be offered as a hosted solution. I am struck with understanding how can i use multiple sites with same code without duplicating base code.
eg:
website …
