Recompile not being triggered by changing source file #3234
tballard
started this conversation in
Development
Replies: 1 comment
-
Can you provide a reproducer and more infos about your environment? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As requested, I've been trying to modify a mill shared code example enough that it fails like my real project. Of course it works perfectly. In the real code, the problem occurs in shared code, (at least) so I have put a simple shared class in each, with a method returning a String, which is used in a "print" statement on both client and server.
Doing a clean and compile works fine for both.
is the same for both.
Changing the shared file and recompiling works as you would hope for the toy. For the real project, not so much.
shows 3 changed files for the toy
and none for the real project.
I'm hoping there is some good way to see the difference in what is happening in the 2 cases. What do you recommend?
By the way, "visualize" and "visualizePlan" are failing with with a GrapvizException saying "None of the provided engines could be initialized".
Beta Was this translation helpful? Give feedback.
All reactions