You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Peter Donald (JIRA)" <ji...@apache.org> on 2011/06/22 12:11:08 UTC

[jira] [Closed] (BUILDR-31) JiBX compiler

     [ https://issues.apache.org/jira/browse/BUILDR-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Donald closed BUILDR-31.
------------------------------


> JiBX compiler
> -------------
>
>                 Key: BUILDR-31
>                 URL: https://issues.apache.org/jira/browse/BUILDR-31
>             Project: Buildr
>          Issue Type: New Feature
>          Components: Compilers
>            Reporter: David Peterson
>             Fix For: 1.3.1
>
>         Attachments: jibx.rb
>
>
> (from the mailing list ...)
> We're using JiBX (http://jibx.sourceforge.net) here to do Java <-> XML bindings. JiBX requires compile-time class generation and binding compilation. Details of the ant binding model are at: 
> http://jibx.sourceforge.net/bindcomp.html
> Based on the openjpa bytecode enhancer (openjpa.rb) in the buildr tree, I've written a JiBX bind task. Please find it attached to this post. Review or comments most appreciated. 
> Here's a snippet of buildr rakefile that invokes the JiBX compiler: 
> ... 
> require 'buildr/jibx' 
> JIBX_RUNTIME        = group("jibx-run", "jibx-extras", :under => "org.jibx", :version => "1.1.5") 
>   desc "jibx-core" 
>   define "jibx-core" do 
>     JIBX_CORE_DEPS = COMMONS.logging, LOG4J, JIBX_RUNTIME 
>     compile.with JIBX_CORE_DEPS 
>     package :jar 
>     compile { jibx_bind :verbose => true, :load => true } 
>   end 
> ... 
> (A simple "compile { jibx_bind }" is sufficient, of course.) 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira