Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditional builds fail for deeply nested source files. #72

Closed
sam opened this issue Nov 27, 2012 · 1 comment
Closed

Conditional builds fail for deeply nested source files. #72

sam opened this issue Nov 27, 2012 · 1 comment
Assignees
Labels

Comments

@sam
Copy link
Owner

sam commented Nov 27, 2012

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.

@ghost ghost assigned sam Nov 27, 2012
@sam
Copy link
Owner Author

sam commented Dec 3, 2012

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.

@sam sam closed this as completed in 3a68d5c Dec 3, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant