You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Johannes Schur (JIRA)" <ji...@codehaus.org> on 2012/08/06 11:29:21 UTC

[jira] (JXR-97) jxr:jxr - Add regular expressions for the exclude and include pattern

Johannes Schur created JXR-97:
---------------------------------

             Summary: jxr:jxr - Add regular expressions for the exclude and include pattern
                 Key: JXR-97
                 URL: https://jira.codehaus.org/browse/JXR-97
             Project: Maven JXR
          Issue Type: New Feature
          Components: jxr
    Affects Versions: 2.3
            Reporter: Johannes Schur
            Priority: Minor


With the current filters only explicit 'includes' and 'excludes' are possible.
With the pattern "<include>**/test/*.java</include>" only files in the package "test" are included, but not the files in subpackages.
To include all subpackages, you need includes up to maximum package depth.
e.g.:
"<include>**/test/*.java</include>"
"<include>**/test/**/*.java</include>"
"<include>**/test/**/**/*.java</include>"
"<include>**/test/**/**/**/*.java</include>"
and so on...



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

        

[jira] (JXR-97) jxr:jxr - Add regular expressions for the exclude and include pattern

Posted by "Johannes Schur (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/JXR-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=305619#comment-305619 ] 

Johannes Schur commented on JXR-97:
-----------------------------------

I thought:
"<include>***/test/**.java</include>"
"<include>***/test/****/**.java</include>"
"<include>***/test/****/****/**.java</include>"
"<include>***/test/****/****/****/**.java</include>"
                
> jxr:jxr - Add regular expressions for the exclude and include pattern
> ---------------------------------------------------------------------
>
>                 Key: JXR-97
>                 URL: https://jira.codehaus.org/browse/JXR-97
>             Project: Maven JXR
>          Issue Type: New Feature
>          Components: jxr
>    Affects Versions: 2.3
>            Reporter: Johannes Schur
>            Priority: Minor
>
> With the current filters only explicit 'includes' and 'excludes' are possible.
> With the pattern "<include>**/test/*.java</include>" only files in the package "test" are included, but not the files in subpackages.
> To include all subpackages, you need includes up to maximum package depth.
> e.g.:
> "<include>**/test/*.java</include>"
> "<include>**/test/**/*.java</include>"
> "<include>**/test/**/**/*.java</include>"
> "<include>**/test/**/**/**/*.java</include>"
> and so on...

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