sam / doubleshot

Build and Dependency Management for mixed Java/Ruby projects.
MIT License
19 stars 22 forks source link

Conditional builds fail for deeply nested source files. #72

Closed sam closed 11 years ago

sam commented 11 years ago

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.

sam commented 11 years ago

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.