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)

0
votes
1answer
12 views

Android application depending on Google Voice Search

I am currently creating an application for a city in China. It needs spoken input and they like the google voice search because it is very accurate. The problem is on Chinese phones you can't find ...
1
vote
0answers
45 views

Android Studio and Gradle dependency integration

I'm following this tutorial but with Android Studio. I have done the following steps: Creating a new project in Android Studio Adding the OpenCV-2.4.5-sdk/sdk/java as a module Right clicked on my ...
0
votes
0answers
16 views

NetBeans & Maven: add JavaScript API from dependency

I am currently working on a Maven web application with NetBeans 7.3. My HTML files need some .js which I would like to include as a Maven dependency. The dependency is packaged as a WAR. However, ...
-1
votes
0answers
33 views

How to include required dll to a mvc c++ build

I have a project that relies on some other projects on my solution. For example assume that my main project is m and it produce m.exe This project depends on some other projects say a.dll, ...
0
votes
1answer
16 views

cmake reuse ExternalProject - DEPENDS does not work?

Consider the following situation: I want to include a certain library via ExternalProject_Add. I want to build both release and debug libraries. My plan was to build the release libraries first and ...
2
votes
1answer
30 views

Explanation of module dependencies Java

I'm sure this is probably a duplicate question, but I'm trying to understand why... A, B and C are plain old Java modules - A and B are libraries, C is an application. if B depends on A and C ...
0
votes
1answer
17 views

What is the best way to address multiple framework dependencies in iOS/XCode?

My company uses the [iOS Universal Framework]: https://github.com/kstenerud/iOS-Universal-Framework 'Real Framework' model. Advantages are non-conflicting dependencies, 'tag/branch'- like control, ...
0
votes
0answers
12 views

JDialog influence each other [closed]

I set an JDialog for plotting, Plot object. And I call it twice, like: double[] data1 = new double[m][n]; double[] data2 = new double[m][n]; // initialize data1, data2 Plot plot1 = new Plot(data1); ...
1
vote
0answers
11 views

How to / where to find info on JBoss client dependencies? Any documentation?

It may be pretty basic question. But no luck Googling. I was going through this URL. Because I had an issue accessing EJBs deployed on JBoss. After following this, it worked. Mainly this line. ...
1
vote
1answer
19 views

How to make maven to take resources from /src/test/resources instead of /src/main/resources for a dependent project?

I've searched the forum to find the answer to my problem, but I was unable to find it. My problem is, that: I have two projects: ProjectA and ProjectB. ProjectB uses ProjectA. In ProjectA i have two ...
3
votes
4answers
40 views

Show an (custom) error when “required” runtime libraries are not present?

I've been making a program in Visual Studio 2012, what comes with it is that when I send my application to someone, they need the VS2012 Runtime, which sometimes they don't know where to download or ...
0
votes
1answer
34 views
+150

CloudBees Runtime Classpath

I just read the CloudBees whitepaper "CloudBees Advantages: A Guide for Java Developers". In it there is a sentence that reads: The database is simply available as a JNDI resource as soon as it is ...
0
votes
1answer
32 views

Automatically resolve/insert dependecies to other Typescript Files?

I am building a web framework for typescript (hope to push an early preview out soon). I am in love with a lot of the great things of Typescript. But one thing i find very tedious is adding all the ...
1
vote
2answers
39 views

Maven - Set Properties for Dependency

How To set properties for Dependency? I'm in the process of converting a java project to a maven project. Before converting to Maven, i had the jar iijdbc.jar and iijdbc.properties file in ...
0
votes
1answer
9 views

noarch RPM with dependecies: i586 vs x86_64

I built an empty RPM which depends on all software we need for a server. This RPM is "noarch" at the moment. If I try to install it I get this message: LANG=C zypper install foo-server Loading ...
0
votes
0answers
23 views

Drop-down dependency using Django and Python

im still new in using django and python.. I am working on a drop-down dependency in HWname and HWType. I tried many codes but they didn't worked.. Here are my codes. Please help me :) What I want to ...
-1
votes
2answers
19 views

