Hi all,

Sorry to be a bit off topic.

Wouldn't it be easier if the spring dependency jars were in two different paths in the distribution? That would simplify the ant script for deployment and make it generic.

As I do not want to deploy every dependencies, I have to explicitely list them in my script. I'd like to be able to write a generic deploy script that would not need to be modified if I use a new Spring release. Same thing for my Eclipse project. Maybe putting all jars in the same directory would also help in simplifying an Eclipse project.

But, as I am pretty new to Eclipse and Ant, my limited knownledge may be the problem... ;-)

Starman