[Announce] Release of Apache Ivy 2.5.3

2025-01-02 Thread Maarten Coene
new features have been added. Download the release at: https://ant.apache.org/ivy/download.cgi Issues should be reported to: https://issues.apache.org/jira/browse/IVY More information can be found on the Apache Ivy website: https://ant.apache.org/ivy/ Regards, Maarten Coene

Re: Future of Ivy and IvyDE

2024-11-17 Thread Maarten Coene
Hi all, good news, there will be no vote to retire the project for now. I will maintain the Ivy project (but extra volunteers are still very welcome !).  I'll try to look into some of the open issues and pull requests in the next coming weeks and create a new release after that. Maarten Op

Re: Problem with a Maven Repo with trustStore

2010-11-30 Thread Maarten Coene
Did you try using the ANT_OPTS environment variable? set ANT_OPTS=-Djavax.net.ssl.trustStore=~/.m2/trust.jks regards, Maarten - Original Message From: Neil Hart To: ivy-u...@ant.apache.org Sent: Tue, November 30, 2010 8:08:43 PM Subject: Problem with a Maven Repo with trustStore I a

Re: ParseException during install with namespaces

2010-11-18 Thread Maarten Coene
My guess is that your ivy:install target is wrong, it should be: Don't forget to clean your cache before giving it a try! regards, Maarten - Original Message From: Stephen Haberman To: ivy-u...@ant.apache.org Sent: Wed, November 17, 2010 5:12:30 PM Subject: ParseException during

Re: ivy hangs, file locking

2010-09-22 Thread Maarten Coene
And are you 100% sure both of them are using Ivy 2.2 RC1? (The used Ivy version should get printed on the console somewhere) Maarten - Original Message From: Nathan Franzen To: "ivy-u...@ant.apache.org" Sent: Wed, September 22, 2010 4:36:33 PM Subject: RE: ivy hangs, file locking

Re: artifactreport leaves out some dependencies

2010-03-01 Thread Maarten Coene
s out some dependencies Maarten Coene wrote: > Seems like a bug to me, could you provide more details? > > Maarten > > > > > - Original Message > From: David Goblirsch > To: ivy-u...@ant.apache.org > Sent: Thu, February 25, 2010 7:18:33 PM > Subjec

Re: where to put credentials for ivy:publish

2009-11-04 Thread Maarten Coene
e Artifactory access log shows that user "anonymous" is being used for the deploy. Nick DiLauro Inovis Inc. -Original Message- From: Maarten Coene [mailto:maarten_co...@yahoo.com] Sent: Tuesday, November 03, 2009 11:32 PM To: ivy-u...@ant.apache.org Subject: Re: where to put

Re: where to put credentials for ivy:publish

2009-11-03 Thread Maarten Coene
I think the host attribute in your credentials should only contain the host: Maarten From: "nick.dila...@inovis.com" To: "ivy-u...@ant.apache.org" Sent: Wed, November 4, 2009 12:45:06 AM Subject: where to put credentials for ivy:publish I have an ivy:publ

Re: rolling back version issue

2009-11-03 Thread Maarten Coene
This is a know bug, cfr https://issues.apache.org/jira/browse/IVY-1044 Current workarounds are to add the revsision to the retrieve pattern, or clean your retrieve directory before retrieving. Maarten - Original Message From: Antoine Levy Lambert To: ivy-u...@ant.apache.org Sent: Tu

Re: Installing Apache Ivy 2.1.0-rc1 - missing jar files on the download site for automatic install

2009-04-06 Thread Maarten Coene
Hi Jeff, we have to update these installation instructions... You can download the ivy.jar from a maven repository, like: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0-rc1/ivy-2.1.0-rc1.jar Maarten - Original Message From: jeff.t.bowman To: ivy-u...@ant.apache.org Sent: M

Re: Retrieve the list of confs

2009-03-27 Thread Maarten Coene
You could take a look at the implementation of the ivy:info ant task, which can retrieve the list of configurations from a module: https://svn.apache.org/repos/asf/ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyInfo.java Maarten - Original Message From: Garima Bathla To: ivy-u..

Re: Running Ivy in parallel builds

2009-03-25 Thread Maarten Coene
...@ant.apache.org Subject: Re: Running Ivy in parallel builds Hi Maarten Maarten Coene wrote: > Hi, > > I think you can solve it like this > - use the same cache for your artifacts > - use a different (per build?) cache for your resolution data > - use the "artifact-lock&qu

Re: Non-concurrent resolve hangs with artifact-lock enabled

2009-03-25 Thread Maarten Coene
Could you create a JIRA ticket for this and adding as much information as possible? (like your settings.xml, build.xml, ant output, etc) Maarten - Original Message From: "Brown, Carlton" To: ivy-u...@ant.apache.org Sent: Friday, March 20, 2009 1:07:34 PM Subject: RE: Non-concurrent

