ivy simple shared repository
I am trying to compile all sub projects of one big project at my company into many jars with managed dependencies, so that not everybody who works at one project only needs to download the latest jars from a shared repository. ivy seems to be the solution for our problem, because ivy says that it integrates with ant (out build system) very well. But I cant get through the tutorials, they are all somehow more confusing than helpful. All I want to achieve for the beginning is to have two small Projects. The first one has one class with one method, the second one is just calling this method. The