The management of dependencies, for example third party libraries, that are used by a software project.
4
votes
1answer
1k views
Build and dependency tools for objective-c such as ant+ivy / maven?
I'm looking for a good build and dependency tool for objective-c such as ant for build and ivy for dependencies.
I'm aware there are a few maven plugins for xcode :
...
3
votes
1answer
70 views
javascripts function dependency graph?
Is there a program/tool that can generate function dependency graph for javascripts? Basically, the input should be a folder of javascript files, then the output is a nice graph that show all the ...
3
votes
1answer
201 views
How to do dependency management in Visual Studio/MSBuild
There have been many posts on this topic, but I have yet to find the "real" solution.
How does one manage their dependency tree (both compile time and runtime) using MSBuild project files (i.e. ...
3
votes
1answer
130 views
How to avoid nested branches caused by source code dependency hierarchy
We are using TFS 2010, and we have some very annoying trouble with our dependency/branch management.
At first glance, our problem is quite common. We have AppServer, WebClient and WinClient. Both ...
2
votes
1answer
124 views
Resolving Python dependencies at installation time in setup.py based on an interpreter version
Suppose I have a bunch of requirement files like:
requirements.txt # common for both 2.x and 3.x
requirements-2.txt # 2.x
requirements-3.txt # 3.x
and I would like to populate install_requires ...
2
votes
1answer
219 views
XCode - Changes to static libraries doesn't cause the build system to relink the executable
I have a project "blackjack" containing a project (as a child) called "GameLib", which in turn contains many projects such as "Core-iOS". I have libCore-iOS.a added to "Link Binary With Libraries," ...
2
votes
1answer
233 views
Transitive Dependency causing Conflicting version of same DLL
What is the best practice in the .NET world to manage transitive dependencies that cause version conflict ?
In details :
Project A Depends on Project B which in turn depends on library C
also
...
2
votes
1answer
221 views
Maven “versions” plugin - how to exclude alpha/beta versions from reponse?
I have an issue concerning the plugin versions.
When it generates a report with the goal:
mvn versions:display-dependency-updates
It suggest is a lot of libraries that with beta or alpha versions.
...
2
votes
1answer
244 views
What should a dependency management framework do?
I started to write an open-source, free dependency management framework for .NET/C++. Asking the question here I'm trying not to create yet another one no one needs. This desperate evening hobby of ...
3
votes
0answers
95 views
Awkward guiceyfruit transitive dependency on an older version of guice
I'm writing a small Camel-based JMS app using guice 3.0 to wire everything up. The CamelModule unfortunately relies on guiceyfruit, the current version of which has a transitive dependency on guice ...
2
votes
0answers
1k views
Circular Dependencies in modules using requireJs
Reading the requireJs documentation,
in order to fix the Circular Dependencies, is suggested to use exports to create an empty object for the module that is available immediately for reference by ...
2
votes
0answers
194 views
Dependency management automation for client and server with node
When implementing web apps with node, in package.json dependencies are declared for the application and written in node_modules. Now, having the dependencies on the server, there are dependencies ...
2
votes
0answers
1k views
ExtJs dependency management using RequireJS, LABjs (or similar)
I am trying to find examples of how to wrap ExtJs and ExtJs 'modules' up for use with a javascript dependency framework such as RequireJS or LAB.
I am working with a large ExtJs based project and ...
2
votes
0answers
302 views
Maven MOJO transitive dependency resolution ordering from the bottom of the graph
I'm resolving transitive dependencies in my MOJO and wish to have them returned in order from the bottom of the dependency tree up. Is this possible using Maven2? Here's my code so far:
Set<?> ...
1
vote
0answers
26 views
Proper way to handle optional package dependencies
In a package I'm developing, several different methods of estimating are provided. Typically, each of these depends on functionality provided by other packages (in some case, with version ...
1
vote
0answers
50 views
Runtime dependencies for GAE web app
After downloading the GAE SDK (1.7.1) I have a massive amount of JARs under my ${GAE_HOME}/lib/ directory:
I am in the process of setting up a build for my GAE web app on my local machine but also ...
1
vote
0answers
255 views
VS, Nuget, TFS - Manage complex internal dependency structure
Due to the number of products we build/maintain, we have a fairly complex dll structure (>100 assemblies). We are in the process of installing TFS 2012. We currently use NuGet to manage references to ...
1
vote
0answers
57 views
Maven: Package “brother” projects
I am working on a big set of projects strongly related to each other and looking for a way to reduce to minimimun the maintenance overhead using a good maven configuration.
One of the scenarios which ...
1
vote
0answers
121 views
C/C++: Building a project consisting of interdependent subprojects with netbeans 7.1.2
I am building an application framework which consists of several subcomponents (shared libraries and actual applications).
I want to use netbeans 7.1.2 to build the project. However, in the past, I ...
1
vote
0answers
90 views
How to test maven version-ranges?
What's the best way to test the validity of version-ranges in maven builds? For example, let's say I have a module that depends on slf4j versions [1.5.0,1.7.0). I think that the only way to be ...
1
vote
0answers
46 views
How to get JVM use diffrent version of jars required in application
In application where it requires Spring 2.0 jar and wants to interface with webservice but client.jar provided by webservice host require spring3.0 jar.. so is there any way to implement both ...
1
vote
0answers
609 views
Managing Constructor Dependency Injection (MS Unity)
I am building a multi-layered application and trying to keep the layers as much as possible so I'm using an IoC container for this purpose. Anyway, I'm trying to expand on this article to move my ...
0
votes
0answers
17 views
Microsoft Access Database Creation and Management without having it installed
This might probably be the dumbest question in the entire computer world existence, but is still an important question for me.
Is it necessary for me (Or more specifically the user of the application ...
0
votes
0answers
14 views
Dependency management for COMPILED static libraries?
I'm aware of Cocoapods. However this isn't very useful for commercial use because we don't want to deliver source code.
We want to be able to deliver compiled libraries. But use them in our own (and ...
0
votes
0answers
25 views
Dependency manager in .net - problems with nuget
Environment brief
We have a really big IT project (more than 60 solutions). This solutions can be separate in tiers like: contracts, tools, communications tools, UI, etc.
There are a lot of ...
0
votes
0answers
32 views
What's the Intellij equivalence to Eclipse user library?
I have been using Eclipse for many years but I hate it due to its bad performance - it freezes from time to time.
Now I am trying to use JetBrain's IntelliJ IDEA 12.1, and have some questions.
In ...
0
votes
0answers
24 views
YUI3: How to bundle dependencies for offline deployment?
I am building a web application using YUI3 and with it it's "Loader" and "App" components. I separate my application into different modules with YUI.add(). All is going well so far.
However, the ...
0
votes
0answers
64 views
Dependency Management issue in Intellij idea 12.0.4
I am facing problem with dependency management.
I am using Intellij12.04.
Under a project i have two modules a.b.c.somebusiness and a.b.c.tests. The module a.b.c.tests is dependent on ...
0
votes
0answers
19 views
Assembly dependencies and versioning numbers
Can somebody confirm that I understood some .NET dependency issues correctly?
I have written a small library L that uses json.net. Library L is referenced (as a dll) in my project P. Since I can't ...
0
votes
0answers
64 views
View dependency/composition visualization in ruby on rails
I was working on a big web project with multiple pages where we would reuse certain subviews in different situations. We created a custom tool that parsed source comments and created a freemind mind ...
0
votes
0answers
35 views
Xuggler: add only arch‑i686‑w64‑mingw32 jar
I'm using Xuggler 5.4 in my applet, including it into the project with Maven (it has too many dependences to be included directly with .jar file). Here is a part from my pom.xml.
<repositories>
...
0
votes
0answers
84 views
require.js define dependency only if existant
How can I define a dependency only if it exists? I want to use the object 'myObject' only if it already exists/has been created.
define(['dependencyOne', 'dependencyTwo', 'myObject'], ...
0
votes
0answers
38 views
Defining deployment dependency b/w EAR and ordering
I am using jbossAS 5.1 and I have 2 EAR's to be deployed, in which EAR2 uses ejbs exposed by EAR1 but they are not tightly coupled as EAR2 is made to work without the EAR1 by handling EJB service ...
0
votes
0answers
31 views
View file dependency in eclipse for PHP Project
Is it possible to view PHP project file dependency on eclipse?
The dependency come from include, class inheritance, js source, etc.
0
votes
0answers
90 views
Synchronously load a dependency in node.js
I'm loading a node library in script and immediately after loading some customization that depends on that library:
var somelib = require('somelib');
// some customizations made to
// somelib's ...
0
votes
0answers
51 views
Convert a mavenized project to a Grails project
I am actually working on a grails project using STS. While working, I had some issues with my .classpath and .project and had to reimport the project in STS in another worspace.
When importing the ...
0
votes
0answers
195 views
maven parent pom dependency-management in gradle
In maven, you can declare depenencies versions in dependency management section.
Say I have such pom for managing default versions of some libraries for all of my projects (so I don't have to repeat ...
0
votes
0answers
77 views
Ivy conflict resolution not working
My module A depends on modules B and C, which both depend on different versions of module D. My Ivy dependencies look like this:
<ivy-module>
<info organisation="com.a" module="A"/>
...
0
votes
0answers
17 views
How does one depend on all the publications of an Ivy module?
As is probably obvious, I'm an Ivy newb.
I have one module that publishes several jars. I have another module that I want to depend on all those jars. How would I do that?
I expected that, ...
0
votes
0answers
59 views
How do I cause an attempt to uninstall my Windows service to fail if another service has a dependency on it?
I have a Windows service (written in .NET) for which I built an installer using WiX 3.7. It serves an infrastructure role, and anyone can write another Windows Service that uses it. Since my service ...
0
votes
0answers
56 views
How to use Maven to create an executable jar for the src/test/java directory?
I have a project with src/main/java and src/test/java structure. It is fairly straightforward to use the maven-assembly-plugin, the jar-with-dependencies descriptor, and the mainClass manifest in ...
0
votes
0answers
99 views
Generating PHP dependency information from source files
I've got an old PHP website I know little about the structure of, and I'd like to generate a dependency graph to help me learn more about it. PDepend can handle some of it, but a lot of the site was ...
0
votes
0answers
23 views
Is it possible & smart to deliver SQL / Configuration files with Hudson/Jenkins?
We are using Hudson to deliver our Maven3 deliverables and for a couple of projects we have external SQL & configuration files. These external files are configured on a per-customer basis and are ...
0
votes
0answers
241 views
Loading partial views (sub-pages) dynamically via ajax with IFFE
I am developing a framework on top of ASP.NET MVC that would allow to easely build single page dynamically populated web sites.
Such web sites rely heavily on a ajax-loaded sub-pages (partial views ...
0
votes
0answers
33 views
Creating Class Filters in DependencyFinder
I'm creating a Dependency Analysis tool for code refactoring, and I'm currently using an open source tool called Dependency Finder as an external library for this program. The GUI and command line ...
0
votes
0answers
92 views
Add maven dependency management programatically to eclipse plugin project
At present I am able to create eclipse plugin project with custom folder structure(wizard). I want maven to take care of all my project's dependencies which are created using my plugin's wizard.
So I ...
0
votes
0answers
58 views
resolve jar dependencies
We got a bunch of binary jars that set in a export view managed by ClearCase and when a developer needs to piece together dependencies to artifacts in Eclipse everything is hand done (based of a ...
0
votes
0answers
78 views
Maven practice - shared source: install artifact locally, or create shared source sibling project?
I've got 3 modules (A, B, C) and a parent (P) with several inter-related dependencies.
Note that none of these projects package as JARs by default.
A needs to package B and C and thus has a ...
0
votes
0answers
245 views
Can't Eclipse update my pom.xml dependencies automagically (e.g. like bundlor does with MANIFEST.MF)?
In Eclipse, isn't it possible to let a tool automagically add dependencies to my pom.xml file?
When developing OSGi bundles, bundlor can look for dependencies I add to my code, and add them to my ...
0
votes
0answers
343 views
Dependency project jar (maven) into common project in netbeans
i have a java project in maven, and some other projects in netbeans that aren't maven. The project that is in maven is used by all other projects. But, they are common projects and can't include a ...