1
vote
1answer
30 views

Auto compiling a dependent project without having a dependency on it

I'm developing ASP.NET MVC with extensive usage of Spring.net. I have lots of services implemented in different assemblies. The purpose of using Spring and abstract interfaces is to decouple the ...
1
vote
2answers
45 views

Linux packages Where to download complete dependency list

where do I find the list of all dependencies (direct and transitive dependencies) of most popular Linux packages? I want a complete list (just list) in the form of dependency graphs, for exploration. ...
0
votes
2answers
23 views

Is there risk of unavailable sources in composer-based project?

When putting together a PHP project with composer, on installation / deployment, composer would fetch the dependencies usually from their original sources. This could lead to problems when deploying, ...
2
votes
2answers
49 views

Using Gradle Prevent 3rd Party Library from being on Compile Classpath

I have a multi-project Gradle build. I have Sub-Project-A that depends on Sub-Project-B. Sub-Project-B has a compile time dependency on SLF4J. I do not want Sub-Project-A to be able to compile against ...
0
votes
1answer
35 views

How does composer deal with shared dependencies by multiple packages within one project?

As the questions states, if Project A requires x,y & z packages which they all in turn require d1, d2, d3, d4 & d5 packages. Does Composer download d1, d2, d3, d4 & d5 three times for x,y ...
0
votes
2answers
92 views

Force locally installed module to use locally installed dependencies

I'm working on a project that requires all third-party (read: CPAN) perl modules to be installed in a perforce repository, so that any code that depends on them can be successfully run without anyone ...
0
votes
0answers
37 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
2answers
27 views

Repeating a dependency used transitively?

I have a project X that depends on project Y and Z Project Y also depends on project Z If I specify only that X depends on Y in my pom.xml, then everything still works because dependency Z is ...
0
votes
0answers
49 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
2answers
105 views

Maven-2: How to change a dependency's location?

By default, Maven will grab all the dependency's from the local repository (.m2 directory). But instead, I want it to grab the dependencies from another location. Is this even possible? I don't want ...
0
votes
1answer
35 views

caller priority for Ivy dependency versions [duplicate]

Possible Duplicate: A way to control dependencies ranges for upstream dependencies using Ivy? My Ivy repository contains: libAbc version 2.4 and 2.5 – no dependencies libXyz ...
0
votes
1answer
62 views

Add resolver in Ivy

I'm new to Ivy and I'm just trying to add a resolver to my ivysettings.xml : <?xml version="1.0"?> <ivysettings> <settings defaultResolver="maven" /> <resolvers> <chain ...
2
votes
1answer
355 views

What is advantage of apklib from jar?

I was following this question but it doesn't answer my question completely. What is real advantage of apklib from jar? Possible answers: It contains resources But I can easily put resources to ...
1
vote
1answer
65 views

Maven transient dependency not brought in

Are transient dependencies that specify the classifier tag as a part of a profile not brought in by default? To be more specific I have a project A that defines a dependency as follows: ...
0
votes
1answer
396 views

Using cabal-dev to avoid dependency conflicts

Currently I have cabal installed globally as specified in Installing cabal globally by Volker Schatz. In the post Understanding cabal dependency messages I was getting dependency conflicts when trying ...
1
vote
1answer
101 views

Understanding cabal dependency messages

currently when I try to install GOA I get the following message : >sudo cabal install goa Resolving dependencies... In order, the following would be installed: directory-1.1.0.2 (reinstall) ...
1
vote
2answers
75 views

How to manage share libraries between applications?

