Jason van Zyl <[EMAIL PROTECTED]> writes: > On Mon, 2002-03-18 at 14:23, Daniel Rall wrote: > > What version of Commons Logging is this? If it's a CVS snapshot >> (rather than an official release), please include date and time in the >> commit message so that it is later possible to get the source code >> used to build the dependency. >> >> Thanks! > > We need to figure out a policy on general naming. When using a snapshot > it is very annoying to have to change the project descriptors. I don't > know how to deal with this. I realize that we are currently using > version numbers but it is a very tedious maintenance problem.
Adding the version numbers to entries in META-INF/MANIFEST.MF within each JAR is another (less developer-friendly) way to handle this. It's annoying to have to look inside the JAR to determine the version, but since we also keep this information in other files, it might not be such a big deal. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
