[ANNOUNCE] Apache Ivy 2.4.0-RC1 released

2014-04-01 Thread Maarten Coene
://ant.apache.org/ivy/download.cgi More information can be found on the Ivy website: http://ant.apache.org/ivy/ Regards, Maarten Coene

Re: Publishing into Nexus repository - metadata not updated

2014-02-12 Thread Maarten Coene
When we make an Ivy release, we also publish Ivy to the Apache Nexus Repository. We use ivy:publish for this. As far a I know we don't update the maven-metadata.xml, it seems to happen automatically by Nexus? Here is the build file we use:

Re: IVY Proxy settings Configuration

2013-01-25 Thread Maarten Coene
Please use a more recent version of Ivy, version 1.4.1 is very old. 2.3.0 is the latest released version. Maarten From: Rajani Maski rajinima...@gmail.com To: ivy-user@ant.apache.org; Maarten Coene maarten_co...@yahoo.com Sent: Friday, January 25, 2013 3:50

[ANNOUNCE] Apache Ivy 2.3.0 released

2013-01-24 Thread Maarten Coene
this 2.3.0 release at: http://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 website: http://ant.apache.org/ivy/ Regards, Maarten Coene

Re: order of dependencies undefined when using retrieve task?

2013-01-24 Thread Maarten Coene
At the moment, Ivy doesn't respect the order as specified in your ivy.xml. Cfr https://issues.apache.org/jira/browse/IVY-225 Maarten From: carsten.pfeif...@gebit.de carsten.pfeif...@gebit.de To: ivy-user@ant.apache.org Sent: Thursday, January 24, 2013 12:45

Re: IVY Proxy settings Configuration

2013-01-24 Thread Maarten Coene
You can configure the proxy using the setproxy Ant task: http://ant.apache.org/manual/Tasks/setproxy.html Maarten From: Rajani Maski rajinima...@gmail.com To: ivy-user@ant.apache.org Sent: Thursday, January 24, 2013 12:05 PM Subject: IVY Proxy settings

Re: Problem with SSH Resolver

2013-01-24 Thread Maarten Coene
Do you see more information when you run ant in verbose mode (-v) ? Maarten From: Bill Moo cppsys...@gmail.com To: ivy-user@ant.apache.org Sent: Wednesday, January 9, 2013 12:26 PM Subject: Problem with SSH Resolver Hello List. I am taking my first

Re: IllegalStateException: impossible to get artifacts when data has not been loaded

2013-01-24 Thread Maarten Coene
You could create a JIRA issue for this, but without a reproducible test case chances are very low we will be able to fix this. Instead of removing some dependencies you can also try to change the order of the dependencies in your ivy.xml file. This sometimes solves the problem as well. Maarten

Re: How to use snapshots(changingPattern) with ivy-published artifacts and Artifactory?

2013-01-24 Thread Maarten Coene
Could you post your ivysettings.xml? At first sight, your resolver seems ok. Maarten From: Ed Staub edward.st...@ericsson.com To: ivy-user@ant.apache.org Sent: Tuesday, January 22, 2013 4:39 PM Subject: How to use snapshots(changingPattern) with

[ANNOUNCE] Apache Ivy 2.3.0-RC2 released

2012-11-15 Thread Maarten Coene
/download.cgi More information can be found on the Ivy website: http://ant.apache.org/ivy/ Regards, Maarten Coene

Re: simple upload to maven repo question

2012-08-25 Thread Maarten Coene
Alan, could you also post the console output when doing a resolve with Ant running in verbose mode? (ant -v) thanks, Maarten From: Alan Richardson al...@lexmark.com To: ivy-user@ant.apache.org Sent: Friday, August 24, 2012 10:59 PM Subject: Re: simple

Re: simple upload to maven repo question

2012-08-25 Thread Maarten Coene
There is a simple example on this page: http://ant.apache.org/ivy/history/latest-milestone/use/publish.html Maarten From: Charles Scott connarysc...@gmail.com To: ivy-user@ant.apache.org Sent: Thursday, August 23, 2012 9:41 PM Subject: simple upload to maven

Re: Unable to resolve particular artifacts

2012-08-24 Thread Maarten Coene
It's hard to tell what's wrong without further information. Could you post for instance your ivysettings.xml and perhaps some relevant parts of the verbose log (ant -v) Maarten From: Alan Richardson al...@lexmark.com To: ivy-user@ant.apache.org Sent:

[ANNOUNCE] Apache Ivy 2.3.0-RC1 released

