Hi I was wondering if Maven 2 handles (or is going to) the situation where a library is written in both java 1.4 and java 1.5.
I understand that the -source and -target options can be set on the compiler, thus delivering jar files for jdk 1.4 and jdk 1.5, so that is ok. However, if I depend on this library, then I would just want to depend on either, depending on the version I am targetting my application for. Thus the library would have a unique name, but the dependency on it would say if I need the jdk 1.4 or jdk 1.5 version. This may in fact be related to an earlier post by Shane Isbell [EMAIL PROTECTED] of totally different targets: Re: Problem targeting two platform builds with Maven 2.0 CDC and J2SE. Will Maven 2 handle this and if so, how? Regards Mark Donszelmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
