Hi, I wanted to start looking in to how beehive is put together, and I noticed an issue with going from source. Sun has put an "Update 1" of the JDK 5.0 up on their website. In this they have changed com.sun.tools.apt.main.Main.compile(String[]) to compile(String[],AnnotationProcessorFactory). This is, of course, incompatible with the way it was in the 5.0 release. I only hit one place in the source where it would change, and there also appear to be other places where it gets called in the test suites.
Anyway, the upshot is that the URL on the page for "Beehive Installation and Setup" should probaby be changed to point to the original release for the time being. http://java.sun.com/products/archive/j2se/5.0/index.html I did not see this mentioned on the dev list, so I hope I am not being too redundant. I have never contributed to an open source project before, but I would like to help if there is anything I can do. I do plan on spending some time getting to know the code before I poke my nose in too much, though. Any tips on good places to get started with the netui/pageflow stuff would be appreciated. Are there any sequence diagrams/flow diagrams that are available that I am just missing? -Rob
