multi-modules not being detected with maven-jibx-plugin in Eclipse
------------------------------------------------------------------

                 Key: JIBX-407
                 URL: http://jira.codehaus.org/browse/JIBX-407
             Project: JiBX
          Issue Type: Bug
          Components: eclipse-plugin
    Affects Versions: JiBX 1.2.2
         Environment: Linux
Eclipse Helios
            Reporter: Miguel Almeida
         Attachments: testCase.zip

The project structure is:

projectA: 
         |module1
         |module2
module1 - database classes
module2 - services (depends on projectA, maven speaking).

Test case:
- jibx plugin configured in Module2
- person-binding.xml in src/main/resources/jibx of Module1
- Class Person in Module1
- Plugin configured like:
                                        <modules>
                                                
<module>org.projects:module1</module>
                                        </modules>
                                        
<directory>src/main/resources/jibx</directory>
                                        <includes>
                                                <include>*-binding.xml</include>

- Run the jibx-bind goal in Module2

Expected result:

Jibx would pick the -binding file in Module1, because the configuration has a 
reference to it


Actual result:
[INFO] Not running JiBX binding compiler (restricted multi-module mode) - no 
binding files


I attach a sample case. It consists of the Eclipse projects referenced here.
To check the behavior:
- Put the projects in a workspace
- Run the jibx:bind goal in Eclipse on Module2.



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

        

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to