Tagged Questions
0
votes
1answer
96 views
Gradle: How to make a compile scope file dependency excluded in packaging?
I have a multi-module gradle project with the following basic structure:
root
core
c-interface
m-interface
The c-interface and m-interface both depend on the core project:
compile ...
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
44 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 ...
0
votes
1answer
67 views
What are ruby 1.9.3 dependencies
I'm trying to determine the fewest packages that I need to install before installing ruby from source. I've dug through ruby source a little and I figured it might be faster to ask here.
Does anyone ...
1
vote
1answer
39 views
Visual C++ Dependencies Solutions Build or Discovery
Imagine that scenario:
L
^^
| \
| D
| ^
| /
X
Where X is an executable, D is a DLL, an L is a Lib. The arrow means "depends on".
I made changes on source of L. When I tried to ...
1
vote
2answers
86 views
Run doesn't build referenced projects in Eclipse
I have a project with two dependencies which I want to be built when I build my project. I did this by going to Project Properties->Project References and selected the two dependencies. When I make a ...
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 ...
0
votes
1answer
73 views
Xcode workspace dependencies building but not packaging
I have a workspace with an app and a static lib. The lib is used in the project.
When I modify the lib and build the app, the lib is well rebuilt: cool! But if I have not modified the app, the newly ...
2
votes
1answer
101 views
Ant: Parallel build with external compiler
I need some help on ant. How can I make ant behave similarly to make -j <n>?
Note that I am not building java, but invoking an external compiler for a proprietary language.
While there is the ...
1
vote
1answer
684 views
Gradle nested multi-projects with project compile dependencies
I have an identical problem to this Gradle Multi-Module Project Setup but I have to use project compile dependencies to build and cannot use the library(jar) dependencies solution that was given as a ...
1
vote
3answers
138 views
Ivy Dependency (pull in directory of files)
Extreme edit to question to have it make more sense:
Let's assume that I need to use a local version of httpclient rather than one that I can just pull from an online repo (due to signing reasons). ...
0
votes
1answer
125 views
how to make maven build dependent project
I have project with several dependencies on other project.
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" ...
0
votes
1answer
161 views
Visual Maven Dependency Diagram
I have a complicated multi-module project. When I run from the command line there are no problems with circular dependency. When I run from Bamboo I get a circular dependency and the build never ends. ...
0
votes
1answer
189 views
Maven project not built pom.xml error
I deleted a dependency in pom.xml but still get this error: dependency = [com.viewpagerindicator: library: apklib: 2.3.1: compile] not found in workspace.
I looked in the build path and there is no ...
1
vote
1answer
164 views
How does cx_oracle 5.2.1 setup.py automatically find its build dependencies?
I downloaded cx_oracle 5.2.1 and started building :
python setup.py build
I noticed that it found build dependencies within my system without any specification from me. I would like to better ...
0
votes
1answer
101 views
Eclipse build techniques
I have been using eclipse for quite a while. I have used it with ant, maven and now with gradle. I understand that eclipse build (defaults to bin folder) and gradle keeps the built files in build ...
0
votes
1answer
65 views
Necessity of declaring dependencies in child java module pom
Is it necessary to declare dependencies at child's pom.xml when they are present in parent's pom at (or ) section? Are they inherited?
2
votes
1answer
60 views
Test failures on dependent maven projects
I have a multiple projects where project X is dependent on project Y.
The tests on project X uses project Y which reads a config file. ( X --> Y --> configfile)
I am excluding some configuration files ...
3
votes
1answer
149 views
List dependencies and repositories in Play Framework
I have a play 2.0 project with dependencies. I would like to know what repository each dependency comes from.
Can I list dependencies with their respective repos using the play command or SBT?
1
vote
1answer
303 views
Xcode aggregate target dependency
I have an XCode project with 3 targets:
The application
An external build system target that builds my assets
An aggregate target that has 1 and 2 as dependencies.
The functionality that I want ...
0
votes
1answer
723 views
Maven and Eclipse: project build error dependency
I just started working with Maven, and I've ran into several issues.
The latest is that one:
Project build error: 'dependencies.dependency.version' for com.github.koraktor:steamcondenser:jar is ...
1
vote
1answer
103 views
Maven cyclic dependency when compling tests only - how to resolve easily?
I am working on modernizing an older project to be used with Maven. The project is very large and has around 30 modules in it.
As far as the main source code is concerned, I managed to get all of it ...
0
votes
1answer
318 views
Netbeans build fails due to unresolved dependencies while mvn install works fine
I always get following error when I try to build/clean and build/run my project with Netbeans 7.1.2.
When I run mvn install from command line it works fine.
The error appreared first time when I ...
0
votes
1answer
805 views
Can't build Maven project in Netbeans due to dependencies
I have a problem when building my Maven project in Netbeans. When on my stationary computer it works just fine, but on my laptap I cant get it to work. I get the following error:
Failed to execute ...
2
votes
1answer
219 views
How can work around javac incremental build in the Android Tools not detecting changes that should cause recompilation?
My coworkers and I recently upgraded our Android Tools to r19 and are seeing problems with the new incremental builds system Google introduced. Incremental compilation seems like a hard problem and it ...
0
votes
0answers
155 views
Creating a nightly build in Hudson depending on another build result
I am searching for a way to create a job in hudson that is a copy of another job, but deploys the installation on another machine (no problem until here). I need the second hudson build (= development ...
0
votes
1answer
187 views
Change maven dependency's version by using different maven profiles
I have two projects, project A is depending on project B, so normally, I'd have the following section in my projectA/pom.xml:
<dependency>
<artifactId>projectB</artifactId>
...
5
votes
2answers
319 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 ...
3
votes
3answers
262 views
Reuse property with version number when adding a dependency in sbt
I have a project built with sbt 0.11.
I'm trying to create a simple UI with Scala Swing, so first thing is to add a dependency on scala-swing in my build.sbt:
libraryDependencies += "org.scala-lang" ...
1
vote
2answers
574 views
Maven test dependency not being found
I'm declaring a test dependency on powermock with easymock bundled in.
<dependency>
<groupId>org.powermock</groupId>
...
2
votes
1answer
1k views
How to include test classes in Jar created by maven-shade-plugin?
I'm trying to package my test classes in to an executable jar with dependencies using Maven, but I'm struggling to get this right.
This is my pom.xml so far:
<project ...
2
votes
1answer
467 views
ant 'unless' on a macrodef
I'd like to write a macrodef that depends on the property being set in another macrodef, such as this, which doesn't work... (macrodef doesn't support depends and unless attributes) Anyway to do this?
...
2
votes
2answers
514 views
Adding task dependencies in .sbt file
In my build.sbt file I have two custom tasks:
TaskKey[Unit]("aaa") := {
println("aaa")
}
TaskKey[Unit]("bbb") := {
println("bbb")
}
How do I add a dependency between them? For example, I want ...
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
340 views
Maven Test classes dependencies
I have two projects:
1) ProjectCORE
2) ProjectMAIN
For some reason, the test classes in ProjectMAIN depend on test classes in ProjectCORE, which don't get included in the ProjectCORE jar I have ...
0
votes
1answer
115 views
Build module with different versions of libs in Maven
I have a Netbeans' module (Module.jar) with a lot of dependencies declared on its pom.xml:
<groupId>com.company</groupId>
<artifactId>module</artifactId>
...
2
votes
2answers
165 views
How to develop in Linux using GNU toolchain, coming from Java?
I'm a good Java programmer, albeit the first languages I learnt were C/C++. Anyway, for work reasons, I switched to Java and web languages. Sometimes I get interested in this or that Linux project, ...
1
vote
1answer
1k views
Maven - Build with Dependencies [duplicate]
I've downloaded a source code from internet and I'm trying to build it with maven. Here is the pom.xml file that came with the source code:
<project xmlns="http://maven.apache.org/POM/4.0.0" ...
1
vote
1answer
765 views
Grails - Maven - STS
I am relatively new to this and still bit puzzled how the Maven dependencies (in pom.xml) and the Grails dependencies (in BuildConfig.groovy) hang together.
When I choose Convert to Grails ...
1
vote
1answer
1k views
How to dowload multiple Maven dependencies in Ivy with different classifiers?
I am trying to depend on Neo4j server jar and Neo4j server jar - static-web.jar in Ivy. I am trying something like
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
<info ...
0
votes
0answers
256 views
m2eclipse: Multi-module and parent build exception
I am new to m2eclipse, and I created a dummy java project (mytest4) and checked enable dependency management, after that, the plugin created a pom.xml file. I manually added parent information, such ...
1
vote
1answer
894 views
Installing wxPython from source under linux
I am trying to install wxPython from source under linux. The steps I followed were:
Download wxPython from http://downloads.sourceforge.net/wxpython/wxPython-src-2.8.12.1.tar.bz2
Run ./configure ...
1
vote
1answer
399 views
Local Project Dependencies and Maven
I'm converting an ant backed Netbeans project into an Maven project. I've got most of the third party libraries set up in the POM, however now I've run into problems with setting up the local ...
0
votes
1answer
286 views
Build Dependencies In Eclipse Java Library Project For Multiple Providers
We are writing a JMS library in Eclipse to be used in our applications. Preferably, we want this to work with many JMS providers.
So we build our code around java interfaces and create provider ...
2
votes
1answer
371 views
How to build dll in Eclipse without dependency of Cygwin1.dll
I have developed my own dll in Eclipse using cygwin compiler. Currently, I have to load cygwin1.dll and call cygwin_dll_init method in cygwin1.dll to load my own dll.
Is there any way to build my own ...
0
votes
1answer
30 views
Dependency library points to device build
I've got an XCode 4 project that has an additional dependency project in it. The dependency project creates a static library I need for the major project.
I'm trying to add the library from the ...
2
votes
3answers
62 views
Which dependencies can be assumed to be installed on a build machine?
We have a project that is going to require linking against libcurl and libxml2, among other libraries. We seem to have essentially two strategies for managing these depencies:
Ask each developer to ...
2
votes
2answers
932 views
eclipse build problem
when I try to build my Eclipse project, I get the following error message:
The type org.eclipse.swt.widgets.Composite cannot be resolved. It is indirectly referenced from required .class files
Can ...
0
votes
2answers
218 views
How to prevent msbuild from building a project if a dependency has changed
I have 2 projects in 2 separate solutions
One references the other by DLL reference.
Ex: MyProjectA references MyprojectB by DLL
In ProjectB, I add an irrelevant line of code to a class file ...
0
votes
1answer
238 views
discover static library dependencies
I know that I can discover the header file dependencies required when building an object file using a few tools (such as gcc -MD ...)
Is there a similar way to determine the static libraries that ...