2012-04-23 Thread Maarten Coene
. Issues should be reported to: https://issues.apache.org/jira/browse/IVY Download the 2.3.0-RC1 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: Installing guava-gwt into local repository

2012-04-13 Thread Maarten Coene
Add the [classifier] token to your pattern if you are using m2 repositories. Something like this should solve your problem: artifact pattern=${ivy.settings.dir}/repo/[organisation]/[module]/[conf]/[type]s/[artifact]-[revision](-[classifier]).[ext]/ Maarten

Re: How do I change the default conflict manager?

2012-04-02 Thread Maarten Coene
Please try again with latest trunk build. We made some changes to this conflict manager recently. Maarten From: David Goblirsch dgoblir...@interactivebrokers.com To: ivy-user@ant.apache.org Sent: Monday, April 2, 2012 11:24 PM Subject: Re: How do I change the

Re: How do I change the default conflict manager?

2012-04-02 Thread Maarten Coene
change the default conflict manager? Maarten Coene wrote: Please try again with latest trunk build. We made some changes to this conflict manager recently. Maarten   using version of 2012-04-01 produces same NPE stacktrace except that the first line changes the line number to 263

Re: Ivy-Resolver

2012-03-14 Thread Maarten Coene
Could you try again with latest ivy trunk? It contains several fixes for the latest-compatible conflictmanager. Maarten From: Maurer Philipp philipp.mau...@rheinmetall-ad.com To: ivy-user@ant.apache.org ivy-user@ant.apache.org Sent: Wednesday, March 14, 2012

Re: Transitive dependencies

2012-02-12 Thread Maarten Coene
To: ivy-user@ant.apache.org; Maarten Coene maarten_co...@yahoo.com Sent: Sunday, February 12, 2012 8:15 AM Subject: Re: Transitive dependencies Marteen, It worked, but only after I cleaned the cache !! I don't know why but I am looking for an explanation. On Sun, Feb 12, 2012 at 2:08 AM, Mansour

Re: Transitive dependencies

2012-02-11 Thread Maarten Coene
My guess is Ivy doesn't find the POM in your local maven repository. Try adding an ivy-pattern to your 'local-maven2' resolver, something like:         filesystem name=local-maven2 m2compatible=true     ivy

Re: Configuration problem when pulling Gora SNAPSHOT's

2012-02-03 Thread Maarten Coene
I'm not sure it will help, but could you try with the following pattern: [organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext] Maarten From: lewis john mcgibbney lewi...@apache.org To: ivy-user@ant.apache.org Sent: Friday, February 3,

Re: Ivy cache ignoring changingPattern on ibiblio resolver, not picking up latest SNAPSHOT artifact

2011-09-28 Thread Maarten Coene
I'm not 100% sure and I don't have the time to check now (sorry) but I think Ivy will only check if an artifact has changed if the ivy file (or pom file in your situation) has changed. From the timestamps in your listing it seems that only the jar has been updated and that the pom has remained

Re: Why is Ivy using my machine's name as a revision?

2011-09-14 Thread Maarten Coene
Could you also post your ivysettings.xml? Maarten From: zharvey zachary.har...@gmail.com To: ivy-user@ant.apache.org Sent: Tuesday, September 13, 2011 10:22 PM Subject: Re: Why is Ivy using my machine's name as a revision? Still no ideas on this one, eh? I

Re: Why is Ivy using my machine's name as a revision?

2011-09-14 Thread Maarten Coene
I guess the problem is that you didn't specify a revision in your ivy.xml files. Could you check that for instance 'http://my-web-server/ivyrepo/artifacts/apache/commons-cli-1.2-ivy.xml' contains a revision=1.2 attribute? Something like: info organisation=apache module=commons-cli revision=1.2

Re: Why is Ivy using my machine's name as a revision?

2011-09-14 Thread Maarten Coene
name=commons-cli rev=1.2 conf=compile-default/ /dependencies I very well may have not set this up right...does anything glare out at you? Maarten Coene wrote: I guess the problem is that you didn't specify a revision in your ivy.xml files. Could you check that for instance 'http

Re: Problem to build Pentaho 3.6 stable

2011-08-25 Thread Maarten Coene
[ivy:settings] :: Ivy 2.0.0-beta2 - 20080225093827 :: Please try again with a more recent version, for instance 2.2.0 Maarten From: saulera camposi saulocamp...@gmail.com To: ivy-user@ant.apache.org Sent: Thursday, August 25, 2011 7:14 PM Subject: Problem to

Re: what in the world is happening here?

