ivy Questions

0

So i have a build.sbt that looks like this , This is a part of it . resolvers ++= Seq( "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/", "SpringSource Milestone Repository"...
Canadianism asked 22/6, 2016 at 14:17

3

Solved

I am looking to apply dependency management to a large-scale Matlab project. This project imports a large number of java libraries, as well as some compiled C++ code, to the extent that some soft...
Medin asked 24/9, 2011 at 2:41

6

Solved

I want create Ivy Ant tasks in xml editor in IDE (Intellij iDEA) with autocomplete based on xsd , but I cannot find xsd for register XML namespace xmlns:ivy="antlib:org.apache.ivy.ant" Where I can...
Meteorology asked 4/2, 2011 at 11:54

1

Solved

I'm trying to set up an Ant + Ivy build for a personal project. Everything was making sense, and working nicely, until I got to LWJGL. Everything from LWJGL is resolved, except the natives. The Re...
Murrumbidgee asked 28/1, 2016 at 4:15

2

Solved

I'm trying to package a few in-house artifacts for use with SBT. I would just use the libs directory in most cases, but there are multiple projects that share the same artifacts. I've been trying ...
Auctioneer asked 5/1, 2016 at 19:36

3

Solved

I want to change ivy message level to debug my ivy-settings in eclipse and I have no idea how I to set it to debug/verbose level.
Charlatan asked 31/7, 2012 at 16:13

2

Solved

How to tell IVY to not download source and .txt files. I have a dependency and it downloads license.txt files with it, when i use soemthing like this <ivy:cachepath pathid="ivy-src-classpath" c...
ivy
Subordinate asked 6/9, 2010 at 21:56

2

Solved

In Ivy I can have dependency declared like this: <dependency org="org" name="module_name" rev="12" conf="conf_name->*"> <include name="foo(.*)-bar" ext="zip" matcher="exactOrRegexp"/&...
Hulking asked 11/6, 2015 at 17:48

3

Solved

After migrating from pure ant to ant+ivy my project build times increased from 7s to 26s while incremental rebuilds are now 7s instead of just under 1s (nearly instant). Most of this time seems to...
Saith asked 15/7, 2013 at 14:27

2

Solved

I am getting this error: java.lang.NoSuchMethodError: javax.persistence.OneToMany.orphanRemoval()Z These are the jars in my classpath: com.sun.faces/jsf-api/jars/jsf-api-2.0.0.jar com.sun.faces...
Tatter asked 4/1, 2011 at 8:15

0

When I run sbt publishLocal on a sbt project, and found the generated ivy.xml is like this: <?xml version="1.0" encoding="UTF-8"?> <ivy-module version="2.0" xmlns:e="http://ant.apache.org...
Encephalomyelitis asked 26/2, 2015 at 2:9

3

Solved

In a Java Play 2.1.1 app I get the following error: [myproject] $ update [info] Updating {file:/C:/path/myproject/}myproject... [info] Resolving ... [error] impossible to get artifacts when data h...
Lepp asked 17/5, 2013 at 17:25

2

Solved

This looks like an Ivy problem surfacing via sbt (0.11.2) when I invoke the sbt-eclipse plugin: > eclipse with-source=true ... [info] Resolving com.googlecode.linkedin-j#linkedin-j-core;1.0.416...
Sleeping asked 1/3, 2012 at 22:45

3

Solved

I have nginx for my maven repository with basic authorization. My build.sbt has: credentials += Credentials("maven repository", "rep.com", "sbt", "password") resolvers ++= Seq( "maven repositor...
Dupuy asked 22/7, 2012 at 20:8

2

Solved

So I have a job in my CI app that publishes to Nexus when a change pushed to develop on an app. Is there a way to make ./sbt publish idempotent? Because occasionally we want to run the job again b...
Couvade asked 17/12, 2014 at 16:42

4

Solved

I'm using Ant + Ivy, and my company has recently set up a Nexus server for our own private libraries. Ivy can get dependencies from the Nexus server by using a ibilio resolver and m2compatible=true...
Blackington asked 21/9, 2011 at 16:55

4

Solved

How to add a local path (not URL) to ivysettings.xml? I need to add my Maven local repository (/Users/me/.m2/repository to it. Thanks
Apologist asked 23/12, 2011 at 15:53

1

Solved

I have just run into the Apache Ivy bug java.lang.ClassCastException: org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast to java.lang.String (link) when performing Ant task i...
Barbican asked 9/10, 2014 at 13:23

1

Solved

I am trying out the Play Framework 2.3.2 using the offline installation with Typesafe Activator 1.2.3 on Mac OS X 10.9.4. In the activator-1.2.3 folder I unzipped there is a repository folder that...
Felder asked 2/8, 2014 at 9:33

2

Solved

How can I get Ivy to download the sources for dependencies from within Grails? I tried editing all the ivy.xml files I could find as per this, but no luck. ~/.grails/1.3.4/projects/workspace-sts/...
Inapplicable asked 31/8, 2010 at 13:35

1

I am using the ~/.sbt/repositories file to tell sbt 0.13.5 which repositories to retrieve from. That file only contains local and a file:// repository with a custom layout that closely resembles th...
Swivel asked 21/8, 2014 at 13:59

1

Solved

I'm trying to ivy:install jogl and gluegen from maven to my local depository. I cannot get the native dependencies to install correctly. My ivysettings is <ivysettings> <settings defaul...
Phobe asked 24/7, 2014 at 20:11

5

Solved

I'm using Scala IDE 2.0.1 and SBT 0.11.2 to start with Akka 2.0.1. My build.sbt looks like this: name := "akka" version := "0.1" scalaVersion := "2.9.2" resolvers += "Typesafe Repository" at "h...
Biquadratic asked 6/5, 2012 at 17:59

1

Solved

Our project is like an adapter/facade interface for a huge amount of different other libraries. The dependencies are somehow overlapped, sometimes in conflict or sometimes even make project breaks ...
Trollope asked 28/5, 2014 at 19:7

1

Solved

Not sure why am I getting this error. Lots of similar questions here but none have worked for me till now. My ivy file is <ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-...
Heresy asked 20/5, 2014 at 16:58

© 2022 - 2024 — McMap. All rights reserved.