A dependency exists between two elements if changes to the definition of one element may cause changes to the other.

learn more… | top users | synonyms (1)

6
votes
2answers
3k views

Optional dependencies in a pip requirements file

How can I specify optional dependencies in a pip requirements file? According to the pip documentation this is possible, but the documentation doesn't explain how to do it and I can't find any ...
4
votes
3answers
2k views

Grails: Very slow deploy time. 'Resolving Dependencies…' takes 10+ seconds

Every time I make a minor change to my Grails app it takes 10-15 seconds to deploy it. The majority of the time is in 'Resolving Dependencies'... Welcome to Grails 1.3.7 - http://grails.org/ ... ...
3
votes
1answer
1k views

Finding the subsets of an array in PHP

I have a Relational Schema with attributes (A B C D). I have a set of Functional Dependencies with me too. Now I need to determine the closure for all the possible subsets of R's attributes. Thats ...
2
votes
3answers
1k views

Class dependency tool

I'm looking for a (preferably open source) tool that, given a large body of C/C++ code, will generate a visual or maybe XML graph of dependencies between classes (C++) and/or files (C). The idea ...
19
votes
1answer
5k views

Ruby Gemspec Dependency: Is possible have a git branch dependency?

Is possible have a git branch dependency, inside mygem.gemspec ? I'm thinking something similar to the following: gem.add_runtime_dependency 'oauth2', :git => 'git@github.com:lgs/oauth2.git' ...
12
votes
1answer
4k views

Android strict dependency checks in SDK 17

This is not a question because I already found the answer. The new Android SDK 17 has a stricter dependency check on jar files. At the same time, they added a jar that I think wasn't there before. ...
8
votes
2answers
6k views

VC++: KB971090 and selecting Visual C Runtime DLL dependencies

As you might know, Microsoft recently deployed a security update for Visual Studio: KB971090. Among other things, this updated the Visual C Runtime DLL from version 8.0.50727.762 to 8.0.50727.4053. ...
5
votes
1answer
2k views

Maven - Java EE 6 Web Profile Javadocs

By declaring the following dependency: <dependency> <groupId>javax</groupId> <artifactId>javaee-web-api</artifactId> <version>6.0</version> ...
5
votes
3answers
1k views

find pom dependencies by classname

How can I found the dependency by classname? In particular, I want to include this class org.mortbay.jetty.testing.ServletTester in my project, how do I do that? And how did you find the answer?
4
votes
1answer
2k views

How to get an Artifact download URL via Maven API?

I'm trying to create a maven plugin to generate a file with the URL to all the dependencies in a project. I have been able to get the dependencies and their artifact, but I'm having trouble getting ...
4
votes
6answers
8k views

Maven Antrun and Dependencies

(See edits below.) The reason I can't just use the classpath, is because I need to manage some non-java libraries, and I'm compiling a non-java project. I'm trying to use maven dependencies in an ...
4
votes
3answers
569 views

What release management solutions are worth investigating?

In organisations where you have large numbers of applications, written in a myriad of languages running on innumerable platforms and databases how do folks manage the release of builds and patches, ...
1
vote
1answer
580 views

GCC and Precompiled Headers

After reading this nice article (The Care and Feeding of Pre-Compiled Headers), I have some doubts regarding how these can actually work in real life. More specifically, how can I know that I need to ...
7
votes
5answers
367 views

Is platform enforced versioning mechanism most sorely needed feature of java?

As developer, I am often interested in new language feature that can make your life easier. For example, java 5 brought generics and annotations to the language, features that can definitely boost ...
6
votes
3answers
4k views

Handling header files dependencies with cmake

