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
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
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
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
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
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
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
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
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
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
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..
...@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
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
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
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
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
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
>
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
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 --
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
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
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
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
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
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"
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
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
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
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:
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
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
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
---
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
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
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
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
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
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,
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
:
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
:
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)
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
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
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
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:
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
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
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
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
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
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
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
52 matches
Mail list logo