The management of dependencies, for example third party libraries, that are used by a software project.
1
vote
1answer
80 views
How to track a jar with Maven?
I am using maven from command line to build my application, and i get build success, but in eclipse i get the error:
The repository system is offline but the artifact ...
1
vote
2answers
110 views
Any library for visualizing module dependencies in Node.js?
As part of a major refactoring of my Node.js app (going DDD), I'm looking for a library that through inspecting code is able to visualize module dependencies (by means of 'requiring' them) between ...
0
votes
2answers
745 views
Android build with jmDNS fails
I've added jmDNS 3.4.1 to my Android project. Copied the JAR under lib, then under "Java BuildPath"/Libraries added a reference.
Now my build fails with the following message in Console:
[2012-07-27 ...
1
vote
1answer
326 views
Should dependencies be deleted from disk automatically after install/update with Composer?
After removing a dependency from composer.json and running install or update, should I expect the files to be removed automatically from disk?
I had to remove them manually, not sure if I am supposed ...
6
votes
2answers
569 views
How to use mercurial subrepos for shared components and dependencies?
We develop .NET Enterprise Software in C#. We are looking to improve our version control system. I have used mercurial before and have been experimenting using it at our company. However, since we ...
2
votes
3answers
755 views
Why can't eclipse resolve class in same package?
I hit F5 ~1000 times and restarted eclipse (also with -clean), deleted /bin, but nothing helps. Manually importing DoodleClient does not help. DoodleClient exists and is perfectly fine, everything ...
9
votes
2answers
423 views
Pip freeze does not show repository paths for requirements file
I've created an environment and added a package django-paramfield via git:
$ pip install git+https://bitbucket.org/DataGreed/django-paramfield.git
Downloading/unpacking ...
0
votes
2answers
344 views
How do I prevent Maven including certain dependencies in deployable war?
I'm migrating an application that uses Spring security 3.0 to Spring security 3.1.
I have been getting an error about incorrect schema being referenced:
SEVERE: Exception sending context initialized ...
0
votes
1answer
42 views
Dependency Tracking Among Different Development Platforms
Anyone have ideas on how best to track dependencies among different development languages/platforms when the only common piece is Git?
My initial thought was to use some special tags in the commit ...
9
votes
2answers
273 views
Is it possible to optimize maven dependencies automatically?
I am working on a big project that consists of about 40 sub-projects with very not optimized dependencies. There are declared dependencies that are not in use as well as used but undeclared ...
4
votes
2answers
256 views
Java class with possibly-missing run-time dependencies
I have utility class U that depends on a library X, and must go in a package that will be used from programs with X available (where it should do its normal stuff), and places without X (where it ...
2
votes
1answer
585 views
IVY: Cannot resolve restlet dependency
I have a java project setup and wanted to use ivy as dependency management tool. However, I could not get the simplest one to work.
Here is the code I have:
ivy.xml
<?xml version="1.0" ...
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
...
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 ...
0
votes
2answers
51 views
How to disable auto-depend on the project but not the only jar when using maven in Intellij IDEA?
I am using Maven in Intellij IDEA 11.1.2, and i am working on two different projects and one of them depends on the other one.
Project A's pom.xml as following
<dependency>
...
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 ...
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 ...
1
vote
1answer
46 views
Can I detect on runtime the lack of a dependency that must be provided according to pom?
I'm working in a big project with lots of modules (they are portlets), and dependency management is becoming harder and harder. We have problems like that some jars are used by all portlets and still ...
3
votes
2answers
71 views
How do you create a build dependency with Maven?
I have a maven Java project (Project A) which depends on a second project (Project B). Right now, Project A downloads Project B from the repository so it can build. However, I am also working on ...
1
vote
4answers
143 views
Generating dependency charts for Maven
Are there any good tools that can scan many levels into maven projects / subprojects and generate reports or charts about all of the dependencies, version discrepancies between the same packages in ...
2
votes
2answers
94 views
Discovering version of MPI api for a Makefile or cmake
I have a code that has some mpi api-dependent bits:
#if MPIVERSION==1
...
#elif MPIVERSION==2
...
#endif
that switches between assuming MPI-1 and MPI-2.
Is there a good way to infer a good ...
4
votes
3answers
712 views
Maven seems to be pulling in jars that have test scope
I have a war module that is being built and is including a few shrinkwrap jars that it's not supposed to. Namely:
WEB-INF/lib/shrinkwrap-api-1.0.0.jar
...
1
vote
1answer
32 views
How do I elect to build an artifact if it is not present in a repository?
I'm working on a build script with Gradle.
We have multiple projects at our company, some of which depend on one another.
In the past, each project has looked in our repository in order to resolve ...
2
votes
2answers
530 views
Defining the behavior of “latest.integration” in Ivy
I'm having problems understanding how latest.integration works.
I have an example that is not giving the output mentioned in:
...
0
votes
1answer
222 views
Complex dependency resolution with Maven and possibly Aether - how?
I'm trying to write a Maven plugin which does the following: Get all dependencies of a module and find out whether any transitive dependeny of it has a transitive dependency to any sibling module of ...
2
votes
2answers
616 views
How to remove .jar file from a war that is overlaid by maven dependency
I have a maven3 webapp (war) project that has 2 dependencies. One is a jar (ehcache) and the other a war dependency (a 3rd party lib that I have no control over).
The 3rd party war dependency has a ...
0
votes
2answers
505 views
maven build failed for glassfish dependency
I'm getting the following error consistently on a Maven build. I can't figure out what's happening. What's the technical explanation?
Downloading: ...
2
votes
4answers
491 views
How do I manage dependencies for automated builds on my build server?
I'm trying to implement continuous integration into our day to day workings.
In our team, we're moving from just building our code in Visual Studio on our workstations and deploying, to using ...
0
votes
2answers
202 views
How to expose a dependency of a dependency in a maven project
I have a maven web application that is using a jar I created and is referenced as a dependency in my pom file.
The jar file I created has another jar file as a dependency.
When I deploy the web ...
0
votes
1answer
350 views
Include Jar dependency in tar assembly using maven
I'm building a tar.gz assembly using a custom assembly.xml file with the maven-assembly-plugin. Within that tar is {stuff +} a WAR file, with a certain dependency currently in:
...
1
vote
1answer
229 views
Grails plugin dependency issue, WAR file missing plugin artifacts
Developing a Grails 1.3.7 web app; it depends on a plugin which depends on another plugin, the diagram below illustrates the dependency configuration.
The problem is the WAR file; I'm using the ...
1
vote
1answer
327 views
Remove Unnecessary Dependencies in a java project
This problem is Java dependencies not static, but dynamic. I read this stackoverflow link, but this is about static dependencies and googling around gets me similar results.
So here is my problem:
...
3
votes
2answers
371 views
How do you handle delays not caused by your team in Scrum?
You have defined some tasks, assigned timelines, started sprint, but for example, one of the service provider (which you don't control, another company you depend upon), which should provide you with ...
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 ...
1
vote
2answers
213 views
PHPUnit Dependency Injection Into A TestCase
I was wondering whether it's possible to inject dependencies into classes derived from PHPUnit_Framework_TestCase via e.g. some context test suite - in a manner that PHPUnit could handle irregardless ...
8
votes
1answer
2k views
Phing and Composer, which way around?
I want to use both Phing and Composer for my applications. Phing as the build system and Composer to manage dependencies. But which way around should they be used?
Currently we're installing Phing ...
1
vote
2answers
371 views
How to include resources from war to another maven project
I have a maven project , which needs to copy webapp/WEB-INF/ resources from another maven project which is packaged as a war .
How do I do it ?
PLease suggest
1
vote
2answers
194 views
Using a database information for configuring Unity container
Normally, Unity (the DIC) is configured using an standard XML configuration file, such as web.config.
For the purpose of the project, Unity offers great functionality which I would be loving to use. ...
1
vote
3answers
174 views
Managing project dependencies in Eclipse
I see a number of posts on this, but I'm still struggling.
I've got a workspace with two projects, one with the robotium library and one using it(we'll call this one foo). I would like to click run ...
1
vote
1answer
80 views
Effect of “overriding” exclusions in maven dependency
How are exclusions in the parent pom affected by exclusions in the child pom? Are the exclusions additive? Here's an example:
....
<dependencyManagement>
<dependency>
...
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 ...
2
votes
1answer
121 views
Oracle Forms Dependency
Does anyone know of any tool that could give me a dependency map for an oracle 6i form?
If not a tool, then some technique I could use to analyze form dependencies such as other forms called, table or ...
0
votes
2answers
415 views
composer: How to find the exact version of a repository?
Suppose I'm writting a library A, that depends on another library, monolog for instance.
I want to install the latest version of monolog, so I just put this inside composer.json:
{
"require": {
...
1
vote
1answer
1k views
composer.lock: how does it work?
I'm trying to understand this part: http://getcomposer.org/doc/02-libraries.md#lock-file
"this lock file will not have any effect on other projects that depend on it. It only has an effect on the ...
0
votes
1answer
143 views
Upgraded build machine (Debian), builds don't work on server (CentOS)
Mixed C++/Free Pascal program, Linux. I used to build it on a 32-bit Debian box and run it on a 64-bit CentOS 5.3 server box, and it worked fine. Now I've upgraded my Debian box to 6.0.3 (Squeeze). ...
1
vote
1answer
179 views
Eclipse RCP dependency suddenly ignored
I am working on an Eclipse RCP application, using Eclipse 3.5.
My problem is that when I've added a dependency between two plugins, the classes of another pluginsuddenly seem ignored and show ...
0
votes
2answers
412 views
How to specify properties on groups of dependencies in Gradle?
Using Gradle, I'd like to be able to disable transitivity on one group of dependencies, while still allowing on others. Something like this:
// transitivity enabled
compile(
[group: 'log4j', name: ...
0
votes
1answer
105 views
Adding run-time dependencies for Allegro addons?
I'm trying to use some of the Allegro addon libraries.
For instance:
#include <allegro5/allegro_primitives.h>
But MSVS10 is telling me the things I'm referencing are undefined. I got the ...
4
votes
3answers
572 views
Adding more source folders to a play framework project
How can i have multiple source folders in a play project? I am using play 1.2.4 and the eclipse plugin. What I want to do is use a source folder from another project (e.g. a normal java project) in ...
0
votes
2answers
310 views
Use pom as a maven system scope dependency
Is it possible to use a pom file as a maven system scoped dependency and resolve its transitive dependencies as well?
