0
votes
1answer
9 views

Travis CI can't find Ivy jarfile

I'm new to Java and Travis CI, and running into an error configuring my project. I'm using ant to build, and ivy to manage dependencies. My ant build downloads an ivy jarfile directly if it's not ...
0
votes
1answer
15 views

How to build an ant target from DOS command-line when target starts with a '-' as in -ivy-info

While troubleshooting a problem with apache-ivy, I want to call an ant target named -ivy-info defined in my build.xml. My -ivy-info target calls the ivy:info task and the ivy:buildnumber task and ...
0
votes
1answer
36 views

Ivy used to retrieve guava, now it does not

Related question: Ivy cached a dependency file, but not copy to my lib My situation is nearly identical, except that this has been working for quite a while until recently. Ivy retrieves other jars: ...
1
vote
1answer
26 views

Ivy cached a dependency file, but not copy to my lib

I got a strange problem. I added Guava to my ivy.xml as the following: <dependency org="com.google.guava" name="guava" rev="14.0.1" conf="test"/> When I run ant, I can see it's resolved: ...
0
votes
2answers
24 views

add local jars to ivy build script

I am working on an existing application that uses ivy to manage dependencies, and the source comes with ivy.xml and ivysettings.xml files. I am trying to add my own jar to the build. What would be ...
0
votes
1answer
12 views

Spring-Tool-Suite (STS) cannot find ivy.jar while it is installed in ~/.ant/lib, and command line build succeed

I cloned a new repo which has a build.xml, which begins with <?xml version="1.0"?> <project name="mbark" basedir=".." xmlns:ivy="antlib:org.apache.ivy.ant"> But this line when I run in ...
0
votes
1answer
51 views

The svn client 'svnkit' is not available

I have been using svnant 1.3.0 to create tags from branches in my SVN repository. Now I have upgraded from SVN 1.6 to 1.7 and there is no released svnant binary that supports it. But I have downloaded ...
0
votes
0answers
40 views

Grails 1.3.7 with Ant and Ivy - Can't see classpath?

I'm working with Grails 1.3.7 and Ant with our Ivy installation. Since we build with Jenkins, and Jenkins can run multiple builds, and we like to clean the Ivy cache with each build, we normally ...
0
votes
0answers
33 views

Grails 1.3.7- Want to move default location of work area. Issues with Ivy/Ant integration

I have a Grails project which we wanted to integrate with our Ivy/Maven repository. This is Grails 1.3.7. We will upgrade to Grails 2.2.1, but that will take some time. Right now, we're stuck with ...
0
votes
1answer
34 views

ant, ivy, multiple projects and transitive dependencies

I have two projects, A and B, with B being a webapp. Project B depends on A, so A's ivy.xml looks something like: <ivy-module version="2.0"> <info organisation="com.confused" module="B" ...
0
votes
1answer
28 views

Ivy - Specifying compile/runtime classpath with Ivy