Re: [ivyde] WorkspaceResolver

2009-03-25 Thread Maarten Coene
Matt, there is an Eclipse updatesite containing a snapshot version of IvyDE/Ivy here: http://hudson.zones.apache.org/hudson/view/Ant/job/IvyDE-updatesite/lastSuccessfulBuild/artifact/trunk/build/ However, remember these are snapshots, so be very carefull when using these versions! regards, Maa

Re: missing ivy.jar file in http://apache.org/dist/ant/ivy/2.0.0/

2009-03-25 Thread Maarten Coene
I'm not sure uploading the jar file is the way to go... Perhaps the example on the install.html file should be modified to download the ivy.jar from the maven repository: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.0.0/ivy-2.0.0.jar Maarten - Original Message From: Vladimir

Re: Conflict managers - using revConstraints?

2009-03-25 Thread Maarten Coene
Steve, I don't know if it will solve your problem, but could you set your resolveMode to "dynamic"? This will tell Ivy to use the revConstraint attribute rather than the revision attribute. Maarten - Original Message From: Stephen Woods To: ivy-user Sent: Wednesday, March 25, 2

Re: Ivy Report License Column

2009-03-03 Thread Maarten Coene
Getting: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.0.0/ivy-2.0.0.jar Maarten Coene wrote: > > What version of Ivy do you use? > This feature has been added in Ivy 2.0-RC1, so with older versions you > won't see the license from the POM... > > Maarten >

Re: Buildnumber task - no way to specify resolver

2009-03-03 Thread Maarten Coene
This has already been added in SVN trunk: https://issues.apache.org/jira/browse/IVY-1019 Could you give it a try? Maarten - Original Message From: Stephen Woods To: ivy-u...@ant.apache.org Sent: Tuesday, March 3, 2009 4:56:33 PM Subject: Buildnumber task - no way to specify resolver

Re: commons-beans (and other commons-* libraries) java doc jar (or sources sometime) rather than the classes jar

2009-02-24 Thread Maarten Coene
It is caused because multiple artifacts (a jar with classes and a jar with sources) are mapped to the same filename by your retrieve pattern. A solution would be: - specify the [type] token in your retrieve pattern, or - add type="jar" to your retrieve task Maarten - Original Message --

Re: help getting latest.integration to work -- solved!

2009-02-23 Thread Maarten Coene
The next release will probably be made within a few weeks, depending on the amount of time we have to create it... We'll include a fix for this problem in that release. Maarten - Original Message From: Jonathan Roberts To: ivy-u...@ant.apache.org Sent: Monday, February 23, 2009 10:5

Re: ivy:publish question

2009-02-18 Thread Maarten Coene
Could you also tell us what's going wrong? Do you get an error? Maarten - Original Message From: Barry Pape To: ivy-u...@ant.apache.org Sent: Wednesday, February 18, 2009 11:33:31 PM Subject: ivy:publish question Hi all, I am trying to publish multiple jars and not having any luck s

Re: Reused local revision?

2009-02-16 Thread Maarten Coene
Did you specify the changingPattern attribute on your local resolver? http://ant.apache.org/ivy/history/latest-release/settings/resolvers.html#common Maarten - Original Message From: Aaron Siri To: ivy-u...@ant.apache.org Sent: Friday, February 13, 2009 9:25:10 PM Subject: Re: Reused

Re: Empty Repository Report

2009-02-16 Thread Maarten Coene
Could you please post the log here? I did a quick look at the code and I don't see a reason why Ivy does this... Maarten - Original Message From: Alexandre Gacon To: ivy-u...@ant.apache.org Sent: Monday, February 16, 2009 2:39:23 PM Subject: Empty Repository Report Hello, I am tryi

Re: bug fixed

2009-02-10 Thread Maarten Coene
ed I think it is a bug. I see that C does have a dependency on D. > -----Original Message- > From: Maarten Coene [mailto:maarten_co...@yahoo.com] > Sent: Tuesday, February 10, 2009 3:52 PM > To: ivy-u...@ant.apache.org > Subject: Re: bug fixed > > I don't think this is a

Re: bug fixed

2009-02-10 Thread Maarten Coene
I don't think this is a bug. If your new C doesn't has a dependency on D, why should Ivy resolve it? And if B needs D in order to function properly, you should maybe add a direct dependency from B to D? Maarten - Original Message From: Shawn Castrianni To: "ivy-u...@ant.apache.org"

Re: Unresolved dependency error message makes no sense.

2009-02-10 Thread Maarten Coene
I've improved the error message in SVN trunk. Could you give it a try? Btw, your problem is caused because your xstream module defines an artifact in the default configuration, which doesn't exist in that module. regards, Maarten - Original Message From: "Buck, Robert" To: ivy-u...@a

