[jira] [Commented] (RAT-322) Add possibility to be able to scan objects in hidden directories

2023-10-27 Thread Philipp Ottlinger (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17780525#comment-17780525
 ] 

Philipp Ottlinger commented on RAT-322:
---

[~jbonofre] feel free to file the PR with a suffix like "RAT-322: " in order to 
connect all the dots. Thanks for your interest in RAT!

> Add possibility to be able to scan objects in hidden directories
> 
>
> Key: RAT-322
> URL: https://issues.apache.org/jira/browse/RAT-322
> Project: Apache Rat
>  Issue Type: New Feature
>  Components: cli, maven
>Affects Versions: 0.15
>Reporter: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 0.16
>
>
> Currently, the {{DirectoryWalker}} tests if a directory is "restricted":
> [https://github.com/apache/creadur-rat/blob/master/apache-rat-core/src/main/java/org/apache/rat/walker/DirectoryWalker.java#L71]
> Restricted means a directory starting with . e.g. a hidden directory:
> [https://github.com/apache/creadur-rat/blob/master/apache-rat-core/src/main/java/org/apache/rat/walker/Walker.java#L52]
> The problem is that rat doesn't scan files in *ANY* hidden directory.
> We should add a flag to scan hidden directories (the user can decide to 
> bypass the hidden directories or not) and let the user eventually define 
> excludes.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RAT-322) Add possibility to be able to scan objects in hidden directories

2023-10-27 Thread Jira


[ 
https://issues.apache.org/jira/browse/RAT-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17780590#comment-17780590
 ] 

Jean-Baptiste Onofré commented on RAT-322:
--

[~pottlinger] yes, I'm working on the PR right now. Thanks !

> Add possibility to be able to scan objects in hidden directories
> 
>
> Key: RAT-322
> URL: https://issues.apache.org/jira/browse/RAT-322
> Project: Apache Rat
>  Issue Type: New Feature
>  Components: cli, maven
>Affects Versions: 0.15
>Reporter: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 0.16
>
>
> Currently, the {{DirectoryWalker}} tests if a directory is "restricted":
> [https://github.com/apache/creadur-rat/blob/master/apache-rat-core/src/main/java/org/apache/rat/walker/DirectoryWalker.java#L71]
> Restricted means a directory starting with . e.g. a hidden directory:
> [https://github.com/apache/creadur-rat/blob/master/apache-rat-core/src/main/java/org/apache/rat/walker/Walker.java#L52]
> The problem is that rat doesn't scan files in *ANY* hidden directory.
> We should add a flag to scan hidden directories (the user can decide to 
> bypass the hidden directories or not) and let the user eventually define 
> excludes.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RAT-322) Add possibility to be able to scan objects in hidden directories

2023-10-30 Thread Jira


[ 
https://issues.apache.org/jira/browse/RAT-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17780953#comment-17780953
 ] 

Jean-Baptiste Onofré commented on RAT-322:
--

[~pottlinger] do you mind to assign this Jira to me ? Thanks !

> Add possibility to be able to scan objects in hidden directories
> 
>
> Key: RAT-322
> URL: https://issues.apache.org/jira/browse/RAT-322
> Project: Apache Rat
>  Issue Type: New Feature
>  Components: cli, maven
>Affects Versions: 0.15
>Reporter: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 0.16
>
>
> Currently, the {{DirectoryWalker}} tests if a directory is "restricted":
> [https://github.com/apache/creadur-rat/blob/master/apache-rat-core/src/main/java/org/apache/rat/walker/DirectoryWalker.java#L71]
> Restricted means a directory starting with . e.g. a hidden directory:
> [https://github.com/apache/creadur-rat/blob/master/apache-rat-core/src/main/java/org/apache/rat/walker/Walker.java#L52]
> The problem is that rat doesn't scan files in *ANY* hidden directory.
> We should add a flag to scan hidden directories (the user can decide to 
> bypass the hidden directories or not) and let the user eventually define 
> excludes.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RAT-322) Add possibility to be able to scan objects in hidden directories

2023-11-29 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791305#comment-17791305
 ] 

ASF subversion and git services commented on RAT-322:
-

Commit df06e25a81f2f0355bcaf97ce865227dbc4a4cc4 in creadur-rat's branch 
refs/heads/master from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=df06e25a ]

RAT-322: be able to scan hidden directories


> Add possibility to be able to scan objects in hidden directories
> 
>
> Key: RAT-322
> URL: https://issues.apache.org/jira/browse/RAT-322
> Project: Apache Rat
>  Issue Type: New Feature
>  Components: cli, maven
>Affects Versions: 0.15
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 0.16
>
>
> Currently, the {{DirectoryWalker}} tests if a directory is "restricted":
> [https://github.com/apache/creadur-rat/blob/master/apache-rat-core/src/main/java/org/apache/rat/walker/DirectoryWalker.java#L71]
> Restricted means a directory starting with . e.g. a hidden directory:
> [https://github.com/apache/creadur-rat/blob/master/apache-rat-core/src/main/java/org/apache/rat/walker/Walker.java#L52]
> The problem is that rat doesn't scan files in *ANY* hidden directory.
> We should add a flag to scan hidden directories (the user can decide to 
> bypass the hidden directories or not) and let the user eventually define 
> excludes.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RAT-322) Add possibility to be able to scan objects in hidden directories

2023-11-29 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791306#comment-17791306
 ] 

ASF subversion and git services commented on RAT-322:
-

Commit ca20f973fc5249382019d7d5e10b2bb8cc12e361 in creadur-rat's branch 
refs/heads/master from P. Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=ca20f973 ]

