[ 
http://jira.codehaus.org/browse/JIBX-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=260765#action_260765
 ] 

Don Corley commented on JIBX-431:
---------------------------------

Frank,
Fixed legacy multi-module build.
git commit: 0ef1fd9ab4429815ecfd0bdb02518d434c531239
Close this bug if this works now.
Thanks,
Don

> multi-module builds - jibx maven plugin breaks between version 1.2.2 and 1.2.3
> ------------------------------------------------------------------------------
>
>                 Key: JIBX-431
>                 URL: http://jira.codehaus.org/browse/JIBX-431
>             Project: JiBX
>          Issue Type: Bug
>          Components: maven plugin
>    Affects Versions: JiBX 1.2.3
>            Reporter: Don Corley
>            Assignee: Don Corley
>
> Date: Tue, 15 Mar 2011 17:13:15 -0700
> From: Frank Mena <jibxus...@gmail.com>
> Subject: [jibx-users] jibx maven plugin breaks between version 1.2.2
>        and     1.2.3
> To: jibx-us...@lists.sourceforge.net
> Message-ID:
>        <aanlktimqddqyvp3v1bxvqjmgetxd5kact7bwfgz9l...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> Hi Dennis, long time no speak.  I was the original author of the plugin
> collaborating with Andreas back in 2005.
> Here is my setup:
> project common:    some bindings
> project dbmodel:    some bindings
> project service:      some bindings
> project web:          no bindings, jibx plugin
> Here is the plugin in the web pom:
> <plugin>
>  <groupId>org.jibx</groupId>
>  <artifactId>maven-jibx-plugin</artifactId>
>  <version>${jibx.version}</version>
>  <executions>
>    <execution>
>      <phase>process-classes</phase>
>      <goals>
>        <goal>bind</goal>
>      </goals>
>    </execution>
>  </executions>
>  <configuration>
>    <multimodule>true</multimodule>
>    <directory>src/main/config</directory>
>    <includes>
>      <include>*.jibx.xml</include>
>    </includes>
>  </configuration>
> </plugin>
> This works perfectly with version 1.2.2, but version 1.2.3 says:
> Not running JiBX binding compiler (multi-module mode) - no binding files
> I have tried every combination of changing to restricted mode:
>    <bindingModules>
>      <classPath>com.noledgy.appryse:common</classPath>
>      <classPath>com.noledgy.appryse:dbmodel</classPath>
>      <classPath>com.noledgy.appryse:service</classPath>
>    </bindingModules>
> and the new syntax:
>  <modules>
>    <module>com.example:example1</module>
>    <module>com.example:example2</module>
>  </modules>
> but nothing works.  What's wrong?
> Frank Mena

-- 
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

        

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to