2011-08-23 Thread Maarten Coene
This seems like a bug to me, could you please open a JIRA issue? thanks, Maarten From: teknokrat igor.apte...@nomura.com To: ivy-user@ant.apache.org Sent: Tuesday, August 23, 2011 10:57 AM Subject: Re: what in the world is happening here? jerome.moliere@...

Re: defaultconf attribute in dependencies

2011-07-16 Thread Maarten Coene
Looks like a bug, could you create a JIRA issue for this? https://issues.apache.org/jira/browse/IVY thanks, Maarten From: marcdb mdeb...@gmail.com To: ivy-user@ant.apache.org Sent: Thursday, July 14, 2011 8:45 AM Subject: Re: defaultconf attribute in

Re: Ivy confused about sha1 vs md5 checksums?

2011-06-30 Thread Maarten Coene
My guess is that http://devmaster:8081/nexus/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.sha1 doesn't return an HTTP 404, but a nice looking html saying the resource doesn't exist? Maarten From: Jim Garrison jim.garri...@troux.com To:

Re: Strange dependency resolution

2011-06-01 Thread Maarten Coene
I guess there is a problem with the configuration of the ivy-pattern of your resolver. If Ivy cannot find your ivy.xml file, it will create a default one with a jar artifact. Please check your ivysettings.xml and verify that the ivy-pattern of your resolver is correct. Maarten -

Re: Problems with dependencies

2011-05-30 Thread Maarten Coene
Put the publications element before the dependencies element in your ivy.xml Maarten - Original Message - From: Jefferson Magno Solfarello jmagno...@gmail.com To: ivy-user@ant.apache.org Cc: Sent: Monday, May 30, 2011 9:48 PM Subject: Problems with dependencies Hi everybody, I have

Re: Download provided dependencies

2011-04-11 Thread Maarten Coene
The patterns of your 'primefaces' repository are not correct. Try the following: ibiblio name=primefaces root=http://repository.prime.com.tr; m2compatible=true checkconsistency=false / Maarten - Original Message - From:shaoli...@centrum.cz shaoli...@centrum.cz

Re: Download provided dependencies

2011-04-08 Thread Maarten Coene
Could you also post your ivysettings.xml? Maarten - Original Message - From:shaoli...@centrum.cz shaoli...@centrum.cz To:ivy-user@ant.apache.org Cc: Sent:Friday, April 8, 2011 7:14 PM Subject:Download provided dependencies Hi, I'm new with dependency management and I'm trying to

Re: Why does it not download my dependancies?

2011-04-08 Thread Maarten Coene
A possible reason could be that Ivy doesn't find the ivy.xml of your published module. Could you check that it exists in the repository and that the ivy-patterns for that repository are defined correctly in your ivysettings.xml If that is not the case, you need to provide more information (code

Re: Just the artifacts...

2011-03-22 Thread Maarten Coene
Are you sure you are looking in your lib dir and not in your ivy-cache dir? Maarten - Original Message - From:Richard_Senior richard.sen...@gmail.com To:ivy-user@ant.apache.org Cc: Sent:Tuesday, March 22, 2011 4:49 PM Subject:Re: Just the artifacts... Steve Miller-26 wrote:

Re: retrieve sync not deleting even when it says it is

2011-03-09 Thread Maarten Coene
Maybe they are locked by another process? Can you delete them with Windows Explorer? Maarten - Original Message From: Derek E snekse.li...@gmail.com To: ivy-user@ant.apache.org Sent: Wed, March 9, 2011 7:40:31 PM Subject: retrieve sync not deleting even when it says it is I have

Re: Contineous Deployment

2011-03-06 Thread Maarten Coene
All of this is perfectly possible with Ivy and not very hard to do. If you have troubles with creating such a repository, don't hesitate to post your questions in more detail to this mailing list. If you want to publish by doing an svn check-in, you might want to take a look at the 'ivysvn'

Re: can ivy read license information from poms?

2011-02-19 Thread Maarten Coene
understand it, this is the pom for the actual module/JAR (called SecondString). Valerie Maarten Coene wrote: Is that a concrete pom of your module, or is it a parent pom? I've looked at the Ivy code and it seems that if the license information from the parent pom is ignored. Maarten

Re: can ivy read license information from poms?

2011-02-16 Thread Maarten Coene
://www.opensource.org/licenses/UoI-NCSA/url distributionrepo/distribution /license /licenses /project Maarten Coene wrote: It should work. Could you provide an example of such a pom where Ivy doesn't extract the license information? regards, Maarten - Original Message From: Valerie

Re: can ivy read license information from poms?

