Accessing the manifest within a jar file

2006-10-30 Thread Nau, Michael
Anyone know of an easy way to access the manifest file within a jar file? I realize I can extract the manifest first using the task, but I was hoping for a way to directly access the manifest file. I need to check for some specific info within the manifest of several jar files from my ant script.

RE: Sharing inter-project dependencies

2006-08-28 Thread Nau, Michael
that, there are several possibilities including ivy, dpml, the maven 2 ant tasks and a maven 2 like repository. AnthillPro 3 will also ship with its own repository solution. Regards, Antoine Original-Nachricht Datum: Mon, 28 Aug 2006 12:14:22 -0700 Von: "Nau, Michael" &l

Sharing inter-project dependencies

2006-08-28 Thread Nau, Michael
I have a project with two java components: componentA and componentB. ComponentB had a compile-time dependency on componentA. I've read many posts\articles on how to setup a master build script to manage the build process for both components. So far so good. But when I get to the point where I nee