Re: Issues upgrading from 1.4 to 2.0.0

2009-02-02 Thread Maarten Coene
Martin, A (probably incomplete) list of incompatibilites are listed in the release notes: http://ant.apache.org/ivy/history/2.0.0/release-notes.html Maarten - Original Message From: Martin Eigenbrodt To: ivy-u...@ant.apache.org Sent: Sunday, February 1, 2009 6:24:56 PM Subject: Iss

[ANNOUNCE] Ivy 2.0.0 released

2009-01-22 Thread Maarten Coene
te to this new version. Issues should be reported to: https://issues.apache.org/jira/browse/IVY Download the 2.0.0 release at: http://ant.apache.org/ivy/download.cgi More information can be found on the Ivy website: http://ant.apache.org/ivy/ Regards, Maarten Coene

Re: IvyDE update sites

2009-01-21 Thread Maarten Coene
t;ivy-u...@ant.apache.org" Sent: Wednesday, January 21, 2009 10:22:57 PM Subject: RE: IvyDE update sites Why does the IvyDE update site list Ivy 2.0.0.final as a component when the main Ivy site says only rc2 is available? Allen -----Original Message- From: Maarten Coene [mailto:

Re: IvyDE update sites

2009-01-21 Thread Maarten Coene
The main update site is the second one: http://www.apache.org/dist/ant/ivyde/updatesite/ It contains the latest versions of features and plugins. If you don't see these latest versions, you probably are seeing a cached (by your browser? by your proxyserver?) version. Maarten - Original M

Re: artifact not found after switch to defaultLatestStrategy="latest-time"

2009-01-05 Thread Maarten Coene
At first sight, it seems like a bug to me, could you open a JIRA ticket? The difference between "latest-time" and the default latest strategy is that I think for latest-time Ivy will need to download the ivy.xml while for the default latest strategy, this ivy.xml is not needed. I guess something

Re: how to put the artifacts in ant classpath?

2009-01-05 Thread Maarten Coene
Here is how I use it: I always use ivy:cachpath for "building" tasks like: - compilation - junit testing - PMD/Checkstyle/... reporting I only do a retrieve when creating a zip, war or ear (or anything else that will be distributed) so it can be installed/deployed independently. Maarten ---

Re: Stripping revConstraint from delivered Ivy files

2008-12-23 Thread Maarten Coene
I don't think it is possible. Please open a feature request in jira. Maarten - Original Message From: Jeffrey Sinclair To: ivy-u...@ant.apache.org Sent: Monday, December 22, 2008 4:25:20 PM Subject: Re: Stripping revConstraint from delivered Ivy files Does anyone know if this is poss

Re: Ivy integration support with GWT

2008-12-23 Thread Maarten Coene
Please upgrade to the latest version of Ivy. If I'm not mistaken, this was added in ivy 2.0.0-rc1 Maarten - Original Message From: Kay Kay To: ivy-u...@ant.apache.org Sent: Tuesday, December 23, 2008 6:37:31 AM Subject: Re: Ivy integration support with GWT I did follow the instructi

Re: TeamCity dependency tracking

2008-12-23 Thread Maarten Coene
I don't think this is possible at the moment with Ivy. Please open a JIRA feature request Maarten - Original Message From: Tom Widmer To: ivy-u...@ant.apache.org Sent: Tuesday, December 23, 2008 10:50:09 AM Subject: TeamCity dependency tracking Hi all, I'm using a TeamCity build se

Re: exclude doesn't seem to quite work?

2008-12-04 Thread Maarten Coene
It seems like a bug to me. Please create a JIRA ticket. I think it could be caused because your war configuration extends the default configuration. Could you try to modify your ivy.xml so that this isn't the case any longer and try again? Maarten - Original Message From: Benjamin

Re: Using geebis

2008-11-25 Thread Maarten Coene
I don't have a problem downloading that library: [ivy:retrieve] downloading http://ivyrep.geebis.org/ivy/slf4j/slf4j/1.5.0/slf4j-log4j12-1.5.0.jar ... [ivy:retrieve] .. (8kB) [ivy:retrieve] .. (0kB) [ivy:retrieve] [SUCCESSFUL ] slf4j#slf4j;1.5.0!slf4j-log4j12.jar (1794ms) [ivy:retrieve] download

Re: Endless recursion with ssh resolver

2008-11-25 Thread Maarten Coene
Could you tell us how you have loaded the ivy tasks and the jsch library? - are they located in your ant/lib folder? - are you passing the jars to your taskdef declaration? - ... Maarten - Original Message From: Tristan Lüdemann <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Tuesday,

Re: Ivy can mutate Ant properties? What?

