You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2012/12/06 09:54:57 UTC

[jira] [Created] (OPENEJB-1962) Filter out known directories from EAR scanning

Andy Gumbrecht created OPENEJB-1962:
---------------------------------------

             Summary: Filter out known directories from EAR scanning
                 Key: OPENEJB-1962
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1962
             Project: OpenEJB
          Issue Type: Bug
          Components: deployment
    Affects Versions: (trunk/openejb)
            Reporter: Andy Gumbrecht
            Assignee: Andy Gumbrecht


The TOMEE-613: Extracted EARs fix caused invalid directories to be scanned.

The following filters are required:
OpenEJB 'lib' directory.
Known version control directories such as .svn, .git etc.
Empty directories.
Hidden directories.

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

[jira] [Resolved] (OPENEJB-1962) Filter out known directories from EAR scanning

Posted by "Andy Gumbrecht (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Gumbrecht resolved OPENEJB-1962.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: (trunk/openejb)

Described filters added.
Also added a system property for future use:

'openejb.ignore.directories' with a default of '.svn,_svn,cvs,.git,.hg'
                
> Filter out known directories from EAR scanning
> ----------------------------------------------
>
>                 Key: OPENEJB-1962
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1962
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: (trunk/openejb)
>            Reporter: Andy Gumbrecht
>            Assignee: Andy Gumbrecht
>             Fix For: (trunk/openejb)
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The TOMEE-613: Extracted EARs fix caused invalid directories to be scanned.
> The following filters are required:
> OpenEJB 'lib' directory.
> Known version control directories such as .svn, .git etc.
> Empty directories.
> Hidden directories.

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