RAT-322: be able to scan hidden directories - Merge pull request #166 from 
jbonofre/RAT-322-2

RAT-322: be able to scan hidden directories

> Add possibility to be able to scan objects in hidden directories
> 
>
> Key: RAT-322
> URL: https://issues.apache.org/jira/browse/RAT-322
> Project: Apache Rat
>  Issue Type: New Feature
>  Components: cli, maven
>Affects Versions: 0.15
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 0.16
>
>
> Currently, the {{DirectoryWalker}} tests if a directory is "restricted":
> [https://github.com/apache/creadur-rat/blob/master/apache-rat-core/src/main/java/org/apache/rat/walker/DirectoryWalker.java#L71]
> Restricted means a directory starting with . e.g. a hidden directory:
> [https://github.com/apache/creadur-rat/blob/master/apache-rat-core/src/main/java/org/apache/rat/walker/Walker.java#L52]
> The problem is that rat doesn't scan files in *ANY* hidden directory.
> We should add a flag to scan hidden directories (the user can decide to 
> bypass the hidden directories or not) and let the user eventually define 
> excludes.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RAT-322) Add possibility to be able to scan objects in hidden directories

2023-11-29 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791322#comment-17791322
 ] 

ASF subversion and git services commented on RAT-322:
-

Commit 93955452b3157953eacc689c0822a005c3aab59a in creadur-rat's branch 
refs/heads/master from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=93955452 ]

RAT-322: Adapt changelog entry for configuration option to scan hidden files


> Add possibility to be able to scan objects in hidden directories
> 
>
> Key: RAT-322
> URL: https://issues.apache.org/jira/browse/RAT-322
> Project: Apache Rat
>  Issue Type: New Feature
>  Components: cli, maven
>Affects Versions: 0.15
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 0.16
>
>
> Currently, the {{DirectoryWalker}} tests if a directory is "restricted":
> [https://github.com/apache/creadur-rat/blob/master/apache-rat-core/src/main/java/org/apache/rat/walker/DirectoryWalker.java#L71]
> Restricted means a directory starting with . e.g. a hidden directory:
> [https://github.com/apache/creadur-rat/blob/master/apache-rat-core/src/main/java/org/apache/rat/walker/Walker.java#L52]
> The problem is that rat doesn't scan files in *ANY* hidden directory.
> We should add a flag to scan hidden directories (the user can decide to 
> bypass the hidden directories or not) and let the user eventually define 
> excludes.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)