2011-02-15 Thread Maarten Coene
It should work. Could you provide an example of such a pom where Ivy doesn't extract the license information? regards, Maarten - Original Message From: Valerie Wagner valerie.wag...@sri.com To: ivy-user@ant.apache.org Sent: Tue, February 15, 2011 9:49:04 PM Subject: can ivy read

Re: can ivy follow transitive dependencies in a maven repository?

2011-02-15 Thread Maarten Coene
Please use the ibiblio resolver for maven repositories: http://ant.apache.org/ivy/history/latest-milestone/resolver/ibiblio.html Maarten - Original Message From: Kendall Shaw ks...@oreilly.com To: ivy-user@ant.apache.org Sent: Tue, February 15, 2011 6:35:09 PM Subject: can ivy follow

Re: makepom makes all dependencies optional

2011-02-15 Thread Maarten Coene
=dependee type=jar ext=jar conf=default/ /publications /ivy-module How can I cause the transitive dependencies to be resolved in the depender module? Kendall On Sun, 2011-02-13 at 13:40 -0800, Maarten Coene wrote: If you don't specify a mapping from your configurations to maven2 scopes, all

Re: makepom makes all dependencies optional

2011-02-13 Thread Maarten Coene
If you don't specify a mapping from your configurations to maven2 scopes, all dependencies are marked as optional. Try something like: ivy:makepom ivyfile=ivy.xml pomfile=${dist.dir}/pom.xml mapping conf=default scope=compile/ /ivy:makepom Maarten - Original Message From:

Re: Weird dependency resolution errors when resolving maven deps

2011-02-09 Thread Maarten Coene
Hi James, If I'm not mistaken, exclusions in pom.xml are supported since ivy 2.1.0. Could you try to upgrade to latest ivy version? Maarten - Original Message From: James Carr jamesc...@carfax.com To: ivy-user@ant.apache.org ivy-user@ant.apache.org Sent: Tue, February 8, 2011

Re: Does ivy add any default filters used by the ant copy task?

2011-02-05 Thread Maarten Coene
Ivy doesn't has any impact on other ant tasks, like the copy task. If your classes are getting corrupted during a copy, the problem is not related to Ivy. Perhaps you could post your question to the ant-user mailinglist? Maarten - Original Message From: Steve Prior

Re: Valid Path does not work for Filesystem Resolver

2011-01-29 Thread Maarten Coene
Seems like a bug... Maybe it is related to this issue? https://issues.apache.org/jira/browse/IVY-582 Maarten - Original Message From: Jonathan Williams spamhammer1...@gmail.com To: ivy-user@ant.apache.org Sent: Sat, January 29, 2011 2:00:51 AM Subject: Valid Path does not work for

Re: [DOC] IvyDE Ant support - broken link

2011-01-21 Thread Maarten Coene
My guess is: WTP: http://ant.apache.org/ivy/ivyde/history/latest-milestone/cpc/wtp.html Ant: http://ant.apache.org/ivy/ivyde/history/latest-milestone/ant.html regards, Maarten - Original Message From: Kenny MacLeod kenny.macl...@trapezegroup.co.uk To: ivy-user@ant.apache.org Sent:

Re: trouble retrieving Maven snapshots

2011-01-21 Thread Maarten Coene
Do you also have this problem if you use Ivy 2.2.0 ? Maarten - Original Message From: Valerie Wagner valerie.wag...@sri.com To: ivy-user@ant.apache.org Sent: Sat, January 22, 2011 12:24:04 AM Subject: trouble retrieving Maven snapshots I've Googled this problem and I see that many

Re: Ivy newbie - curious display

2011-01-18 Thread Maarten Coene
Could you run ant in verbose mode to see where the delay is comming from? Maarten - Original Message From: Matthew Painter matthew.pain...@archives.govt.nz To: ivy-user@ant.apache.org ivy-user@ant.apache.org Sent: Tue, January 18, 2011 11:53:08 PM Subject: Ivy newbie - curious

Re: Downloading new snapshot (trigger by timestamp)

2011-01-17 Thread Maarten Coene
artefact. Any other syntax that will do the trick is fine by me. My ivy.xml will contains this list of zipfiles to download so... On 15 January 2011 00:14, Maarten Coene maarten_co...@yahoo.com wrote: After reading your other posts and looking at the Ivy code, I think it could be caused by the way

Re: Downloading new snapshot (trigger by timestamp)

2011-01-14 Thread Maarten Coene
After reading your other posts and looking at the Ivy code, I think it could be caused by the way you define the dependency: dependency org=my.company name=app1 rev=0.2.0-SNAPSHOT artifact name=app1 type=zip/ /dependency I think Ivy will not redownload artifacts defined this way. I'm not

