Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
TAP output files are matched with the pattern "*/.*" (TapPublisher.java:481 in tap-1.24), but on many platforms this only matches filenames containing a dot. Files without a dot in their name are correctly copied to tap-master-files, but are then ignored by the parser.
The pattern has been interpreted as a formatting directive. It was of course "*/.*".