The build-dependencies tag has no wiki summary.
0
votes
0answers
5 views
showing which projects depend on a given one in visual c++
Is it possible in Visual C++ to show all the projects that depends on a specific project. I know it is possible to select one project and go to project dependencies... to list the projects that the ...
0
votes
1answer
21 views
Maven managed dependencies - resolving ${project.version} from parent pom
How is placeholder ${project.version} resolved for managed properties from parent pom? I've expected that it is resolved globally, so when the parent pom has version 2, ${project.version} would also ...
0
votes
0answers
37 views
maven- eclipse - download the dependencies jars
I would like to download projects from SVN which was already configured as maven project.
The did the following steps:
maven is already installed
the setting.xml is configured to connect to nexus ...
0
votes
2answers
44 views
Project dependencies not loading in Visual Studio 2012
I'm not sure if this is a add-on/extension issue but I'm having a heck of a time with Visual Studio 2012 on two computers. I believe it is DevExpress CodeRush causing the problems as it seems to work ...
1
vote
2answers
92 views
How can I let CMake check whether my headers are self-sufficient?
Setup
I have a project that builds and runs fine with CMake. My project setup is like this:
├── CMakeLists.txt
|
├── include/
│ └── standalone/
│ └── x.hpp
|
├── src/
└── standalone/
...
0
votes
1answer
132 views
Model project dependencies in Gradle: Add a dependent project to another project
I am facing the following problem. I have two Gradle projects (ProjectA and ProjectB) on the same hierarchy without any root project. Since ProjectA depends on ProjectB, I tried to model this as ...
0
votes
0answers
61 views
Error building pkg-config-0.28 on OS X 10.8
I'm new to Mac and trying to build pkg-config-0.28 on OS X 10.8. I was able to configure successfully using:
./configure CC="gcc -arch i386 -arch x86_64" CXX="g++ -arch i386 -arch x86_64" CPP="gcc ...
1
vote
0answers
80 views
node-canvas and jpeg build dependencies on OSX
I'm using node canvas to generate PNG images of HTML5 generated canvas (using fabric.js). I installed it using:
$ PKG_CONFIG_PATH=/usr/X11/lib/pkgconfig npm install canvas
When the canvas contains ...
1
vote
1answer
87 views
How do I reference a dependent project built with a different configuration in Xcode?
I have two Xcode projects: Super and Sub. Super has a custom configuration: Enterprise. Sub only has the default configurations: Debug and Release. Super has a target dependency on Sub. When I build ...
0
votes
0answers
129 views
Cascading build parameters in TeamCity (environment variables)?
Is it possible to cascade build parameters in TeamCity towards build dependencies? Here's the setup:
Build called 'iOS SDK' that builds on a Mac build agent.
Build called 'WP SDK' that builds on ...
1
vote
2answers
499 views
classpath container for Grails in STS
I have a problem with STS on Grails Dependencies. There is one entry, which is pointing to wrong directory. Internal STS build fails due to an error:
Problems occurred when invoking code from ...
0
votes
1answer
514 views
Please help me resolve my Ant + Ivy + Java build/dependency issues
I can get Eclipse to export a standalone JAR file which works fine. But when I try to use my build.xml file with Ant I get about 100 errors because a bunch of references can not be resolved.
Here is ...
1
vote
1answer
97 views
CMake dependencies - How to build root before building subdirectories
In ROOT folder, I have a CMakeFiles.txt that contains: add_subdirectory(gtest). Problem is, ROOT builds a file called API which is required for gtest to build correctly.
API has dependencies on files ...
1
vote
1answer
191 views
Cannot install network-2.4.0.1 with cabal-install 1.11.0
I can't install a bunch of different things with cabal because they depend on network-2.4.0.1 which fails to install with:
Preprocessing library network-2.4.0.1...
Socket.hsc: In function ‘main’:
...
1
vote
3answers
624 views
Dll dependencies on a Visual Studio 2010 solution and TFS
How can I make a solution in visual studio so that the .dll dependencies that reside in some other directory totally different from where the solution itself is affected by "get latest".
What I've ...
1
vote
1answer
354 views
python: alter setup.py to search local file system directory for required dependencies
My project depends on lots of packages. Some are listed on pypi, some are not.
I now have a folder named "external-packages" where I keep .tar.gz files of the packages that I need that are not on ...
0
votes
1answer
127 views
Java EE Module Dependencies Eclipse
I am developing a web application with Eclipse. I've set the build path to include my classes but sometimes I get the ClassNotFoundException and now I'm getting:
SEVERE: Allocate exception for ...
0
votes
2answers
85 views
Adding a set of dependencies in maven
I have read how to take a jar file that I have and add it to the dependency system in maven in this link
But what i want is, I have a set of 30 to 40 jar files that I have to add to the dependency ...
0
votes
2answers
183 views
Eclipse 3.7 Unresolved Gradle Dependency errors
Eclipse info.,
Version: Indigo Service Release 2
Build id: 20120216-1857
And here's a link to the resulting "Problems" view tab. And I've tried refreshing the Gradle Dependencies, but it's not ...
2
votes
1answer
116 views
Java code change analysis tool - e.g tell me if a method signature has changed, method implementation
Is there any diff tool specifically for Java that doesn't just highlight differences in a file, but is more complex?
By more complex I mean it'd take 2 input files, the same class file of different ...
1
vote
2answers
510 views
Xcode how to add an external project
I need to add an external project to my Xcode project, the reason for this is I need to add a Target Dependency on that external projects static library.
I can't seem to add it in the way I need, I ...
18
votes
4answers
491 views
How does one handle third party libraries with completely different build systems?
The C++ (and C, though it matters less there) standard states that all translation units in a program need to have the same definition; and that includes things like compiler switches. For instance, ...
1
vote
0answers
119 views
Maven does not find lucene-regex.jar
I have added lucene-regex dependency in my project's pom.xml:
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-regex</artifactId>
...
0
votes
2answers
589 views
msbuild, multiple projects and dependency resolution
I have solution that consists of 10 projects. Each project has a test assembly (making 20 projects).
Currently, my build script builds all the test assemblies, then runs all the tests, great.
Except ...
1
vote
1answer
3k views
require.js: require.config paths optimization
I am willing to optimize my javascript application using require.js optimizer but I am now wondering if it is also possible to include the require.config paths as well as the javascript modules in one ...
2
votes
2answers
1k views
Specifying “provided” dependencies with grails under maven
I have a grails 1.3.7 application. I am making use of Spring's JMS classses to set up one of my grails services as a message listener, setting up those classes in grails-app/conf/resources.groovy. I ...
2
votes
5answers
2k views
Remove Unused DLL references from C# project [duplicate]
Possible Duplicate:
Tools for finding unused references
Are there any free tools or built in features of Visual Studio 2010 to remove unused DLL references from a Project?
For instance I ...
1
vote
1answer
119 views
TFS Build Definition using a decoupled Design
We have an WCF service on our TFS build server that has a decoupled design. I am trying to determine on how we can move our decoupled assemblies into the published websites/bin folder automatically ...
3
votes
5answers
2k views
How to get Maven dependencies printed to a file in a readable format?
I am working on a big projects with many pom.xml files and I need to specify all the libraries that I use. This means that I need to read pom.xml files recursively and get groupId, artifactId, scope ...
19
votes
2answers
3k views
How can sbt pull dependency artifacts from git?
I've heard (and I know I've seen examples too, if only I can remember where) that sbt can obtain dependencies from a git repo.
I am looking to obtain the dependency harrah/up from github. The ...
7
votes
2answers
266 views
Can I nest subrepos in Mercurial?
I am having trouble setting up a project in Mercurial with subrepos.
Goal:
I want to set up the structure like so:
-- Build_Repo (this repo will be used to track dependencies)
-- Subrepo_A (this ...
0
votes
1answer
39 views
What is the best way to determine how a missing reference in a Visual Studio project can be found?
I'm using Visual Studio 2008 and I'm trying to get a project that I didn't create to build.
In the references folder of this project there are four DLLs with the exclamation icon whose Path ...
2
votes
0answers
202 views
Bamboo's 3.1.1 manual dependency management / dependency blocking feature not working as expected?
We're using Bamboo as our CI environment and have several build dependencies in place (using manual dependency management & the dependency blocking feature). We're using SVN polling as our build ...
15
votes
1answer
20k views
Xcode 4: How to Add Static Library Target Dependency to Project
I know, this has been asked a few times, but mostly for Xcode 3.x. For the iPad, I have two projects both living in a common workspace
Foo, a view-based application and
Foolib, a static Cocoa-Touch ...
0
votes
1answer
434 views
msbuild reference resolution
I've been doing some work recently that analyzes relationships between various projects in source control. So far I've been using PowerShell and XPath through the Select-Xml cmdlet to process our ...
31
votes
6answers
18k views
How should I manage dependencies across projects in an Xcode workspace?
I'm working on an iOS app project, and add the json-framework project to the workspace. The project navigator on the left shows both projects, and the build scheme selector shows the schemes from both ...
0
votes
2answers
605 views
Hudson Downstream Projects Not Listing Upstream Dependencies
I have an upstream project (dao) and a downstream consumer (scb). I would like to configure it so that when scb is built, the build summary page (after clicking on a build number) will show "Upstream ...
10
votes
3answers
17k views
Xcode : Adding a project as a build dependency
Im playing around with the soundcloud api, in its instructions it says to
drag SoundCloudAPI.xcodeproj into your project
add it as a build dependency
I can drag the project in pretty easily, but ...
0
votes
3answers
2k views
MSVCR80.DLL is missing. What shall I install or what shall I trick in c++ project configuration
I have a legacy msvs2005 c++ project library (dll). I opened project on WindowsXP workstation with msvs2008 installed and code compiled fine. But when I try to use it with executable module i observe ...
2
votes
4answers
267 views
Source Code Dependencies
Suppose I have a bunch of C++ files: A.cc, B.cc, C.cc, and their associated header files. A.cc makes use of classes in B.cc and so on.
Now say I want to build the source files. After the ...
0
votes
1answer
162 views
pbuilder storing dependencies
I'm building only a limited number of packages, which have the same dependency set on every build. Unfortunately, pbuilder tries to install the dependencies on every rebuild instead of storing a ...

