Hi Daniel,
Having done an update this afternoon, it looks like Jacek has already
applied the latest patch. I have no problem adding the actual update
site to the sandbox - it;ll be much easier to install it from there than
doing a build.
I'm just looking at some issues with the server runtime part of the
plugin now, and then I was going to write up some documentation for the
wiki.
Getting a build on Continuum would be great. Doing a build of the plugin
should be pretty straightforward, using maven a 'mvn clean install
-Dassemble' should do the trick, with an update site being generated in
assembly/target/openejb-eclipse-plugin-1.0.0-SNAPSHOT-updatesite.zip.
You can point the Eclipse update manager directly at this.
Jon
Daniel S. Haischt wrote:
going to take a look at this one if there are no objections. I'd like to
add the update site project to the sandbox as well so everything becomes
self contained.
Next step would be to get the plugin build by continuum because as it
seems OpenEJB-674 contains lots of request about how to build the
actual plugin.
Is there already a Wiki page describing the plugin?
Cheers
Daniel S. Haischt
Jonathan Gallimore wrote:
Hi All,
I've added a new patch and zip file onto Jira issue OpenEJB-674 for
the Eclipse plugin annotation generator, if someone could commit it
to the sandbox, I'd be very grateful. This latest patch adds the
following features:
A number of annotations for Entity beans
Option to convert CMP Entity abstract classes to POJOs
Add @EJB annotation to code (e.g Servlets) to allow session beans to
be set on fields through dependency injection
I'm hoping to get some documentation up on the wiki over the next few
days.
I still need to finish off the remainder of the annotations for
Entity beans, add some more tests, and make the tests run as part of
the Maven build, but I think this is looking quite good now. As
always, any feedback is much appreciated. I've updated the Eclipse
update site on my website with the latest binary if anyone fancies
giving it a go (http://www.jrg.me.uk/update-site).
Jon