ivy Questions
3
Solved
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 ...
Dorcus asked 4/5, 2012 at 7:36
3
Solved
Here's what part of my ivy.xml looks like right now:
<dependency org="org.springframework" name="org.springframework.core" rev="3.0.2.RELEASE" />
<dependency org="org.springframework" nam...
Amass asked 8/6, 2010 at 9:16
6
Solved
I'm trying to access a Nexus repository manager which requires some basic authentication. Everything works fine from Maven2 but when I try to configure things in SBT it can't find the artifacts. It...
1
Solved
Where I work, we use a tool called apache Ivy for dependency management. However, I have recently been working on a project of my own with multiple repositories, therefore, I am using a git superpr...
Abri asked 7/3, 2018 at 0:52
2
Solved
How could one view the dependency tree (along with the transitive dependencies) and the reasoning for them being included, or excluded from the build?
In Maven one can do it like:
mvn dependency:...
5
Solved
Is there any way to get the next version when publishing to a repository in gradle?
For e.g. if I have the version 3.0.1 in my repository I want the published version to be 3.0.2.
ivy has a task ...
3
Solved
Update SBT to 0.13.0:
I have a couple of projects written with Scala 2.10.2 and build with sbt 0.12.4. As my OS is Ubuntu I used the SBT.deb package for installation of sbt 0.12.4. Everything fine...
Sjambok asked 29/8, 2013 at 7:53
3
Solved
I'm trying to retrieve the library for Google Reporting API:
compile 'com.google.apis:google-api-services-analytics:v3-rev74-1.17.0-rc'
but I got an unresolved dependencies error and I don't kno...
Lumbering asked 3/11, 2013 at 9:45
3
Solved
I am working on a java ant+ivy based project that has the following directory structure:
projectRoot/src
projectRoot/classes
projectRoot/conf
projectRoot/webservices
this works perfectly well in...
6
I've got an sbt (Scala) project that currently pulls artifacts from the web. We'd like to move towards a corporate-standardized Nexus repository that would cache artifacts. From the Nexus documenta...
4
Solved
We use ivy to manage a multi project java application, and recently this error started showing up when we do builds. What's causing this?
0
I am having an issue with Ivy uploading large(ish) artifacts to our in-house artifact server (Artifactory 3.9.2). When we upload a 400MB file, we run out of Java heap space and it fails (thus faili...
3
Solved
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 logg...
Vegetarian asked 15/6, 2011 at 21:1
7
Solved
I am using SBT as my build tool for building a Scala project.
My problem is, I can't configure SBT to download dependencies to my user home directory. Therefore I am looking for a per-user or even...
4
I have never been able to work offline with SBT on any of my projects. Now I'm in the middle of a move and my wardrobe-server hosting nexus is offline.
So running say:
sbt "set offline := true" r...
1
I have a project that i am coverting to gradle. the project has some dependencies like junit etc.
The Jars for the dependencies get downloaded but the dependencies of those Jars are not downloaded....
2
I'm not an expert with sbt so probably my question is a bit noob, but I've notice than when I create a project and download its dependencies with sbt, if I open the project with intellij, all the d...
Leighleigha asked 30/6, 2015 at 4:17
5
Solved
While using ivy:retrieve, it fails to resolve the dependency that should be downloaded. The output looks like this:
Buildfile: C:\Users\Simon\workspace\apollo\build.xml
init:
resolve:
BUILD FAILE...
1
I have setup Ivy with a filesystem resolver as explained in this answer. I.e. placing my jars in a 'lib' directory and configuring a filesystem resolver to pick them up from there (instead of using...
1
I am using ant, and I have facing some problems related to multiple artefacts of the module are retrieved to the same file.
Please share the possible way for solving the above issue.
This is my bui...
1
I have 3 projects of the following structure:
App
| |
...
| |
| +--lib
| | |
| | +--...
| |
| +--dist
|
Lib
| |
...
| |
| +--lib
| | |
| | +--sublib-1.0.jar
| |
| +--dist
| |
| +--lib-1.0.jar
|
...
Bodhisattva asked 14/10, 2016 at 8:59
5
I'm setting up my very first play app in a mixed build environment. My company uses maven for everything (so far) and I'm trying to get my play app to interact nicely with the rest of my artifacts....
Specter asked 25/7, 2012 at 6:19
5
As explained here, one can deploy to Amazon S3 with maven.
How can we do the same with sbt, that is, to publish to S3 with sbt?
Rhinarium asked 31/3, 2012 at 17:33
3
Solved
I have an artifact A installed in a local Maven repository.
Artifact A has a number of dependencies - properly specified in its pom.
If I set A as a dependency in a Maven project everything is ok...
Insurance asked 13/1, 2016 at 12:0
1
Solved
We currently have a project setup that uses Ivy for dependency management and Ant as the general build tool (although that's probably not relevant here). Additionally we have a bunch of libraries t...
© 2022 - 2024 — McMap. All rights reserved.