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)

10
votes
4answers
8k views

C# Putting the required DLLs somewhere other than the root of the output [duplicate]

I am using EmguCV for a project and when our program runs it needs some dlls like "cxcore.dll" etc. (or it throws runtime exceptions). At the moment, I put the files in the root of the output folder ...
7
votes
2answers
2k views

list python package dependencies without loading them?

Say that python package A requires B, C and D; is there a way to list A → B C D without loading them ? Requires in the metadata (yolk -M A) are often incomplete, grr. One can download A.tar / ...
16
votes
3answers
3k views

Rails Engine - Gems dependencies, how to load them into the application?

I'm doing an engine here, it works alright in stand alone. When I transform it into a gem, and load it inside another application, I get a lot of undefined errors, coming from my engine gem's ...
10
votes
2answers
15k views

SLF4J NoSuchMethodError on LocationAwareLogger

This is a question that has been asked before, but unfortunately no solution seems to work for me. I am facing this exception (with abridged stack trace): java.lang.NoSuchMethodError: ...
4
votes
3answers
2k views

How to select the version of the VC 2008 DLLs the application should be linked to?

I'm using Visual Studio 2008 SP1 for C++. When compiling, Visual Studio needs to choose against which version of the CRT and MFC DLLs the application should be linked, version 9.0.21022.8 (= RTM), ...
11
votes
4answers
854 views

Do Extension Methods Hide Dependencies?

All, Wanted to get a few thoughts on this. Lately I am becoming more and more of a subscriber of "purist" DI/IOC principles when designing/developing. Part of this (a big part) involves making sure ...
9
votes
7answers
1k views

importing AppDelegate

Often times I initialize my model class variables in my AppDelegate so they can be used by different ViewControllers without passing their instance across class files. However, every time I import ...
6
votes
8answers
4k views

Is there a way to use pre-compiled headers in VC++ without requiring stdafx.h?

I've got a bunch of legacy code that I need to write unit tests for. It uses pre-compiled headers everywhere so almost all .cpp files have a dependecy on stdafx.h which is making it difficult to break ...
5
votes
3answers
10k views

Error: Servlet Jar not Loaded

