Hi,
An initial release of the buildr-jaxb-xjc gem is available. It is
based on the initial work by Mark Petrovic. This extension provides
the ability to invoke jaxb xjc binding compiler. A simple example of
it’s use follows;
require 'buildr_jaxb_xjc'
define "foo" do
project.version = "1.0.0"
compile.from compile_jaxb(_('src/schemas/wildfire-1.3.xsd'),
"-quiet",
:package => "org.foo.api")
package :jar
end
The extension has been released as a gem and documentation for
installing and configuring the extension is available at
http://github.com/realityforge/buildr-jaxb-xjc
Feel free to drop me a line if you have issues with either extension.