What is high level modules and low level modules.?

I know this is the exact duplicate of below link. What are "High-level modules" and "low-level modules" (in the context of Dependency inversion principle)? But after reading ...
0
votes
1answer
27 views

Need further insight on functional depencies

I'm trying to solve the below question , but I need a little more insight on functional depend-ices. I have goggled it and have some understanding of it, but I need to further apply my understanding. ...
0
votes
0answers
27 views

UnsatisifiedLinkError - Unable to load dependent libraries

I have developed a Java applet that loads my C++ dll through the loadLibrary function. From there, my applet calls some native methods that are implemented in the C++ code. I have created an ...
0
votes
1answer
19 views

Listing or bundling all needed dependencies of a Jar file. How?

I'm currently working with a .jar file that needs other .jar files to work correctly. The problem is that some of that jar dependencies will depend yet in other jar dependencies. The game goes on. ...
0
votes
1answer
63 views

How to resolve Cross-Dependency

I'm having hard times trying to resolve cross-dependency between the projects in one solution. The solution it's an asp.net application that has several projects. The web project consumes the ...
0
votes
1answer
20 views

How to reference module from dependencies of another module

I have a project with 2 dependenies: { dependencies: { "nommon": "*", "descript": "*" } } Module descript itself depends on module nommon. I want nommon reference to be the same as in ...
0
votes
0answers
41 views

prolog predicate dependency tree

Let's say I have this scenario: ascendent(X,Y) :- parent(X,Y). ascendent(X,Y) :- parent(X,Z), ascendent(Z,Y). brother(X,Y):-parent(Z,X),parent(Z,Y), X \= Y . uncle(X,Y):-brother(X,Z),parent(Z,Y),X ...
0
votes
1answer
22 views

Opening file php

Supposing I have a file called "utils.php" where I open a file for writing or reading: $myfile="myfile.txt"; $fileout=fopen($myfile,'w') or die("Not opened"); Now if I have another script UNDER ...
0
votes
1answer
21 views

Maven Shade Plugin not including resources of dependency

I'm using the Maven Shade Plugin to include all dependencies during package phase. That works fine for classes, but dependent resources aren't included. Here's the layout of the dependent jar: ...
0
votes
0answers
10 views

How to generate dependencies in nuspec (or nupkg contains dependencies in its metadata) from csproj

Say there is a solution, contains project A, B. A referenced B in traditional way. (add reference -> projects -> B) B depends only on .NET framework libs. Here is what I do: nuget pack A.csproj ...
0
votes
2answers
29 views

Dependency Error while installing LibreOffice on RHEL

I'm quite new to Red Hat so sorry for this possibly dump question. I want to install LibreOffice. Therefore I downloaded the tar.gz from libreoffice.org. After extracting the files I run as root: yum ...
2
votes
2answers
35 views

Non-PCL dependencies w/ MvvmCross

Our application has several dependencies that are not available as PCL libraries (e.g. RestSharp, Websocket4Net, Reactive Extensions), but are available for each platform we plan to target. What's ...
-1
votes
0answers
17 views

maven, get dependency filename without filepath

I have a maven module with dependencies I can get full path to dependency file by maven-dependency-plugin - ${groupId:artifactId:type} By this property I will get smth like this: ...
2
votes
0answers
56 views

Using Overtone in Jython / Clojure Dependencies in Jython

I'm currently working on a project that primarily uses Jython, but makes use of interop (using rik0's pyclj solution) with Clojure to utilize the Overtone library. Typically, leiningen is the primary ...
1
vote
1answer
18 views

Do internal sealed classes run perpendicular to proper DI?

After reading Mark Seemann's book on Dependency Injection, I'm stoked about moving my team away from the service locator anti-pattern and into a more elegant solution where my DI is not ever present ...
0
votes
0answers
13 views

Manually building Eclipse Inter-Project dependency tree

Is it possible to manually create an inter-project dependency tree using / parsing various files like .project, .classpath etc. for an eclipse project ( without using Maven etc. )? We are working ...
0
votes
0answers
19 views

is there a tool to find common dependencies between sibling modules in maven?

