News and Announcements
synchronizing ivy files and eclipse .classpath with eclim
Submitted by xavier on Tue, 2005-11-01 07:44.Found on the eclim web site:
The primary goal of eclim is to bring eclipse functionality to the vim editor.
Eclim provides a couple different ways to keep your eclipse .classpath up to date.
The second method of keeping your eclipse .classpath file up to date, is to utilize eclim's plugins for a couple commonly used build tools.
The first such tool that eclim supports is ivy.
Just like the direct .classpath editing that eclim supports, when editing an ivy.xml file from vim, eclim adds an auto command to update eclipse's classpath when you save the ivy.xml. Any entries found in the ivy.xml that are not in the .classpath will be added, and any entries that differ in version will be updated.
Integrating Ivy with AntAnt to manage jar files
Submitted by xavier on Tue, 2005-10-04 19:39.Extract from Bill de hora blog:
So I just integrated with Ivy this afternoon, from following the documentation and how the WebWork2 code base uses it. AntAnt now gives you an ivy.xml and ivyconf.xml to set up and automatically treats any global lib area as a file based repository for Ivy. It seems to work ok and will cut out some duplication. Conclusion: Ivy is a great tool and I should have done this a year ago.
RVPF uses Ivy
Submitted by xavier on Mon, 2005-10-03 17:01.Ivy is used since several months now by the RVPF team to manage their dependencies.
Check their dependencies report generated by ivy here !
Jobster team using Ivy as part of their toolbox
Submitted by xavier on Mon, 2005-10-03 16:57.Phil Boggle from Jobster quote Ivy as part of their toolbox in his blog :
WebWork + Ivy = Awesome
Submitted by xavier on Mon, 2005-09-26 07:13.An extract of webwork blog:
Ivy 1.2 released
Submitted by xavier on Wed, 2005-09-14 19:00.After three months of hard work (and summer vacation ), Jayasoft is pleased to announce the availability of Ivy 1.2.
This release includes many long awaited features, such as :
- a buildlist task able to order a set of build files according to the dependencies between your projects
- more control over the dependency resolution, with new attributes on dependency like "changing" or "transitive"
- type filtering mechanism in resolve and some other tasks
- and many other features and bug fixes
home page:
http://www.jayasoft.org/ivy
IT eye : Graphing your jar dependencies
Submitted by xavier on Wed, 2005-08-10 19:44.Extract from IT-eye blog:
Ivy not only manages your jar dependencies, it can also generate documentation, and even graphs displaying the library dependencies of your projects.
Ivy 1.1 released
Submitted by admin on Mon, 2005-06-13 10:03.We are pleased to announce the availability of Ivy version 1.1.
Ivy is a free java based dependency manager, with powerful features such as transitive dependencies, ant integration, maven repository compatibility, continuous integration, html reports and many more.
Apart its strong dependency management engine, Ivy also benefits from a growing user community, a public repository of common ivy files, and professional quality services from the source.
This release includes many bug fixes, better download management, better information and debug messages, improved documentation and a brand new web site !
New web site
Submitted by admin on Tue, 2005-06-07 10:43.Welcome to our new web site !
We have made some efforts to make the site more clear, more responsive and more attractive. We hope you will enjoy the new look, the new clean urls, the better search facility, the better separation between products, the better documentation system and the ability to put your comments everywhere.
Feel free to post comments to this announcement to give your feeling on this site: what you like, what you don't like, what you would like to see.
And do not hesitate to use comments to improve the documentation, when you think something is missing or not clear.
Ivy 1.0 released
Submitted by xavier on Wed, 2005-04-27 14:50.After several months of development and testing, we are pleased to announce the availability of Ivy version 1.0.
Ivy is a free java based dependency manager, with powerful features such as transitive dependencies, ant integration, maven repository compatibility, continuous integration, html reports and many more.
Apart its strong dependency management engine, Ivy also benefits from a growing user community, a public repository of common ivy files, and professional quality services from the source.
And leverage the power of Ivy with an evolving set of tools and plugins:
Ivy CruiseControl Plugin lets you integrate ivy in the famous continuous integration tool from thoughtworks: cruisecontrol.
