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

Don Corley commented on JIBX-123:
---------------------------------

Before I attempt to fix this code I just want to make sure I'm clear on what 
the expected behavior should be.

If I am correct, in the current plugin you supply a directory for the binding 
file and a filter for that directory:

<directory>src/main/jibx/bindings</directory>
<includes>
<includes>*binding.xml</includes>
</includes>

This includes all files starting with binding.xml in the src/main/jibx/bindings 
directory.

I think what you want is to include all the files starting with binding.xml in 
the src/main/jibx/bindings and any sub-directories.

Is this correct? The only reason I can see for doing this is if there are 
binding files spread over several directories. Now, there is no way to include 
them all. Am I correct? Sorry for the dumb questions, but if I install your 
patches, I want to make sure I can test and document them correctly.

If you could add a comment for the correct behavior, I would appreciate it.


> Plugin does not search for binding definition files recursively.
> ----------------------------------------------------------------
>
>                 Key: JIBX-123
>                 URL: http://jira.codehaus.org/browse/JIBX-123
>             Project: JiBX
>          Issue Type: Bug
>          Components: maven plugin
>    Affects Versions: JiBX 1.1
>         Environment: Windows XP, Eclipse 3.1
>            Reporter: Joost Cassee
>            Assignee: Jerome Bernard
>            Priority: Minor
>         Attachments: maven-jibx-plugin_1.1.5.1.zip, patch
>
>
> The maven-2 plugin does not search the directory for binding definition files 
> recursively. I marked this as a bug because this is a regression from the 
> maven-1 plugin.

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

        

------------------------------------------------------------------------------
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to