I have to create a new maven project old projects migrated to maven. So I got a structure like this parent | \-- project 1 | \-- project 2 project 1 and project 2 have tons of dependencies and lots ...
0
votes
1answer
25 views

Rebuild fails where Clean/Build succeeds in Visual Studio 2010

I've created two projects in a solution, a static library called vm and a console application called vmx. I use the new approach of Framework and References to create the dependency of vm for vmx. I ...
1
vote
1answer
18 views

how to resolve maven cyclic dependency

how can we resolve maven cyclic dependency, let us suppose A is the parent project and B and C are child projects. If B is dependent on C and C is dependent on B, is there any way to resolve the ...
0
votes
0answers
9 views

Functional dependency between primary key and foreign key

Participation of A(primary key :X) and B(primary key: Y) is many to one with total participation of A. So while creating the relational schema for the relationship I included the primary key of B ie ...
0
votes
0answers
29 views

Missing DbAdapter dependencies in Zend Framework 2 PHPUnit

I have a very simple controller action <?php namespace Application\Controller; use Zend\Mvc\Controller\AbstractActionController; use Zend\View\Model\ViewModel; class IndexController extends ...
0
votes
0answers
23 views

PHP DOM - Element dependency and equal attributes

Here is the deal. It seems that my problem is that I'm not really good with grouping the arrays, instead of real DOM problem, but still I tried really hard, and couldn't do it by myself. I have an ...
0
votes
1answer
30 views

How to create a jar with dependencies as main build artifact, later used by assembly plugin?

I've been working on a Java Maven project that ultimately creates an executable jar file. At first I had no issues, but then I decided I wanted the dependencies to be copied into the jar as well. I ...
0
votes
0answers
21 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 ...
6
votes
3answers
216 views

Are languages really dependent on libraries?

I've always wondered how the dependencies are managed from a programming language to its libraries. Take for example C#. When I was beginning to learn about computing, I would assume (wrongly as it ...
0
votes
4answers
38 views

What maven dependency do I need to get FileCredentialStore?

I want to get access to google-analytics via the java api (v3). For logging in I want to use OAuth2. I found a java example, that shows how to do it. Unfortunately I am not able to compile the code I ...
0
votes
1answer
27 views

Composer - Default option for dev requirements

I noticed that ... When I run 'composer help update' It tells me that the --dev option is enabled by default --dev Enables installation of require-dev packages (enabled by default, only present ...
1
vote
1answer
37 views

A way to get project dependencies (as classes not .jars)

Does anyone know of a way to get the exact class dependencies of a project (not which jars it depends on)? Then to find these dependencies in the jars in your classpath. For instance if I use ...
0
votes
0answers
15 views

eclipse project dependency recovery after crash

I am using Eclipse helios in Ubuntu OS. It crashed and did not start up again. The .metadata/.log file had the following error: "An error occurred while automatically activating bundle ...
1
vote
1answer
53 views

Local dependencies resolved by SBT but not by Play! Framework

I'm trying to use banana-RDF, a locally published library (published using SBT's publish-local) from a Play! Framework project, but when running compile from Play's console, the wanted library is not ...
1
vote
1answer
27 views

In what order does DocPad render documents?

Say I'm building a blog with DocPad that has a listing document and a bunch of posts (in a filtered collection). The listing displays the beginning of the content of each post using ...
0
votes
2answers
29 views

Extra build/missing object files with header-tracking Makefile

I have written a (GNU make) Makefile designed to perform automatic dependency tracking in header includes. Everything works great except that upon typing make a second time, the entire code base ...
0
votes
0answers
26 views

Linking between projects

I have a solution with 2 projects in it: The first one is called Engine and it has 3 classes: Backbuffer and Vector2 and CTimer. It is of type Console Application DLL, links winmm.lib, has all ...
0
votes
1answer
68 views

How can grails “dependency error” be resolved?

Grails was running fine till I decided to re-install it: Its now started showing up the below error during "run-app" or create-app command process- Error Failed to resolve dependencies (Set log ...

1 2 3 4 5 57