Re: Downloading new snapshot (trigger by timestamp)

2011-01-14 Thread Maarten Coene
Mitch, I could be wrong, but I took a quick look at the code and it seems to me that when you define checkmodified=false in combination with a changingPattern, Ivy will check the metadata of the changing modules as well. Maarten - Original Message From: Mitch Gitman

Re: introducing Ivy to Maven users--ideas?

2011-01-07 Thread Maarten Coene
, keep 'em coming, folks. My great fear with a talk like this is failing to communicate one of the most compelling use cases or features. On Wed, Jan 5, 2011 at 3:22 PM, Maarten Coene maarten_co...@yahoo.comwrote: Mitch, first of all, this seems a very interesting presentation topic

Re: Conflict Manager / Latest Strategy

2011-01-05 Thread Maarten Coene
I'm not sure, but maybe you can accomplish this by writing your own ConflictManager? Maarten - Original Message From: Maurer Philipp philipp.mau...@rheinmetall-ad.com To: ivy-user@ant.apache.org Sent: Mon, January 3, 2011 3:27:52 PM Subject: Conflict Manager / Latest Strategy Hello

Re: introducing Ivy to Maven users--ideas?

2011-01-05 Thread Maarten Coene
Mitch, first of all, this seems a very interesting presentation topic. Is there any chance you could share this presentation with us? secondly, I think what Martin meant was this: suppose your ivy.xml file contains a dynamic dependency declaration like: dependency org=org.apache name=foo

Re: Exception when using package resolver

2010-12-23 Thread Maarten Coene
No need to create a bug report since I've just committed your patch in SVN trunk. Thanks! Maarten From: Archie Cobbs arc...@dellroad.org To: ivy-user@ant.apache.org Sent: Thu, December 23, 2010 8:23:15 PM Subject: Re: Exception when using package resolver

Re: Publishing multiple artifacts to a FileSystem repository and retrieving just one.

2010-12-21 Thread Maarten Coene
Could you give the dependency declaration where you do this with your remote repository? Maarten - Original Message From: Mandie Smith man...@houseofgnomes.net To: ivy-user@ant.apache.org Sent: Tue, December 21, 2010 7:51:07 PM Subject: Re: Publishing multiple artifacts to a

Re: ivy not downloading transitive dependencies?

2010-12-20 Thread Maarten Coene
Please provide your settings.xml, maybe it's a problem with your resolver patterns. Maarten - Original Message From: Hiller, Dean (Contractor) dean.hil...@broadridge.com To: ivy-user@ant.apache.org Sent: Sun, December 19, 2010 5:04:59 PM Subject: ivy not downloading transitive

Re: Need StrictConflictManager to respect force

2010-12-20 Thread Maarten Coene
If possible, could you create a JIRA issue for this and attach a patch file to it? https://issues.apache.org/jira/browse/IVY thanks, Maarten - Original Message From: Burcher, Greg gregory.burc...@netapp.com To: ivy-user@ant.apache.org Sent: Fri, December 17, 2010 8:53:24 PM Subject:

Re: Need StrictConflictManager to respect force

2010-12-20 Thread Maarten Coene
for ivy.xml in 'dfm-common': Here the error is in the ivysettings.xml file, as though my custom class cannot be found. I will continue to dig into these problems, but any suggestions would be appreciated. Thanks, Greg -Original Message- From: Maarten Coene [mailto:maarten_co...@yahoo.com] Sent

Re: Need StrictConflictManager to respect force

2010-12-20 Thread Maarten Coene
that I needed. All appears to be working now. Once I have the solution fully verified, I will post to the ivy jira. Greg -Original Message- From: Maarten Coene [mailto:maarten_co...@yahoo.com] Sent: Monday, December 20, 2010 4:18 PM To: ivy-user@ant.apache.org Subject: Re: Need

Re: using ivy iwth artifactory

2010-12-14 Thread Maarten Coene
dependency just so that it runs as part of our tests (our current build scripts treat test confs as runtime deos when running tests). Thanks, James From: Maarten Coene [maarten_co...@yahoo.com] Sent: Monday, December 13, 2010 6:11 PM To: ivy-user

Re: published module exclusions not working?

2010-12-13 Thread Maarten Coene
Could you provide a concrete example (with portions of the ivy.xml files) ? Maarten - Original Message From: Hiller, Dean (Contractor) dean.hil...@broadridge.com To: ivy-user@ant.apache.org Sent: Mon, December 13, 2010 6:31:04 PM Subject: published module exclusions not working? I

Re: excluded dependencies still downloaded?

