Re: outstanding bugs
"Henri Yandell" <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
On 3/20/06, Torsten Curdt <[email protected]> wrote: > > On 21.03.2006, at 04:12, [email protected] wrote: > > > > > This version is only a bug fix version. It was decided not to > > expose the > > annotation code until a real release was done. > > Well ...as for the moment the classes are included. > So what to do now? We could create a branch and then > remove the code again. But... I don't know Making a branch and removing them is pretty standard practice. Another alternative is to modify the maven/ant build to just not include the source, but that's a bit dodgy. Hit that recently in Lang, we released in that way and missed the ignore in the junit part of the build.xml - so the tag doesn't actually compile its tests. Hen