[ 
http://jira.codehaus.org/browse/MXMLBEANS-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=235592#action_235592
 ] 

Stephane Nicoll commented on MXMLBEANS-26:
------------------------------------------

Do we need the same kind of upgrade to be able to use xmlbeans 2.5.0 with the 
latest plugin version or only changing the plugin dependencies would do the 
trick?

> I use XMLBeans 2.1.0 and as such, the currently available plugin on ibiblio 
> does not work (only supports XMLBeans 2.0.0)
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MXMLBEANS-26
>                 URL: http://jira.codehaus.org/browse/MXMLBEANS-26
>             Project: Maven 2.x Xmlbeans Plugin
>          Issue Type: Wish
>    Affects Versions: 2.0.1
>            Reporter: Nathaniel Harward
>            Assignee: Corridor Software Developer
>             Fix For: 2.1.0
>
>
> I am trying to justify a migration from a legacy build system to maven2, and 
> am in the middle of a POC doing so.  However, I have run into a roadblock in 
> that we use XMLBeans 2.1.0 which looks to be in development but not yet 
> released.  I have a hack for it (see below) but for my organization to adopt 
> maven2 it needs to support the versions of the 3rd party libraries we have 
> like this 'out of the box' and without my hack-ish intervention.
> I know next to nothing about XMLBeans as I haven't personally used it, but I 
> would be happy to look at the differences that need to be exposed between the 
> 2.0.0 and 2.1.0 schema compilers and integrate them into the plugin.
> I've included the patch below for my trivial and silly "fix," though I 
> suspect there are new features that need to be exposed as well that I'm not 
> currently aware of.  I did not see a tag/branch for 2.1.0 and checked out the 
> code from https://svn.codehaus.org/mojo/trunk/mojo/xmlbeans-maven-plugin.
> $ svn diff pom.xml
> Index: pom.xml
> ===================================================================
> --- pom.xml     (revision 2386)
> +++ pom.xml     (working copy)
> @@ -199,7 +199,7 @@
>      <dependency>
>        <groupId>xmlbeans</groupId>
>        <artifactId>xbean</artifactId>
> -      <version>2.0.0</version>
> +      <version>2.1.0</version>
>        <scope>compile</scope>
>      </dependency>
>      <dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to