Thanks, Bass Joe for the additional information and the patch. I will review it and hope that I can find a solution for the old hibernate xdoclet stuff. Having syntactically correct javadocs is indeed the best solution.
Regarding the Buildr issues you experienced, this change has been introduced in the newest buildr version, which is just a couple of days old. I'll add the dependencies to the Gemfile and it should be fine again. Thanks for bringing it to my attention, it looks like it didn't complain on my system because the deps were already there. Best, Tammo On Wed, Mar 11, 2015 at 6:18 PM, Bass Joe <[email protected]> wrote: > I'm not sure if it helps, but I fixed a bunch of JavaDoc comments to > support you getting the build fixed (see attached patch). But I don't know > how to fix the Hibernate annotations. > > I changed the visibility of some classes to public because of the JavaDoc > errors, so you might want to review these: > > > bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/ > PickGenerator.java > > bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/ > ReceiveGenerator.java > > bpel-compiler/src/test/java/org/apache/ode/bpel/compiler/ > StaticCheckTCase.java > > bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/LinkInfo.java > > bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/SCOPE.java > > bpel-store/src/main/java/org/apache/ode/store/DeploymentUnitDir.java > > jbi/src/main/java/org/apache/ode/jbi/OdeConsumer.java > > > Am 11.03.2015 um 16:57 schrieb Bass Joe: > > When I run these commands: >> >> >> git clone http://git.apache.org/ode.git ode-gemfile-test >> cd ode-gemfile-test >> git revert f3beffe >> buildr package test=no >> >> >> I get this: >> >> >> Buildr aborted! >> RuntimeError : check() method invoked in buildfile but RSpec has not >> been loaded. >> >> Buildr prior to version 1.4.22, included rspec as a dependency but as >> of version 1.4.22, it is expected users manually add RSpec to their >> Gemfile. The following lines should be added to restore the version >> of rspec included in 1.4.22: >> >> gem 'rspec-expectations', '= 2.14.3' >> gem 'rspec-mocks', '= 2.14.3' >> gem 'rspec-core', '= 2.14.5' >> gem 'rspec', '= 2.14.1' >> >> /home/bassjoe/ode-gemfile-test/Rakefile:680:in `block (2 levels) in >> distro' >> /home/bassjoe/ode-gemfile-test/Rakefile:648:in `tap' >> /home/bassjoe/ode-gemfile-test/Rakefile:648:in `block in distro' >> >> >> So I add these lines to Gemfile and run the buildr command again. Then >> it works. >> >> BTW: Buildr may be a great build tool but for Java programmers who don't >> know Ruby it's first of all just another hurdle to work with the code. >> > -- Tammo van Lessen - http://www.taval.de
