On Thu, Aug 20, 2009 at 10:32 AM, sebb<seb...@gmail.com> wrote: > LANG trunk currently includes some use of JCIP annotations. > > The annotations were defined with Runtime retention. > > Although the annotation jar is not needed to run applications, it > turns out that the Sun Java 1.5 compiler reports an error if the jar > is not present. [Java 1.6 only issues a warning] > > Obviously this is not ideal ;-) > > Possible options: > * remove JCIP (leave the annotations as comments) > * bundle JCIP (license is CC Attribution) > * write our own annotations - with class-file retention > > Seems to me that annotations are in scope for LANG. > > Comments?
My vote is for the first option "remove JCIP" as it was in the previous thread when this was discussed: http://commons.markmail.org/message/fhyovahrg7gibzhd Niall --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org