Menu

#3 fix file order to list plain files ahead of subdirectories

open
None
4
2009-03-19
2009-03-19
No

Currently, the scan file list is purely alphabetical. Thus giving:
acquire/general/pom.xml
acquire/pom.xml
acquire/spiders/base/pom.xml
acquire/spiders/pom.xml

However, we want each base directory to search its plain files before searching inside subdirectories. So the order should be:
acquire/pom.xml
acquire/general/pom.xml
acquire/spiders/pom.xml
acquire/spiders/base/pom.xml

Discussion


Log in to post a comment.