We develop enterprise software and we wish to promote more code reuse between our developers (to keep this problem simple, let's assume all .NET). We are about to move to a new VCS system (mostly ...
2
votes
3answers
163 views

Are conflicting transitive dependencies a serious issue in Maven?

I have a project X which shows quite a lot of conflicting dependencies in the dependency hierarchy (as displayed in Eclipse's dependency hierarchy view). I see lots of things like: clojure: 1.3.0 ...
2
votes
1answer
144 views

How do you tell a Qt app to depend on a Qt lib?

I have a codebase where there are some shared libraries. For example LIB1 does some sort of processing that APP1 needs (depends on). The qmake *.pro files are setup like the following. There is one ...
4
votes
2answers
266 views

How can I inherit project dependencies/references from one project to a dependent project in Visual Studio

I have Project 1 with dependencies to Boost and GLM. For Boost and GLM, I've specified the 'Additional Include Directories' to reference the C++ files for each. Project 1 is created as a static ...
3
votes
1answer
173 views

How can I use two versions of the same package?

What do I need to change in the cabal file and or Login.hs? Note that other .hs files in this package need a different conduit version. (src https://github.com/gertcuykens/haskell-design) ...
1
vote
1answer
198 views

Ivy - get a flat list of modules and their revisions across multiple projects

We use Ivy to manage our library dependencies and we need to create a report of all the modules and their revisions in certain configurations and combine this across about 30 projects. Just a simple ...
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
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 ...
1
vote
1answer
326 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: ...
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
1answer
136 views

Maven - Dependency Resolution Failed, Package exists in local repo

I am using maven-gae-plugin from http://code.google.com/p/maven-gae-plugin/ to create a multi-module project using inheritance (parent-project reference) The structure that I have is as below: | `-- ...
5
votes
2answers
323 views

Ivy - output the results of a resolve to an ivy file

Having resolved my ivy.xml file, I'd like to create a new resolved-ivy.xml file consisting of all of the transitive dependencies found in the resolve. Is it possible to do this? This is different to ...
0
votes
1answer
154 views

Isolating Celery, RabbitMQ and Erlang from the system

I am developing a product which uses Celery. Due to that the product depends on RabbitMQ which depends on Erlang. Is there a way to isolate RabbitMQ and Erlang in such a way that they will be ...
1
vote
2answers
150 views

Bundler: find which gem depends on this?

The backports library is installed when I run bundle install but I don't know which gem requires this - is there a way to get bundler to tell me this, or is there some other way to find this out? I ...
0
votes
1answer
356 views

light weight maven dependency management gui tool

I know eclipse kinda gives you a GUI view of maven dependency and dependency hierarchy. Is there any other GUI tools I can easily just drop in my pom.xml file and it does the resolution and gives me a ...
1
vote
1answer
45 views

How does IOC/DI affect dependency maintenance?

I'm trying to understand a large project that makes heavy use of StructureMap (an IOC/DI container framework). The interfaces of all shared components are contained in a single project that is ...
1
vote
2answers
114 views

Can gems have circular dependencies?

I've developed a small gem ecosystem and certain features will result in them depending on each other. Does RubyGems support circular dependencies? In other words, is it safe to push gems with these ...
0
votes
2answers
102 views

Is there a quick way to convert Eclipse “libraries” to Maven POM entries?

I've got an eclipse project with several "libraries", each containing a significant number (35-40) of individual jar files. For instance, a JBoss "library" will generally have several hundred .jar ...
2
votes
1answer
66 views

requires one of dependencies in Perl

What's the best way to handle a Require dep A or dep B in Perl? I'm thinking about converting some of my Moose modules to use Any::Moose. But this creates the problem that I will a require either ...
0
votes
1answer
214 views

In Eclipse, how can I move project files without dependencies on a library to a more abstract project?

I have two Eclipse projects: one that depends upon a certain library (android.jar) and one that is more abstract and doesn't contain that dependency. I am in the process of migrating all classes that ...
0
votes
1answer
499 views

Force transitive dependency version in Gradle

I'm playing around with gradle trying to port my maven project and here's my problem: In maven we have the <dependencyManagement> which provides a common (default) version for certain ...
4
votes
1answer
628 views

Conditionally installing importlib on python2.6

I have a python library that has a dependency on importlib. importlib is in the standard library in Python 2.7, but is a third-party package for older pythons. I typically keep my dependencies in a ...
0
votes
1answer
312 views

Maven Dependency Convergence

The site generated for a multi-module Maven project contains a "Dependency Convergence" section, which is useful for detecting dependency conflicts. In the site report for a simple (i.e. jar package) ...
0
votes
1answer
26 views

How to document a complex set of interdependent controls for a web app?

I've got a web app reporting interface with a dozen controls with multiple interdependencies, such as: if more than one campaign or "All" is selected for campaigns then Campaign should be in the ...
1
vote
1answer
219 views

java_import already initialized constant

I just started using JRuby and I create a small test file: require 'java' java_import java.io.File f = File.new ARGV[0] When I run the program like so: jruby test.rb file.txt I get the following ...
5
votes
2answers
2k views

ruby: how to require correctly (to avoid circular dependencies)

today i was facing a strange problem: got a 'missing method' error on a module, but the method was there and the file where the module was defined was required. After some searching i found a circular ...
0
votes
5answers
7k views

maven fails to resolve dependency

I have multi module maven project.When I try to build site, e.g. execute maven site on parent project it fails to resolve dependency to one of modules. But if I just compile (mvn clean compile on ...
5
votes
2answers
2k views

How to deal with Linux/Python dependencies?

Due to lack of support for some libraries I want to use, I moved some Python development from Windows to Linux development. I've spent most of the day messing about getting nowhere with dependencies. ...
1
vote
1answer
282 views

How do you track web service consumer dependencies in a SOA?

This question is in the context of service versionning. How do you track the services and their versions that a consumer is calling? What tools are there to help? I believe that authorization ...
2
votes
1answer
159 views

Finding all build configurations depending on a parent configuration in TeamCity?

In the days following the (still unanswered) question what the preferred way for a big continuous integrations setup in TeamCity might be we have been setting up a lot of snapshot dependencies. Now, ...
1
vote
1answer
489 views

Can I specify dependency directories when dynamically loading assemblies?

I'm wondering if a setup like this is possible: c:\eflow\proxy.dll (main DLL loaded by application) c:\eflow\application\dynamic.dll (DLL dynamically loaded by proxy.dll) c:\eflow\dependency.dll ...
5
votes
3answers
7k views

Do you know the maven profile for mvnrepository.com?

I am trying to include some dependencies in my maven project. These dependencies are not available in the default Mven 2 repository http://repo1.maven.org/maven2/. They are available at ...
2
votes
2answers
812 views

python dependency + deployment tool?

Does anybody know of a tool to handle module dependencies + deployment in Python? Details: By handle, I mean: list, keep track of and bundle up a zip/installable file for me. Make it ...

1 2