I'm part of this messy project that's been around for about 10 years. We've got Ant, and have checked in all of our libraries in our SVN. I just want to start with dependency generation first, but it seems like I need to setup a Maven 2 repository? Or am I just reading the tutorials wrong?
My basic use case (for now) is to just take my src directory, and figure out which of the jars that's in my lib directory is actually used. I need to figure out what my dependencies are before I can manage it. After reading the docs, I'm just more confused... Any pointers in the forms of examples or sections of the doc to focus on would be greatly appreciated. Jeff PS how well does Ivy identify dependencies such as JDBC drivers, which tend to be loaded with a forname call, or Spring injected dependencies via the xml files?