I am using CMake on a small C++ project and so far it works great... with one twist :x When I change a header file, it typically requires recompiling a number of sources files (those which include ...
6
votes
5answers
18k views

conflicting dependency when trying to install ADT plugin into eclipse

Here are my specs: Eclipse: 3.5.2 ADT plugin: 11.0.0 PC: Windows 7 So far, I've installed the Android SDK and Eclipse. However when I attempt to install the ADT plugin into eclipse I get the ...
6
votes
1answer
4k views

Clearing Grails Dependency Cache

I run into some problems when trying to solve a problem I had with SNAPSHOT maven dependencies (see here). When running grails dependency-report, cached dependencies get listed, more or less like ...
5
votes
8answers
11k views

m2eclipse says “Missing artifact” but I can build from cmdline!

I'm trying to use this Sonatype Eclipse plugin for the first time to handle an existing (huge) software that I can build with maven form the command line. I have configured the plugin to use my maven ...
5
votes
2answers
2k views

Circular Dependencies in Ruby

Let's say we have two classes, Foo and Foo Sub, each in a different file, foo.rb and foo_sub.rb respectively. foo.rb: require "foo_sub" class Foo def foo FooSub.SOME_CONSTANT end end ...
4
votes
5answers
2k views

Why do I (sometimes) have to reference assemblies referenced by the assembly I reference?

I have an assembly A that defines an interface with some overloads: public interface ITransform { Point InverseTransform(Point point); Rect InverseTransform(Rect value); ...
4
votes
2answers
289 views

Does git need to be present on a server to use it?

When I started with git, one of the most prominent benefits my colleagues told me, was that git didn't need to be present on a server opposed to svn. But is this really true? In another thread I read ...
4
votes
2answers
2k views

How to avoid copying dependencies with Ivy

I'm looking into using Ivy to manage dependencies but wow - that thing really likes to make multiple copies of jars! It spreads like the ivy in my back yard and is just as undesirable! Is it ...
4
votes
8answers
4k views

circular dependencies between dlls with visual studio

I have a circular dependency between two functions. I would like each of these functions to reside in its own dll. Is it possible to build this with visual studio? foo(int i) { if (i > 0) ...
3
votes
1answer
239 views

On observing an execution tree of interdependent models in MVC

I've developed on the Yii Framework for a while now (4 months), and so far I have encountered some issues with MVC that I want to share with experienced developers out there. I'll present these issues ...
3
votes
2answers
1k views

Publish SNAPSHOT artifacts to Maven using IVY - what's the magic?

We have a slight convoluted situation... For the most part we've been using IVY and ANT to manage our builds and dependencies. Now the company is moving towards using Maven. We have a set of projects ...
2
votes
1answer
455 views

Ivy: Forcing local snapshot for dependency

I have a Project A which depends on Project B; both are internal projects in active development. Say the latest Project A release is 1.1.2 which depends on Project B 1.1.1. Now we are developing ...
2
votes
1answer
1k views

NAudio error: “NoDriver calling acmFormatSuggest”

I've got a project that uses NAudio to convert from mp3 to wav. (using the WaveFormatConversionStream.CreatePcmStream() method) It worked fine on my development machine but now I'm trying it on a ...
2
votes
1answer
1k views

IntelliJ IDEA Grails Not Seeing Jar

I'm trying to reference a class within IntelliJ IDEA 9.0.2 in a Grails project on a Linux system. I added the dependency to BuildConfig.groovy: dependencies { // specify dependencies here under ...
1
vote
1answer
838 views

Hibernate Spatial: “No Dialect mapping for JDBC type: 3000”

I'm attempting to integrate Spring Roo with a PostGIS-enabled PostgreSQL database via Hibernate, following the Hibernate Spatial tutorial. All of the non-GIS stuff is working fine, and I've created a ...
1
vote
2answers
472 views

Managing maven dependancies - New Versions and Non-Repo libraries

Warning: I have just picked up Maven, so things mentioned might be wrong or not best practice. I have a medium size open source project that I am migrating to Maven from the basic NetBeans project ...
1
vote
2answers
5k views

Grails and Local Maven Dependencies

I'm developing a small web frontend in Grails. It is basically a "ultra light-weight" client app that is connected async through JMS. I have two dependencies in the project that I would like to pull ...
0
votes
1answer
663 views

Unresolved Dependencies for a new play 2.0 scala project

Good day, After "play new todo" (new scala project) -> "cd todo" -> "play dependencies" I get this one unresolved dependency "org.slf4j:slf4j-api:1.6.1 required by "net.sf.ehcache:ehcache-core:2.5.0, ...
0
votes
1answer
796 views

Grails: refresh dependencies

I am using STS and sometimes when I stop my app on a crash it opens up to a hundred different class files that seem to be deep deep inner working stuff. HTTPBuilder just stopped working, and I ...
6
votes
2answers
460 views

Does Structuremap support Lazy out of the box?

Does structuremap allow you to do constructor injection in a lazy fashion? Meaning not creating the object which is injected until it is used?
6
votes
10answers
3k views

Circular dependencies

I have 2 projects. Project#2 has a reference to Project#1 Now I need to reference Project#2 in Project#1, but vs.net is complaining about a circular dependency. Is there a way out of this?
4
votes
2answers
1k views

Netbeans: maven dependencies of type pom

I've spent a lot of time and my head is blowing up already so I'll be very thankful for any help. I'm migrating Netbeans Platform application from ant to maven, and so I'm changing all the jars in my ...
4
votes
1answer
120 views

How do I make Pip respect requirements?

If I create a setup.py using requires, Pip doesn't install my dependencies. Here's my setup.py: from distutils.core import setup setup(name='my_project', description="Just a test project", ...
4
votes
5answers
2k views

Xcode dependencies across different build directories?

I am trying to set up Xcode for a project which contains multiple executables and static libraries. I have created multiple targets and set up the linking and dependencies, and initially everything ...
3
votes
2answers
1k views

Maven - deploy dependencies to remote repository

I have a few projects with LOTS of maven dependencies. When I invoke the command mvn deploy (or some variation of it), I would like to not only have the project itself deployed to the remote ...
3
votes
1answer
3k views

How to exclude commons logging dependency of spring with ivy?

I have a project build with ant using ivy for dependency management. I have no ivysetting file, but an ivy.xml with the following dependency (I want to use spring with slf4j instead of commons ...
2
votes
4answers
2k views

How to write a query for SQL Server 2008 that returns the dependencies of an object (Exactly what Management Studio shows with the “View Dependencies” menu)

Management Studio connected to SQL Server 2008 Right click on an object and choose "View Dependencies" Now you can navigate through de dependendies back and forth. How do I get the same ...
1
vote
5answers
820 views

how to bundle dependencies in exe

Often my exe's have dll dependencies that I package with an installer like nsis or inno. This makes sense for large programs but is overkill for small scripts. Is there an alternative way to bundle ...
1
vote
3answers
2k views

Makefile updated library dependency

I have a large makefile which builds several libraries, installs them, and then keeps on building objects which link against those installed libraries. My trouble is that I want to use "-lfoo -lbar" ...
0
votes
0answers
72 views

WIKI: How to use Lime (how to use closure-compiler with 3rd party (closure) libraries)

The following post inspired me to have a look at limeJS, as a side project I'm working on and off an a Yatzee game (mostly off) and thought that might be a nice library to use. As a beginner in ...
0
votes
1answer
433 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 ...
0
votes
3answers
246 views

PHP dependency class

The class: class deps{ var $items; function add($item, $deps = array()){ $this->items[$item] = $deps; } } How can I generate an array with $items ordered by taking into account ...
0
votes
3answers
3k views

How to get all imports defined in a class using java reflection?

Hi i am new in java reflection domain.So can anyone guide me in this problem scenario. I have a class named "SomClass.java" and it imports a package named "SomPackage.RefClass" And some other java ...
46
votes
20answers
21k views

Why do so few people use Maven? Are there alternative tools?

I am new to Java, and when I started my development, my friends recommended Maven for project management. I almost immediately realized that it is an indispensable tool, and at that time I was ...
1
vote
3answers
5k views

ASP.NET MVC (Domain Model, Repository, Fluent, Services - Structure for my Project)

In my ASP.NET MVC web application, I have: Domain Model, created by LINQ to SQL Repositories such as UserRepository and OrderRepository IQueryable Fluents as IQueryable Extension Methods such as ...
34
votes
8answers
13k views

Maven or Ivy for Managing Dependencies from Ant?

I was wondering about the best way to manage projects dependencies from ant. What are the pros and cons of the Maven Ant task and of Ivy?

1 2 3 4 5 8