[jbosstools-issues] [JBoss JIRA] (JBIDE-11902) bpel build broken due to xmlunit dependency in new bot plugin

Nick Boldt (JIRA) jira-events at lists.jboss.org
Thu May 17 10:08:17 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-11902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693677#comment-12693677 ] 

Nick Boldt commented on JBIDE-11902:
------------------------------------

To add the .lib plugin to the tests/pom.xml:

Do this:

{code}
diff --git a/bpel/tests/pom.xml b/bpel/tests/pom.xml
index 99496a6..5291cbb 100644
--- a/bpel/tests/pom.xml
+++ b/bpel/tests/pom.xml
@@ -14,6 +14,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
        <modules>
                <module>org.jboss.tools.bpel.ui.test</module>
                <module>org.jboss.tools.bpel.ui.bot.test</module>
+               <module>org.jboss.tools.bpel.ui.bot.test.lib</module>
        </modules>
 </project>
{code}
                
> bpel build broken due to xmlunit dependency in new bot plugin
> -------------------------------------------------------------
>
>                 Key: JBIDE-11902
>                 URL: https://issues.jboss.org/browse/JBIDE-11902
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: BPEL
>    Affects Versions: 3.3.0.Beta2-SOA
>            Reporter: Nick Boldt
>            Assignee: Andrej Podhradsky
>             Fix For: 3.3.0.Beta2-SOA
>
>         Attachments: bpel-patch.txt
>
>
> Cannot build BPEL component due to new bot test plugin and its dependency on xmlunit. Simplest solution is to build an osgi plugin wrapper for xmlunit (as apodhrad has started) and to add that plugin to the tests/pom.xml; this is a stopgap to allow a quick Beta2 build to be achievable.
> However, a longer-term solution might be to depend directly on the maven artifact, eg by adding this to bpel/tests/org.jboss.tools.bpel.ui.bot.test/pom.xml:
> {code}
> +       <dependencies>
> +               <dependency>
> +                       <groupId>xmlunit</groupId>
> +                       <artifactId>xmlunit</artifactId>
> +                       <version>1.3</version>
> +                       <scope>test</scope>
> +               </dependency>
> +       </dependencies>
> {code}
> or else to provide this org.custommonkey.xmlunit plugin via a target platform or on the JBT composite requirements site.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list