A dependency exists between two elements if changes to the definition of one element may cause changes to the other.
6
votes
0answers
476 views
Haskell Cabal: “package indirectly depends on multiple versions of the same package”
After clearing out all of my cabal installed packages, I ran this following session:
$ cabal update
Downloading the latest package list from hackage.haskell.org
james@bast:~/.cabal/packages$ cabal ...
5
votes
0answers
91 views
Android Library Dependencies broken after SDK/ADT-Update
Today, I updated my Android SDK and Eciple ADT to the most recent versions (ADT Rev 22). After restarting Eclipse it is quite unhappy with the Build Paths whenever I reference custom libraries.
An ...
4
votes
0answers
606 views
Spring does not abort bootstrapping on bean initialization Error when component scanning is enabled?
i have a web application with a spring configuration file. i have the following entry:
<bean id="flyway" class="xxx.FlywayTool" init-method="migrateOrFail"/>
the "flyway" bean is used to ...
3
votes
0answers
66 views
How to handle dependencies (`Depends:`) of imported packages (`Imports:`)
I'm trying to use Imports: instead of Depends: in the DESCRIPTION files of my packages, yet I still feel I've got some more to understand on this ;-)
What I learned from this post (by the way: ...
3
votes
0answers
223 views
C# WPF Attached Properties - Error: “The property does not exist in XML namespace”
I need to create a new property to existing WPF controls (Groupbox, textbox, checkbox, etc), one that will storage its acess Level, therefore I've found out Attached Properties.
I used as example ...
3
votes
0answers
168 views
Python-Tesseract error: DLL load failed: The specified module could not be found
I've just installed python-tesseract 0.7.6.win32-py2.7.exe on my guest XP(running through virtualbox), and this annoying error showed up:
DLL load failed: The specified module could not be found.
...
3
votes
0answers
725 views
Linking with dynamic library with dependencies
Consider the following scenario:
Shared Library libA.so ,with no dependencies.
Shared Library libB.so, with libA.so as its dependency.
I want to compile a binary file that links with the libB.
...
3
votes
0answers
409 views
Module dependency not detected during compile in IntelliJ IDEA 11
I am developing an Android app and I'm trying to include GraphView to plot some graphs.
It is required to include it as a module dependency. After I do that, the IntelliJ IDE properly detects the ...
2
votes
0answers
59 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 ...
2
votes
0answers
20 views
Darcs dependency tree view
Is there a tool that can show a tree view representing patches dependencies in darcs? I found DarcsDeps but it seems dead and I couldn't make it work.
2
votes
0answers
98 views
Inconsistencies with Grails 2.2.1 plugin dependency resolution
After I upgraded to Grails 2.2.1 my inline plugin directives have stopped working.
For example the following does not resolve the plugin.
grails.plugin.location.'commons' = ...
2
votes
0answers
107 views
usemin revved filenames and requirejs dependencies
I'm running into the following problem with requirejs and usemin:
I want to setup a multipage application, where I dynamically load modules that only contain page specific functionality (e.g. about ...
2
votes
0answers
100 views
How to avoid the class conflict using maven
I use the maven-shade-plugin to build a project , However, I have encounter a problem I could not handle it.there are two jars almost have the same class and the path is same,aspectjweaver.jar and ...
2
votes
0answers
64 views
ClickOnce redeploys unmodified libraries
Suppose I have a Java code which depends on lots of libraries.
I use ClickOnce to deploy the application on the clients machine.
When something changes in the code I don't want the dependant libraries ...
2
votes
0answers
82 views
How to download user-provided Scala version using SBT?
I am trying to write a new class while extending Jan Berkel's Android Plugin using which I would like to provide a functionality of pushing entire scala library to rooted phones.
So far, I have the ...
2
votes
0answers
184 views
Bundled GTK# application won't run on new Win7 install
I made a C# GTK# application in MonoDevelop for a college assignment only to discover that it won't run on the college computers because we don't have admin rights to install the GTK# or Mono ...
2
votes
0answers
78 views
JsfUnit without JBoss in spring web app - maven dependency setup
I can't find an easy JSFUnit setup for my pom anywhere. What repository do I use and which dependencies? We have a running web app with JSF and Spring. Can't be that hard to get JSFUnit into the ...
2
votes
0answers
301 views
How to configure msbuild/MSVC to deploy dependent files of dependent assemblies
I have a dependency chain that looks like this (simplification for example purposes):
application
-> foo (contains foo.dll)
-> bar (contains bar.dll and bar_data.xml)
the dependent files ...
2
votes
0answers
405 views
Could not load file or assembly 'X' or one of its dependencies. The specified module could not be found
Shot in the dark but I thought I'd try to post in hopes of some genius out there...
Background:
I am trying to added automated unit testing to a huge unmanaged C++ project. For various reasons ...
2
votes
0answers
198 views
Using cpanm with Module::Install instead of CPAN or CPANPLUS
I am experiencing some frustration right now with installing dependencies from CPAN (trying to write an installation script that works under local::lib). This may be overkill but my code for the ...
2
votes
0answers
180 views
XCode: How to link app code to a test target
I'm a complete newbie to XCode(4.2). I'm trying to write a simple unit test for a simple class I've written.
I've created an empty application project, I've included unit tests. I have two targets:
...
2
votes
0answers
362 views
Excluded Setup Project duplicate detected dependencies are included again
We are encountering the following issue using Visual Studio 2008 wherein even when you save the setup project after setting the Exclude settings of duplicated detected dependencies to true, once you ...
2
votes
0answers
211 views
Avoiding implicit precompiled header dependencies?
We are using a precompiled header to include library files such as Boost and Windows.
Our precompiled.h is included explicitly at the top of each .cpp file in order to work with the precompiled header ...
2
votes
0answers
887 views
VS2008 MSTest command line program hanging when loading unit test assembly
Within Visual Studio 2008 SP1, you can create a unit test project which uses MSTest as the test runner. I've been writing tests now at work that test unmanaged C++ MFC from the managed MSTest project, ...
1
vote
0answers
13 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
0answers
23 views
Dependence: Direction Vectors & Distance Vectors
Topic: Dependencies (True, Anti, Output)
How does one get the direction vector? distance vector?
For example:
do n = 3, 100
v(n) = v(n-1) + v(i+1) + v(i-2)
end
Determine the ...
1
vote
0answers
38 views
Lock dependencies by secure checksum in Maven
When I distribute a source project with a POM I can define dependencies with version strings. The build will download those dependencies if they are not in the local repository, it will even verify ...
1
vote
0answers
32 views
Will libraries built under Gentoo with Interix work outside Gentoo?
The Gentoo Linux distribution has a version that works on Interix x86 Windows. If I build C++ libraries using gcc, will these libraries work with an executable not built inside Gentoo, but only ...
1
vote
0answers
23 views
Do I have to build my program on the oldest Linux OS minor version I want to support?
If I want my software to run on Red Hat Linux 6.0, do I have to build it on 6.0? Or can I build it on 6.3? (Similar question for 5.X) I'm asking a general question about runtime implications of ...
1
vote
0answers
61 views
jQuery (UI) is a dependency I don't want to be locked into?
First of all, let me make myself clear.
I love jquery (UI). I've been using it in a major project for a couple of years.
I plan to keep on using it for a while!
Now with all these new web frameworks ...
1
vote
0answers
61 views
SQL dependency on relational tables
I have two related tables (tbVehicles and tbVehiclesDoc) I am running the below sql dependency but it is firring many time and my program freezes. please assist.
I want the program to update these ...
1
vote
0answers
45 views
Deploying Multiple wars and handling theirs dependencies
I have 5 .war files deployed in tomcat 7 that uses common 3 rd party jars for now.
I use shared/lib for putting depended jars for all wars. The problem with this approach is that If i want to change ...
1
vote
0answers
80 views
Maven - Using the Assembly plugin to package dependencies from multiple projects into one file
I'm working on a project that is made up of multiple other projects. It has the following structure:
MainProject
--projectA
--projectB
--projectC
--projectD
--parent
--projectE
...
1
vote
0answers
98 views
Grunt.js dependdency management
Is there a way to specify file dependencies in Grunt? I.e. if I have:
global/page.jade
project/index.jade -- includes global/page.jade
project/about.jade -- includes global/page.jade
...
1
vote
0answers
46 views
Setting up dependency lib for android project
I'm very new to android and also to android.
I wish to do build my project if I do ant release.
I'm getting an error like due to the fact that my dependency lib aren't added to path.
But when I ...
1
vote
0answers
90 views
Include dependency on a shared object in my c++ source within a JNI project for Android
I apologize if I'm not using the correct terms, but I'm pretty new to Maven and JNI.
Here is my problem.
I have an Android project (A) which relies on JNI to use c++ sources. The c++ code is in an ...
1
vote
0answers
105 views
Map Maven artifacts to Debian packages
I have to create Debian packages for all applications in my current project. These are the standalone applications that are launched like "java -jar ....".
Each project provides its own JAR artifact ...
1
vote
0answers
132 views
Visual Studio: how to handle project dependencies right?
I'm writing a program (in C++), which requires several VS projects, that I would like to put in the same VS solution. I'm using Visual Studio 2010.
Here is simply the wanted architecture : I'm using ...
1
vote
0answers
97 views
Calling C++ -> Java with JNI - dependencies
I try to call java function from c++ using JNI and there is no problem with my own .jar file, but my java part has it's own .jar dependencies. I tried to add it to JavaVM options in c++ as: ...
1
vote
0answers
108 views
External dependencies with Maven on an Android project
I'm working on an Android app. I want it to be able to retrieve articles from wikipedia. After looking around, I decided to use the bliki external library, so I installed the Maven plugin to "make ...
1
vote
0answers
123 views
bundle install includes all dependencies, even with --without
I am trying to install Redmine 2.1.2 on an Ubuntu 12.04, but I have a problem of dependencies. In short, I am running the following command:
bundle install --without development test mysql sqlite
...
1
vote
0answers
75 views
build target dependency in Xcode with preprocessor options
I have an app target in Xcode (test target) and a library target in my project. The app target is supposed to test library target. The test app target has the library target as a dependency but for ...
1
vote
0answers
89 views
How to package dependencies with a Python application?
I have a Python application that I'm distributing with the standard setup.py. I need to package the dependencies too because the audience I'm distributing do not have network access. I have downloaded ...
1
vote
0answers
155 views
Ivy resolve with HttpClient 3.1 and 4.x
I have some legacy project that has transitive dependency on commons-httpclient 3.1. Now I am trying to do Selenium 2 WebDrive test on it. Selenium 2 requires Httpclient 4.+ as I understand. Although ...
1
vote
0answers
18 views
Do I need to include dependent static library of a static library into my program
I have a static library which I used into my program. This static library also depends on some static library. To run my program I also need put these dependent static libraries into my project ...
1
vote
0answers
45 views
jboss as 7 module dependency browser tool
Does anybody know of a tool, which supports browsing the jboss as 7 module dependency graph ?
best regards
Hardy Henneberg
1
vote
0answers
126 views
Finding DLLs required of a Win exe on Linux (cross-compiled with mingw)?
I'm using MinGW on Linux to cross-compile to Windows. Getting that working was a breeze. Packing it up with the required DLLs was not quite as simple though. The solution at the moment is to run ...
1
vote
0answers
94 views
ANT build config with dependency on core files
Currently working on a PHP/HTML/JS project that is made up of a 'core' directory and multiple individual 'product' directories.
Dir structure as follows...
Core
JS
PHP
Product1
JS
...
1
vote
0answers
38 views
Full dependency injection and testing object creations
I've recently come across a Google video related to the Guice framework that talks about the full dependency injections. I have been struggling to write testable code and my main problem was with ...
1
vote
0answers
286 views
how to link my svn library using cocoapods?
I am new to manage library dependencies in Objective-C projects.
I need to know how to link a library in my svn.
link :svn://ibrahim@svn.xxxx.info/development/iOS/myFoundation/here_Are_the_.{h/m}'
...