2008-11-12 Thread Maarten Coene
Hi Carlton, Ivy is indeed a very powerfull tool, it can even change Ant properties ... ;-) Just kidding and you are probably right, we should not modify properties that were set outside Ivy. However, I think it could be a difficult excercise to modify the current behaviour because the Ivy Ant ta

[ANNOUNCE] Apache Ivy 2.0.0-rc2 released

2008-11-05 Thread Maarten Coene
: https://issues.apache.org/jira/browse/IVY Download the 2.0.0-rc2 release files at: http://ant.apache.org/ivy/download.cgi More information can be found on the Ivy website: http://ant.apache.org/ivy/ Regards, Maarten Coene (2.0.0-rc2 release manager

[ANNOUNCE] Apache Ivy 2.0.0-rc2 released

2008-11-05 Thread Maarten Coene
: https://issues.apache.org/jira/browse/IVY Download the 2.0.0-rc2 release files at: http://ant.apache.org/ivy/download.cgi More information can be found on the Ivy website: http://ant.apache.org/ivy/ Regards, Maarten Coene (2.0.0-rc2 release manager)

Re: BUG : IVY can not handle revision sets in pom file

2008-10-30 Thread Maarten Coene
oblem. If I turn the iBiblio resolver into a filesystem resolver, the revision resolution works fine but I don't have the transitive dependencies. Alexandre On Wed, Oct 29, 2008 at 9:51 PM, Maarten Coene <[EMAIL PROTECTED]>wrote: > I think it is caused because your ibiblio root i

Re: Test failures in SVN

2008-10-29 Thread Maarten Coene
Yesterday, I had a problem with Ibiblio also and committed a fix for it into SVN trunk. Could you give it a try and see if the tests succeed now? Maarten - Original Message From: Jim White <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Monday, October 27, 2008 5:49:40 PM Subject: Te

Re: Stripped lines in ivy.xml

2008-10-29 Thread Maarten Coene
You could do a reformat with XSLT on the delivered ivy file. But maybe we can add a "pretty-print" attribute on the deliver task to do that automatically for you? Maarten - Original Message From: "Foreman, Alex (IT)" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Wednesday, October 2

Re: Dependency Resolution Problems in RC1

2008-10-29 Thread Maarten Coene
It is a bug that has been fixed in RC2. RC2 will hopefully be released shortly, there is a vote running for it atm on the ant-dev list. Maarten - Original Message From: "Kanjo, Samer" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Wednesday, October 29, 2008 8:00:22 PM Subject: RE:

Re: error with example hello-ivy encountered

2008-10-22 Thread Maarten Coene
This is a known problem and has been fixed in current SVN and in the upcoming RC2 version. You can workaround it by manually specifying the retrieve pattern to something like "${ivy.lib.dir}/[artifact]-[revision](-[classifier]).[ext]" Maarten - Original Message From: metopia <[EMAIL

Re: problem using properties in ivysettings with IvyDE

2008-10-09 Thread Maarten Coene
Which version of IvyDE do you use? Maarten - Original Message From: "St. Denis, David" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: Thursday, October 9, 2008 5:55:43 PM Subject: problem using properties in ivysettings with IvyDE When I use an ivy settings fil

Re: Install task collapses jar names and causes naming collision

2008-10-09 Thread Maarten Coene
I guess the reason is that you don't use the [classifier] token in your artifact patterns of your resolvers. This classifier token indicates if the artifact is a javadoc or a sources artifact. If you don't use it, Ivy will download the sources, javadoc and normal jar to the same file. You could

Re: Pattern with optional parameter doesn't seem to be evaluated correctly

2008-09-17 Thread Maarten Coene
The () around a token means the part inside the () is ignored if the token doesn't has a value. In you case, the [revision] token has a value, so the part inside your () isn't ignored... If you want Ivy to try the pattern with a revision and without a revision, you can add 2 artifact patterns t

Re: .bundle extension in ivy retrieve... im so confused

2008-09-17 Thread Maarten Coene
The biggest chance of getting this fixed before 2.0 final is that you create a JIRA issue and attach a patch to it which makes the usage of HEAD configurable for both the standard URL handler as the commons-httpclient URL handler. If we need to make a 2.0-RC2 release, we can then apply your patch

Re: Nosuchmethod error with latest trunk

2008-09-11 Thread Maarten Coene
Maybe you also have an old ivy.jar in your classpath? Maarten - Original Message From: Dave <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Thursday, September 11, 2008 4:13:11 PM Subject: Nosuchmethod error with latest trunk Saw the following with a self-generated jar from the lates

Re: Ivy problem publishing with a forced dependency version

2008-07-15 Thread Maarten Coene
Which version of Ivy do you use? Could you also send us the ivy.xml file with the exact revisions and configurations in it? regards, Maarten - Original Message From: Patrick Aikens <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 9:15:56 PM Subject: Re: Ivy prob