2010-12-13 Thread Maarten Coene
This should work. Are you sure that you don't depend on junit using another dependency path? (don't trust on ivy:report for this) If you are sure of it, could you open a JIRA issue and provide if possible a simple example so we can reproduce the problem? Maarten - Original Message

Re: Ivy with Nexus

2010-12-13 Thread Maarten Coene
If your Nexus contains maven pom files, you should use the ibiblio resolver instead: ivysettings resolvers ibiblio name=nexus root=http://mynexus/nexus/content/repositories/maven1_public/; / /resolvers settings defaultResolver=nexus/ /ivysettings Maarten -

Re: Is there a good example for using 1.+, etc(publish and resolve)

2010-12-13 Thread Maarten Coene
I don't see a reason why the default resolver should point to the chain? Any ideas on why 1.0.+ does not work(in the ivy.xml dependency element I mean). Ivy parses the html listing to determine the possible version. Maybe http://8.8.8.8:8081/artifactory/libs-release/com/broadridge/tools/

Re: Retrieve symlink=true on Windows

2010-12-13 Thread Maarten Coene
Could you send us the console output when running Ant in verbose mode? Maarten From: Jonathan Williams spamhammer1...@gmail.com To: ivy-user@ant.apache.org Sent: Thu, December 9, 2010 6:14:38 PM Subject: Retrieve symlink=true on Windows Hi, We are

Re: How to get all licences, descriptions and homepages from ResolveReport instance?

2010-12-13 Thread Maarten Coene
I don't think that is possible. You could parse the XML report yourself and extract the information from it, or you could enhance the ArtifactDownloadReport API to allow this (and donate your enhancement back to the project :-)) Maarten - Original Message From: Martin Ždila

Re: what version ivy and artifactory are people using that works together?

2010-11-26 Thread Maarten Coene
I don't have any knowledge of Ivy being incompatible with previous versions of Artifactory. Could you provide more details? Maarten - Original Message From: Hiller, Dean (Contractor) dean.hil...@broadridge.com To: ivy-user@ant.apache.org Sent: Fri, November 26, 2010 6:05:55 PM

Re: publish failing(more info)

2010-11-26 Thread Maarten Coene
]/[module]/[revision]/ivy-[revision].xml / /url /resolvers /ivy-settings -Original Message- From: Maarten Coene [mailto:maarten_co...@yahoo.com] Sent: Thursday, November 25, 2010 2:18 AM To: ivy-user@ant.apache.org Subject: Re: publish failing(more info) You should use resolver

Re: ivy ant tasks - xsd or eclipse autocomplete?

2010-11-26 Thread Maarten Coene
There is no xsd for the Ivy Ant tasks. I'm not sure how eclipse supports autocompletion of external ant tasks. Did you define the Ivy tasks in such a way that eclipse will be able to find the ivy.jar ? Maarten - Original Message From: Hiller, Dean (Contractor)

Re: setting up ivy so it always gets the source(so eclipse debugger has source)...

2010-11-26 Thread Maarten Coene
I'm assuming the modules on your artifactory are maven modules with a POM? In that case, you won't get any sources since you are requesting their default configurations. The sources for POM's are not part of the default configuration, but of the 'sources' configuration instead. So, changing

Re: publish failing(more info)

2010-11-25 Thread Maarten Coene
You should use resolver artifactory-publish to publish your modules: ivy:publish resolver=artifactory-publish pubrevision=1.0/ regards, Maarten - Original Message From: Hiller, Dean (Contractor) dean.hil...@broadridge.com To: ivy-user@ant.apache.org Sent: Thu, November 25, 2010

Re: ivy:install ivy.xml output question

2010-11-24 Thread Maarten Coene
This is the normal behaviour. Ivy is actually doing something with that information while converting a pom to an ivy.xml file. However, after the conversion is done, I don't think this information is needed anymore, so perhaps you are right and we should not dump in the generated ivy.xml file.

Re: Ivy 2.2.0 NullPointerException.

2010-11-08 Thread Maarten Coene
Seems like a bug in Java: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6520665 Could you try with a more recent version of Java: 5.0u14(b01) or higher? Maarten - Original Message From: groovenarula gnaru...@la-z-boy.com To: ivy-user@ant.apache.org Sent: Sat, November 6, 2010

Re: Ivy 2.2.0 NullPointerException.

2010-11-07 Thread Maarten Coene
Very strange. Would it be possible to post the full stacktrace of that RuntimeException (incuding the caused-by stacktraces)? Maarten - Original Message From: groovenarula gnaru...@la-z-boy.com To: ivy-user@ant.apache.org Sent: Sat, November 6, 2010 5:27:06 PM Subject: Ivy 2.2.0

