Re: [ANNOUNCE] Ivy 2.0.0 released

2009-01-22 Thread Les Hazlewood
YAY!!! Congratulations on a fantastic job - and thanks for all the hard work! Cheers, Les On Thu, Jan 22, 2009 at 5:51 PM, Maarten Coene wrote: > The Ivy project is pleased to announce its 2.0.0 release. > This is the first non-beta release of Ivy under Apache. > > Ivy is a tool for managing (

Re: Build war file and deploy to local Tomcat using Ant and Ivy

2009-01-13 Thread Les Hazlewood
Hi Kent, You don't pull servlet-api from tomcat - you would configure one of Ivy's resolvers to point to a repository - say, the public Maven 2 repository. Then it auto-downloads it if necessary. Here is a line in my ivy.xml file that does exactly this: This assumes you have an ivy resolver th