-
Notifications
You must be signed in to change notification settings - Fork 7
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
Possible problem with triggeredBy method used to perform resources filtering #16
Comments
Hi, I'll look into this issue this weekend and see if we can find a solution to avoid this super dangerous behavior. I'll contact the sbt developers on this. Thanks for the report. |
I managed to reproduce the described problem with race condition in https://github.com/savulchik/xsbt-filter/tree/filterbug by adding |
Hello, @sdb . I'll try to fix the issue and submit a pull request. |
Eventually I solved my problem with race condition during build using resource generator having default hook in sbt build cycle http://www.scala-sbt.org/0.13.5/docs/Howto/generatefiles.html#resources. @sdb I couldn't find a solution for the plugin due to lack of sbt experience |
I suspect that this is responsible for the fact that |
Following up, it turns out my issues were related to the overlap between this project and sbt-osgi, which looks directly at |
Hello, @sdb .
Please, see the discussion in the following issue sbt/sbt/issues/1187 regarding
triggeredBy
method usage. Especially this comment.Thank you.
The text was updated successfully, but these errors were encountered: