You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Kurt T Stam (JIRA)" <ji...@apache.org> on 2009/12/04 20:05:20 UTC

[jira] Created: (BUILDR-352) XMLBeans version number needs to be configurable

XMLBeans version number needs to be configurable
------------------------------------------------

                 Key: BUILDR-352
                 URL: https://issues.apache.org/jira/browse/BUILDR-352
             Project: Buildr
          Issue Type: Bug
    Affects Versions: 1.2.10
            Reporter: Kurt T Stam


When creating java files from schema using xmlbeans and buildr I found out that the version of xmlbeans is hardcoded in
/Library/Ruby/Gems/1.8/gems/buildr-1.2.10/lib/buildr/xmlbeans.rb

For more details see:
http://www.jboss.org/community/wiki/buildriftsawfromsource

This should prob be configurable?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (BUILDR-352) XMLBeans version number needs to be configurable

Posted by "Antoine Toulme (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Toulme resolved BUILDR-352.
-----------------------------------

    Fix Version/s: 1.3.5
       Resolution: Fixed

This has been fixed for a while.

> XMLBeans version number needs to be configurable
> ------------------------------------------------
>
>                 Key: BUILDR-352
>                 URL: https://issues.apache.org/jira/browse/BUILDR-352
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.2.10
>            Reporter: Kurt T Stam
>             Fix For: 1.3.5
>
>
> When creating java files from schema using xmlbeans and buildr I found out that the version of xmlbeans is hardcoded in
> /Library/Ruby/Gems/1.8/gems/buildr-1.2.10/lib/buildr/xmlbeans.rb
> For more details see:
> http://www.jboss.org/community/wiki/buildriftsawfromsource
> This should prob be configurable?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (BUILDR-352) XMLBeans version number needs to be configurable

Posted by "Antoine Toulme (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787244#action_12787244 ] 

Antoine Toulme commented on BUILDR-352:
---------------------------------------

Actually, when looking at the current code in trunk, it looks like a mechanism was implemented for you to specify a different xmlbeans version:
Buildr::XMLBeans::REQUIRES.xmlbeans = '2.2.0'

Could you update to 1.3.5 ?

> XMLBeans version number needs to be configurable
> ------------------------------------------------
>
>                 Key: BUILDR-352
>                 URL: https://issues.apache.org/jira/browse/BUILDR-352
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.2.10
>            Reporter: Kurt T Stam
>
> When creating java files from schema using xmlbeans and buildr I found out that the version of xmlbeans is hardcoded in
> /Library/Ruby/Gems/1.8/gems/buildr-1.2.10/lib/buildr/xmlbeans.rb
> For more details see:
> http://www.jboss.org/community/wiki/buildriftsawfromsource
> This should prob be configurable?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.