The Artima Developer Community
Sponsored Link

Java Buzz Forum
Everything is coming up Ivy

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Fred Grott

Posts: 4361
Nickname: shareme
Registered: Jan, 2003

Fred Grott is Lead Developer-CEO of ShareMe Technologies LLC -The Mobile Future
Everything is coming up Ivy Posted: Apr 21, 2005 11:17 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Fred Grott.
Original Post: Everything is coming up Ivy
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Fred Grott
Latest Posts From ShareMe Technologies LLC-The Mobile Future

Advertisement
Part of the task of changing to using Ivy as the dependency manager is creating a IvyRepository for Artifacts and a LibraryRepository for Libraries. Artifacts in this case are Ivy.xml files that describe the details of each dependency. LibraryRepository in this case contains jars and could also co9ntain media resources used for the application being developed.

Because Ivy has an option to retrieve the libraries into your porject library subfolder or sunfolders without the revision number in the name of file/jar; jars are not the only libraries you could manage dependencies with as they coudl be the applicaiotn jpeg files and etc.

Best feature is the Artifact and Library Repositories can be anywhere as the simple build.xml file is retrieving the libs on the first run right into your project. Could I boot load all the Orca modules as part of the Ivy retrieve process? Actually, that is the general idea of progression is to have some simple lines in the build.xml boot load everything into your project.

Read: Everything is coming up Ivy

Topic: The Problems with Java GUI Automation Previous Topic   Next Topic Topic: Spring Web Flow supports continuations, or does it?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use