I have a project that has two different jars with both containing some of the same classes. What I need is for it to use the classes from Jar "A" before Jar "B". In normal Java compilation (and with ...
0
votes
1answer
45 views

Ant Build: Extract class files from a Ivy dependency war file in the class folder

I have a project with a dependency to some other Java classes from another project. In eclipse the two projects are running without any errors. Now I want to build the project with the dependency ...
1
vote
1answer
32 views

Grails 1.3.7 -Where's the build.xml?

This is Grails 1.3.7, and not Grails 2.x. Very important because there are all sorts of nice features in Grails 2.x that would really help us out, but don't seem to be available in this version. The ...
0
votes
0answers
31 views

How to auto Increment Ivy revision number when publishing to Artifactory

Can someone please help me figure out how to increment revision number using IVY when publishing to artifactory. After web search I found buildnumber can be used to do that but it does not work, am ...
1
vote
2answers
56 views

How do you handle multiple versions of same jar?

I use Apache_Gora_0.2.1 and Apache Nutch_2.1 . Nutch depends on Gora. Gora have modules gora-core and gora-hbase. gora-hbase depends on gora-core. All the modules of Gora use avro_1.3.3.jar . I ...
0
votes
1answer
26 views

Finding dependecies between modules of a legacy ANT project for migration to IVY

I am dealing with a project using using ANT to build the source code into a EAR. The project over couple of years has grown to a mammoth size, more than fifty modules, and not surprisingly it takes 2 ...
0
votes
1answer
258 views

Class not found with Ant, Ivy and JUnit - error in build.xml?

I am trying to get a simple(?) test project working with Ant, Ivy and JUnit. The basic idea is that Ivy will download junit.jar and then Ant will use it. Note that the junit jar is on the classpath ...
0
votes
1answer
37 views

Jenkins [ERROR] - XTrigger exception - windows

I get the below trigger exception for Ivy trigger, So i checked the xml it is complaining about (in the temp folder). I found the xml is not valid, its because of some path strings with double quotes ...
1
vote
1answer
230 views

Apache Ivy resolve dependencies using Eclipse workspace during Ant build

I'm using Apache Ivy with Eclipse (IvyDE) and trying to solve the following issue. I have two projects, IvyParent and IvyChild, where the child depends on the parent. I have the option selected for ...
0
votes
2answers
279 views

Configure Apache Ant and Ivy on Windows 7

I'm been attempting to clone and build a project on my Windows 7 box, like so: git clone git@github.com:corvec/project-name.git cd project-name git submodule init git submodule update ant clean ant ...
0
votes
1answer
58 views

Ivy declare dependencies on all artifacts under a repository directory

Relatively new to Ivy here. I have a growing list of projects that all publish to the same repository under the same organization. And I'm trying to find out how, if at all possible, I can declare ...
0
votes
1answer
169 views

Ivy Unresolved Dependency When Using Spring Data JPA - org.eclipse.persistence

My build runs fine until I add the following line to my ivy.xml file: <dependency org="org.springframework.data" name="spring-data-jpa" rev="1.1.0.RELEASE"/> Then I get the following error: ...
0
votes
2answers
47 views

Split organization name into nested folders using ivy:retrieve

In ivy I can set a retrieve pattern in order to copy all my dependencies somewhere I want to. For example: <ivy:retrieve ...
0
votes
0answers
35 views

Ivy test configuration in eclipse

I have an ivy dependency management to work both under eclipse and with ant. How should I configure the test dependencies to be available for eclipse? my current configuration is: ...
0
votes
2answers
42 views

Can you specify dependency checksums in Apache Ivy?

I'm curious if there's a way to specify a checksum value for dependencies in an ivy.xml file. For example, I have the following dependency: <dependency org="org.hibernate" name="hibernate-core" ...
0
votes
1answer
65 views

Ivy makePom dependencies when namespaces in use

I am using the makePom Ivy task to generate a Pom file for publishing to Artifactory. That works supremely except for one problem. Because namespaces are being used with our Ivy configuration, the ...
0
votes
1answer
44 views

allow redeploy of the same pom file

We have a project where I upload the artifacts to a nexus repository using ant and ivy. Things have gone smooth for a long time, but now we must deploy the same artifact twice (because we are ...
0
votes
1answer
160 views

Trying to convert ivy artifacts into maven - missing artifact exception for the pom, even though it is there

Not sure if I'm going about this the right way, but I have some artifacts that I'm trying to convert to maven using ivy ant tasks and push into my maven repo. the component in question is ...
1
vote
2answers
66 views

Ignore Ant warning with comment

I have the very easy Ant example here that produces Eclipse to report a warning: <ivy:cachepath pathid="path.pmd" organisation="pmd" module="pmd" revision="4.3" conf="default" inline="true" /> ...
0
votes
0answers
24 views

Java class XMLContent by peterfranza, where is it? [closed]

I am looking for com.peterfranza.gwt.jaxb.client.parser.utils.XMLContent class. I've found jaxb4gwt library, because uncle google told me, that there is com.peterfranza.gwt.jaxb.client.parser.utils ...
0
votes
0answers
57 views

Apache Ant + Ivy: Publishing the artifacts only for select configurations

Background: I have a continuous integration system, which runs the build on every change as well as nightly. I do not wish the build on every change to run the JUnit and Code coverage. However it ...
0
votes
1answer
74 views

How to retrieve artifacts with per specific patterns using ant ivy

I have a huge dependency which exports a number of dependencies. I wish to restrict my retriev to couple of them. The pattern is [artifact]-[revision].[ext]. How do i specify this in ivy:retrieve ...
0
votes
2answers
57 views

Resolve symbolic name to version number from command line with Ivy/ant?

I was wondering if anyone knows of a way to resolve what version is being grabbed by ivy for a specific package from the command line? I'm looking for something like, say $ ant resolve ...
0
votes
1answer
72 views

Is the [conf] token respected when publishing files using Ivy?

I'm learning Ivy (http://ant.apache.org/ivy/) and integrating it as part of our build process. It's going pretty well, but I'm stuck on something with the Ivy publish task. Specifically, I'd like to ...
0
votes
1answer
31 views

Embed settings.xml into ivy.xml

I understand that it's completely wrong and is not a good practice, but I need to know if it is possible to somehow embed fragment of ivysettings.xml into ivy.xml or Apache Ant build.xml and use it. ...
2
votes
2answers
105 views

Ant custom condition typedef: ensuring compiled class is available during build (chicken and egg)

I have created a couple of Custom Conditions for use in the build process of my project. The details are probably not very relevant, but they have very little logic and are used to conditionally ...
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
117 views

Arquillian Weld-EE test setup with ant+ivy

I set up a project following the getting started guide. I have to use ivy. These are my dependencies: <dependencies> <dependency org="org.jboss.spec" name="jboss-javaee-all-6.0" ...
1
vote
2answers
89 views

Use multiple files in Ivy makepom Ant target

My project has multiple mostly independent modules each with their own Ivy files. A couple of the modules are 'top-level' in that nothing depends on them, they just depend on other modules. I'd like ...
2
votes
1answer
103 views

Ivy: Using a version of a Jar not in the local repository

This is actually two questions, but comes from the same issue: We use Jenkins as a Continuous Integration system. Every time someone commits a change Jenkins builds it. We use a corporate Maven ...
0
votes
1answer
466 views

Please help me resolve my Ant + Ivy + Java build/dependency issues

I can get Eclipse to export a standalone JAR file which works fine. But when I try to use my build.xml file with Ant I get about 100 errors because a bunch of references can not be resolved. Here is ...
0
votes
2answers
208 views

Why does resolving dependencies using Ivy not work in Android's “-pre-build” Ant target?

As Android Java projects use Ant as a build tool, using Ivy for dependency management seems like a natural choice to me. However, while the basic setup works fine, I'm running into a strange issue. ...
1
vote
1answer
122 views

mapping multiple ivy files in Eclipse

I'm currently changing my eclipse build paths with Ivy. I also modified my ANT build successfully by having 2 Ivy files loaded that retrieve my dependencies: In my portlet build file, I specifically ...
0
votes
2answers
48 views

Calling 2 ivy files sequentially

I'm trying to call 2 retrieves one after the other. When my ivy_portlet.xml is present, the second call is not executed. When my ivy_portlet.xml is not present the second call retrieves the content ...
1
vote
1answer
129 views

How to use Ivy to get artifacts other than JARs?

There is a Java library I want to use as part of my build, but it contains an external resources/ directory that has to be visible to the runtime classpath in order to work. I'd like to be able to ...
1
vote
1answer
79 views

Ivy CleanCache Task throwing NullPointException

I have the following project directory structure: MyProject/ src/main/java/ All of my Java sources build/ build.xml build.properties ivy.xml ...
0
votes
1answer
2k views

Ant target failing: Antlib or Ivy issue? [duplicate]

Possible Duplicate: Ivy fails to resolve a dependancy, unable to find cause I'm trying to run the following build task (initIvy): <?xml version="1.0" encoding="UTF-8"?> <project ...
0
votes
3answers
87 views

Java - How to create JavaDocs in Apache Ivy

I know how to create javadocs for my source file in Apache Ant Build. <target name="doc" description="generate documentation"> <delete dir="${doc.dir}"/> <mkdir ...
2
votes
1answer
115 views

ivy ssh publisher

I am trying to use ssh publisher to publish artifacts to a remote server through jenkins. <ssh name="ssh-publisher" host="myhost.com" user="dummy" keyFile="/home/dummy/id_rsa"> <ivy ...
1
vote
1answer
45 views

How to intercept ivy dependency names in an ant script

In my ant script, I want to intercept ivy dependency names so that I can use those names inside the script. The reason is that the dependency names are not always known ahead of time. The ivy.xml ...

1 2 3 4 5