I get the following error: INFO: validateJarFile(C:\dev\server\tomcat6\webapps Sempedia\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, sectoin 9.7.2. Offending class: ...
12
votes
5answers
24k views

Error: The Side-by-Side configuration information in “BLAH.EXE” contains errors

This is the error Dependency Walker gives me on an executable that I am building with VC++ 2005 Express Edition. When trying to run the .exe, I get: This application has failed to start because the ...
8
votes
5answers
473 views

Trying to understand of DependencyProperty

Being new to WPF, and its apparently amazing ability to change, bind, enable, and otherwise manipulate. I'm trying to get a mental overview of what is happening and hope some can either confirm or ...
6
votes
3answers
6k views

Target-specific Variables as Prerequisites in a Makefile

I'm trying to write a GNU make Makefile which has a load of similar targets, where the build commands vary slightly between them. I'm trying to use target-specific variables to represent these ...
6
votes
6answers
2k views

MSBuild doesn't pick up references of the referenced project

I bumped into a strange situation with MSBuild just now. There's a solution which has three projects: LibX, LibY and Exe. Exe references LibX. LibX in its turn references LibY, has some content files, ...
4
votes
2answers
9k views

How to filter resource in Maven, replacing with a dependencies artifactId?

I'm trying to build a jar that has an xml file as a resource. I'd like to apply a filter to that xml to insert the name of a dependency into the xml. The filtering is working, because I was able to ...
3
votes
2answers
8k views

Jboss 5, classloader and multiple class instances

I had a problem with my application. To resume the problem, I had to do migrate an application from jboss 4 to jboss 5. During the war deployement, I had this error: java.lang.LinkageError: loader ...
3
votes
3answers
2k views

Does an association imply a dependency in UML?

In discussion about my answer to this question, there was some disagreement over how to model this code: public class MainClass { private Something something; public void Action() { ...
2
votes
1answer
1k views

View linked server dependencies sql server 2008

Does any know how / if it is possible to view all tables/views/stored procedures that depend on a linked server in Sql Server 2008. Basically as if the context menu "View dependencies" was accessible ...
1
vote
1answer
235 views

How to deal with multiple versions of dependencies?

Hi I have a problem with a dependency hierarchy I am unsure how to solve: http://img525.imageshack.us/my.php?image=56330713it2.jpg The problem is with how I should reference these dependencies from ...
0
votes
2answers
2k views

Grails very slow to resolve certain dependencies

My 'resolving dependencies' is up around 30 seconds for a lightening fast computer and network. I've looked at this question Grails: Very slow deploy time. 'Resolving Dependencies...' takes ...
6
votes
4answers
776 views

What are some techniques for limiting compilation dependencies in C++ projects?

In a C++ project, compilation dependencies can make a software project difficult to maintain. What are some of the best practices for limiting dependencies, both within a module and across modules?
4
votes
5answers
851 views

Detecting dependencies between namespaces in .NET

Are there any utilities that can examine a set of managed assemblies and tell you whether any of the types in one namespace depend on any in another? For example, say I have a MyApp.BusinessRules ...
4
votes
14answers
2k views

.NET Framework dependency

When developing a desktop application in .NET, is it possible to not require the .NET Framework? Is developing software in .NET a preferred way to develop desktop applications? What is the most used ...
2
votes
2answers
2k views

Cant find maven dependency for Google APIs to use maps

i´m trying to use maven to manage my dependencies and build process. I have a problem to find the Google API dependency or the maps dependency. This works fine (without maps api) ...
2
votes
1answer
8k views

Missing artifact error in Maven

I get a missing artifact error during Maven build because one of the dependencies declares it's parent artifact using a property for the version. Now the property itself is declared in the parent pom ...
1
vote
5answers
2k views

Mixed Mode Library and CRT Dependencies - HELP

Alright, after doing a ton of research and trying almost every managed CPP Redist I can find as well as trying to copy my DLLs locally to the executing directory of the app I cannot figure out what ...
56
votes
9answers
22k views

How do I tell cpan to install all dependencies?

How do I tell cpan to install all dependencies? Edit: After following Sinans link. I tried setting these in cpan: cpan> o conf prerequisites_policy follow cpan> o conf commit I still had to ...
77
votes
2answers
19k views

differences between dependencymanagement and dependencies of maven

What is the difference between dependencyManagement and dependencies? I have seen the docs at Apache Maven web site. It seems that a dependency defined under the dependencyManagement can be used in ...
20
votes
6answers
18k views

generate dependencies for a makefile for a project in C/C++

I have a project that has a makefile with broken dependencies. Is there any best known way to generate a list of dependencies for the project that I can use in the makefile, other than examining each ...
29
votes
9answers
17k views

Dependency graph of Visual Studio projects

I'm currently migrating a big solution (~70 projects) from VS 2005 + .NET 2.0 to VS 2008 + .NET 3.5. Currently I have VS 2008 + .NET 2.0. The problem is that I need to move projects one by one to new ...
18
votes
5answers
6k views

Maven doesn't recognize sibling modules when running mvn dependency:tree

I'm trying to set up a multi-module Maven project, and the inter-module dependencies are apparently not being set up correctly. I have: <modules> <module>commons</module> ...
13
votes
3answers
3k views

Is there a good dependency analysis tool for Python?

Dependency analysis programs help us organize code by controlling the dependencies between modules in our code. When one module is a circular dependency of another module, it is a clue to find a way ...
19
votes
5answers
8k views

How do I find the module dependencies of my Perl script?

I want another developer to run a Perl script I have written. The script uses many CPAN modules that have to be installed before the script can be run. Is it possible to make the script (or the perl ...
15
votes
3answers
5k views

RequireJS Compilation in Maven project with external JS dependencies

I have a web project that's built with Maven and I'm trying to figure out the best way to compile the JavaScript files with the RequireJS compiler (this question could apply to any compiler/minifier ...
23
votes
5answers
19k views

Is there an alternative to Maven for .NET/Windows Forms projects? [closed]

What is used instead of Maven for C# Windows Forms projects? We have developers all over the world and are trying to come up with some dependency management system that is clean simple and fast.
14
votes
4answers
3k views

Django App Dependency Cycle

I am in the middle of developing a Django application, which has quite complicated models (it models a university - courses, modules, lectures, students etc.) I have separated the project into apps, ...
10
votes
3answers
6k views

How to execute an Ant task only when source files have been modified?

There must be an easy way to do this. I build a Flex app using ant that depends on a SWC library, which works fine except that it rebuilds the library whether it needs to or not. How do I tell ant ...
10
votes
4answers
10k views

Ivy: how do I remove transitive dependencies?

I'm using Ivy to manage the dependencies on my project. So far, I've specified a dependency on Hibernate and servlet-api. However, the hibernate jar itself has a lot of dependencies that aren't ...
16
votes
5answers
30k views

Specifying Android project dependencies (in Eclipse)

I have two Android projects, a 'library project' containing a custom layout, and an 'application project' containing an application which uses the layout. Everything seems to build and execute fine, ...
14
votes
3answers
5k views

What does the “Link Library Dependency” linker option actually do in Visual Studio 2010?

Up to VS2008, you set your native C++ project dependencies up in the solution file (Project Dependencies ...) and if (by default) the Linker Option Properties -> Linker -> General : Link ...
14
votes
5answers
8k views

Do I have to manually uninstall all dependent gems?

I tried to uninstall datamapper using the command gem uninstall dm-core. But it seems that a whole bunch of dependent gems also need to be uninstalled. C:\>gem uninstall dm-core You have ...
8
votes
6answers
9k views

How do a specify a library file dependency for qmake in Qt?

Have a SomeLib.pro file that contains: CONFIG += debug TEMPLATE = lib TARGET = SomeLib .. Then in a dependent SomeApp.pro: .. debug:LIBS += -lSomeLib_debug .. How can I force SomeApp to build ...
12
votes
11answers
5k views

Is it possible to package all the jar dependencies in one big jar?

I know this isn't "best practice", but can I include all of the dependencies in one big jar?
11
votes
4answers
3k views

Open-source tool to visualize C/C++ header file dependencies?

What I'm looking for is a tool that, given a root source file, outputs a graph of file dependencies (with some customization thrown in, of course, like --maxdepth, etc.)
9
votes
3answers
330 views

Lazy data-flow (spreadsheet like) properties with dependencies in Python

My problem is the following: I have some python classes that have properties that are derived from other properties; and those should be cached once they are calculated, and the cached results should ...
8
votes
5answers
2k views

Automatically discovering C dependencies

I'm required to write documentation for my current project that lists all .c files and for each one lists every .h file which is directly or indirectly included by that file. This is a large project, ...
6
votes
4answers
4k views

How to list dependencies of a JAR

is there a tool that can list third party "packages" that contain (third party) classes referenced in the JAR ? Let say that it would recognize what is "home" package from JAR file definition and it ...
13
votes
4answers
5k views

Java Classloader - how to reference different versions of a jar

This is a common problem. I'm using 2 libraries A.jar and B.jar and these depend on different versions of the same jar. Let's say that at runtime I need THIS.x.x.x.jar MY.jar -> A.jar ...
12
votes
2answers
3k views

What is the use of Order And Export tab in Java Build Path

What is the use of Order And Export tab in Java Build Path
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/ ... ...

1 2 3 4 5 8