Re: Setting transitive=true on one dependency results in transitive resolution for all children

2010-11-07 Thread Maarten Coene
Are you sure module B doesn't has any other indirect reference to log4j through another dependency? If that is not the case, it seems like a bug to me. Could you open a JIRA issue and attach if possible a simple test scenario? regards, Maarten - Original Message From: Carlton Brown

Re: Publishing Artifacts and Subdirectories

2010-11-07 Thread Maarten Coene
You can do this with setting m2compatible=true on the resolver you use for publishing. regards, Maarten - Original Message From: David Harrigan dharri...@gmail.com To: ivy-user@ant.apache.org Sent: Mon, November 1, 2010 2:28:59 PM Subject: Publishing Artifacts and Subdirectories

Re: Conditions on dependencies

2010-11-07 Thread Maarten Coene
Hi Markus, thanks for the patch! Could you create a JIRA issue for this and attach your patch to it with the Grant license to ASF ...-option checked? thanks, Maarten - Original Message From: markus.barchfeld@deka.de markus.barchfeld@deka.de To: ivy-user@ant.apache.org Sent:

Re: Multiple artifacts

2010-10-22 Thread Maarten Coene
I think the problem is that Ivy won't use your ivy.xml containing these 2 artifacts. Could you check that ${deploy.dir}/ivys/ivy-1.1.xml exists and defines your 2 artifacts? Maarten - Original Message From: David Sills dsi...@datasourceinc.com To: ivy-user@ant.apache.org Sent: Fri,

Re: Problem getting a publish to local filesystem working

2010-10-21 Thread Maarten Coene
The specified revision is used for calling the ivy:deliver task. If you set the revision to 1.0.1, the ivy:deliver task will look in your cache for a previous resolved job of your the my-module-1.0.1 module. However, you will get an error because Ivy won't find this because you did never

Re: Filter buildlist based on revision attribute

2010-10-21 Thread Maarten Coene
No, I don't think this is possible at the moment. You could open a feature request in our JIRA at https://issues.apache.org/jira/browse/IVY if you want to get it implemented. regards, Maarten - Original Message From: Tandrup, Mads mads.tand...@capgemini.com To:

Re: Question about documentation

2010-10-08 Thread Maarten Coene
Thanks David, I'll add a link to your articles on the Ivy website. In addition, anyone who thinks the documentation could be improved, feel free to submit documentation patches in JIRA. These patches are generally quickly applied into the codebase. Maarten - Original Message

Re: Question about documentation

2010-10-08 Thread Maarten Coene
David, I can't see your attachement, but maybe you have a proxy server that is blocking your SVN checkout? Maarten - Original Message From: David Sills dsi...@datasourceinc.com To: ivy-user@ant.apache.org Sent: Thu, October 7, 2010 12:44:21 PM Subject: RE: Question about

Re: Question about documentation

2010-10-08 Thread Maarten Coene
, Not using svn. All my stuff is up on bitbucket or github...what attachment are you trying to get? -=david=- On 8 October 2010 20:08, Maarten Coene maarten_co...@yahoo.com wrote: David, I can't see your attachement, but maybe you have a proxy server that is blocking your SVN checkout? Maarten

[ANNOUNCE] Apache Ivy 2.2.0 released

2010-10-07 Thread Maarten Coene
We encourage all users of Ivy to update to this new version. Issues should be reported to: https://issues.apache.org/jira/browse/IVY Download the 2.2.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

Re: Question about documentation

2010-10-06 Thread Maarten Coene
Could you try the http URL instead of the https URL? Maarten - Original Message From: David Sills dsi...@datasourceinc.com To: ivy-user@ant.apache.org Sent: Wed, October 6, 2010 11:31:47 AM Subject: RE: Question about documentation All: I tried to check out the docs according to the

Re: Credentials not applied for one ant project.

2010-10-04 Thread Maarten Coene
can't find usefull information for resolve my problem. And I attach this file. Please, lets see this file too. With best regards Dmitry Bukeev. 29.09.2010 23:08, Maarten Coene пишет: Could you try again with latest trunk build in debug mode (running Ant with the -d option) and check

Re: Issue while publishing the artifacts (Ivy publishes multiple jars withdifferent name but with same content).

2010-10-03 Thread Maarten Coene
Sorry, don't have much time atm, my first guess would be that your artifact pattern is wrong, it should be something like: artifacts pattern=${srcRoot}/tmp/jars/[artifact].[ext] / Maarten - Original Message From: Shaikh Almas eralm...@gmail.com To: ivy-user@ant.apache.org Sent:

