You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ie: ext/java/org/sam/cotton/Dispatcher.java fails to build since we don't detect any changes. Which would imply our glob isn't matching source files properly when packages are used in the directory tree.
The text was updated successfully, but these errors were encountered:
This actually appears to be an issue using Eclipse since it was generating builds in the background, which would throw off our max Pathname#mtime routine.
On a related note, we should attempt to match package-directory-structured Java sources to the root of tests though.
ie:
ext/java/org/sam/cotton/Dispatcher.java
fails to build since we don't detect any changes. Which would imply our glob isn't matching source files properly when packages are used in the directory tree.The text was updated successfully, but these errors were encountered: