You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Ivanov (JIRA)" <ji...@apache.org> on 2007/06/15 08:38:26 UTC

[jira] Commented: (HARMONY-4168) [buildtest][harness] .svn directories are not excluded when scanning descriptors

    [ https://issues.apache.org/jira/browse/HARMONY-4168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505061 ] 

Vladimir Ivanov commented on HARMONY-4168:
------------------------------------------

I suggest updating 'Selector' class to exclude inappropriate files.
Now it implemented (H-4183) through the 'substring' for the stings like:
"/~", "/#", "/.#", "/%", "/._", "/CVS/", "/.cvsignore/", "/SCCS/", "/vssver.scc/", "/.svn/", "/.DS_Store/".
I.e. if path to the file has any from noted substrings this file will be ignored.
Of cause, it managed through the parameters: ignore/ accept and list of substrings.

 thanks, Vladimir


> [buildtest][harness] .svn directories are not excluded when scanning descriptors
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4168
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4168
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Alexei Fedotov
>         Attachments: ext_match.patch
>
>
> The test run reports the following:
>     [java] TestHarness:StoreRes        add(): Test was run
> stress/org/apache/harmony/test/stress/classloader/NotSynchThreads/WrongClasses/.svn/text-base/testWCLoad1
>  (PASSED)
> I've fixed the test finder to avoid selecting files of the form *.xml.*.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.