Re: Credentials not applied for one ant project.

2010-09-29 Thread Maarten Coene
Which Ivy version do you use? Ivy 2.2.0-RC1 contains some bugfixes regarding authentication problems in combination with commons-httpclient. Maarten - Original Message From: Дмитрий Букеев d...@sprut.ru To: ivy-user@ant.apache.org Sent: Wed, September 29, 2010 10:52:16 AM Subject:

Re: Credentials not applied for one ant project.

2010-09-29 Thread Maarten Coene
this trouble with apache-ivy-2.1.0 and try apache-ivy-2.2.0-rc1 also . But release candidate not help me :( 29.09.2010 13:16, Maarten Coene пишет: Which Ivy version do you use? Ivy 2.2.0-RC1 contains some bugfixes regarding authentication problems in combination with commons-httpclient. Maarten

Re: Suppressing maven namespace warnings

2010-09-29 Thread Maarten Coene
Hi Troy, what do you mean with the maven warnings? Could you given some example output? Maarten - Original Message From: Troy Self ts...@bbn.com To: ivy-user@ant.apache.org Sent: Tue, September 21, 2010 5:17:49 PM Subject: Suppressing maven namespace warnings Is there a way to

Re: Using zip VFS with Ivy

2010-09-29 Thread Maarten Coene
No reason I think, you could raise a JIRA issue if you want it to be fixed Maarten - Original Message From: Matthieu Casanova chocolat@gmail.com To: ivy-user ivy-user@ant.apache.org Sent: Sat, September 11, 2010 11:49:39 AM Subject: Using zip VFS with Ivy Hi, I'm new to ivy, and

Re: target release date IVY 2.2.0-final

2010-09-22 Thread Maarten Coene
IVY 2.2.0-final Hi Maarten, Maarten Coene wrote: I did plan to release Ivy 2.2.0 final around the end of august. However, I'm a bit behind schedule, so I hope to get it done somewhere in september. Is the plan to still release in September? Thanks, Ismael -- View this message

Re: subant holds onto classloaders

2010-09-10 Thread Maarten Coene
This is more a question for ant-users mailing list since it is not Ivy that is locking the jars, but rather it will be the javac or junit tasks. Maarten - Original Message From: Mandie Smith man...@houseofgnomes.net To: ivy-user@ant.apache.org Sent: Fri, September 10, 2010 8:29:03

Re: Retrieve ignores exclude property of dependency

2010-08-31 Thread Maarten Coene
Could you also post the relevant parts of the ivy.xml of project A and B? Maarten From: Tobias Hilka thi...@vps.de To: ivy-user@ant.apache.org Sent: Tue, August 31, 2010 11:57:05 AM Subject: Retrieve ignores exclude property of dependency Hello, We have

Re: AW: Retrieve ignores exclude property of dependency

2010-08-31 Thread Maarten Coene
-Ursprüngliche Nachricht- Von: Maarten Coene [mailto:maarten_co...@yahoo.com] Gesendet: Dienstag, 31. August 2010 12:02 An: ivy-user@ant.apache.org Betreff: Re: Retrieve ignores exclude property of dependency Could you also post the relevant parts of the ivy.xml of project A and B? Maarten

Re: AW: Retrieve ignores exclude property of dependency

2010-08-31 Thread Maarten Coene
checksums= root=http://maven.alfresco.com/nexus/content/repositories/activiti/; pattern=[organization]/[module]/[revision]/[artifact]-[revision].[ext] / Hope this information helps. Tobias -Ursprüngliche Nachricht- Von: Maarten Coene [mailto:maarten_co...@yahoo.com

Re: AW: AW: Retrieve ignores exclude property of dependency

2010-08-31 Thread Maarten Coene
: Maarten Coene [mailto:maarten_co...@yahoo.com] Gesendet: Dienstag, 31. August 2010 17:13 An: ivy-user@ant.apache.org Betreff: Re: AW: Retrieve ignores exclude property of dependency I think I've found the problem. Your exclude rule says that the juel.jar should be excluded, not the juel module itself

Re: Publishing from IVY to Maven/Sonatype Nexus

2010-08-30 Thread Maarten Coene
Did you specify the credentials in your ivysettings.xml? When creating a new Ivy release, we also publish this new version to Nexus using Ivy. The ivysettings.xml for this can be found here: http://svn.apache.org/viewvc/ant/ivy/core/trunk/ivysettings-release.xml?revision=988707view=markup

  1   2   3   4   >