Hi Sebb, sebb wrote at Donnerstag, 20. August 2009 11:32:
> 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] When exactly? Compiling lang or compiling code using it? > Obviously this is not ideal ;-) If the latter - yes. > 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? - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org