G'day A recent commit introduced a file called MessageMatcherTest. Rather than putting this file in a folder called:
james-utils/src/test/java/org/apache/james/mime4j/utils/search/MessageMatcherTest.java it has been placed into: james-utils/src/test/java/org.apache.james.mime4j.utils.search/MessageMatcherTest.java As a result this class doesn't compile properly in environments like Eclipse. Is there a good reason for choosing to name this file in this way? jon.
