[PEAR-BUG] Req #17434 [Asn->Csd]: Ignore hidden folders when generating XMI file by default
[email protected] Sun, 15 Feb 2015 23:03:13 +0000 (GMT)
| Newsgroups | php.pear.bugs |
|---|---|
| Message-ID | <[email protected]> |
Edit report at https://pear.php.net/bugs/bug.php?id=17434&edit=1 ID: 17434 Updated by: [email protected] Reported By: schkovich at gmail dot com Summary: Ignore hidden folders when generating XMI file by default -Status: Assigned +Status: Closed Type: Feature/Change Request Package: PHP_UML Operating System: Ubuntu 10.04 Package Version: 1.5.2 PHP Version: 5.3.2 Assigned To: baptiste Roadmap Versions: New Comment: -Status: Assigned +Status: Closed Previous Comments: ------------------------------------------------------------------------ [2014-01-17 00:48:34] baptiste Thanks. I'll have a look at it asap. ------------------------------------------------------------------------ [2010-10-01 23:02:47] baptiste I understand the need. Unfortunately, this would prevent from parsing hidden files/folders (since ignore option (-i) has priority over match option (-m)) ------------------------------------------------------------------------ [2010-06-03 01:16:11] doconnor -Assigned To: +Assigned To: baptiste ------------------------------------------------------------------------ [2010-05-25 16:31:34] schkovich Description: ------------ When generating XMI file from folder hidden files and folders are imported. Ignore hidden files and folders by default. Test script: --------------- Generate XMI file from Subversion working copy. For example: phpuml ./FooTest -x 1 -n FooTest -o ./ Of course phpuml ./FooTest -i . .. .svn -x 1 -n FooTest -o ./ is working correctly Expected result: ---------------- No hidden folders like .svn imported Actual result: -------------- <UML:Artifact xmi.id="4bfbeb58831de" name="."> <UML:Artifact xmi.id="4bfbeb58832b3" name=".."> <UML:Package xmi.id="4bfbeb5882fc6" name=".svn"> ------------------------------------------------------------------------ -- Edit this bug report at https://pear.php.net/bugs/bug.php?id=17434&edit=1