[
https://issues.apache.org/jira/browse/BUILDR-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551772
]
Tammo van Lessen commented on BUILDR-4:
---------------------------------------
Maybe not necessarily for XMLBeans but for other components it might also be
the case that a user wants to create two artifacts, one for use with, say
XMLBeans version x and one for version y. So what about giving the user the
possibility to choose it explicity.
Like:
compile_xml_beans _("src/main/xsd/*.xsdconfig"), _("src/main/xsd")
uses the default provided by the plugin
and:
compile_xml_beans _("src/main/xsd/*.xsdconfig"), _("src/main/xsd") with
"org.apache.xmlbeans:xmlbeans:jar:2.3.0" or
compile_xml_beans _("src/main/xsd/*.xsdconfig"), _("src/main/xsd") with XMLBEANS
overrides the default.
> XMLBeans task should use the same XMLBeans version as defined in the project
> ----------------------------------------------------------------------------
>
> Key: BUILDR-4
> URL: https://issues.apache.org/jira/browse/BUILDR-4
> Project: Buildr
> Issue Type: Bug
> Environment: Buildr 1.2.10
> Reporter: Tammo van Lessen
>
> I recently upgraded Buildr and ran into some issues with Ode.
> Buildr compiles generated classes with XMLBeans 2.3 but Ode uses XMLBeans 2.2
> which is not upward compatible.
> You can reproduce this by compiling the recent ode trunk with Buildr 1.2.10
> and then deploying the war into a tomcat.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.