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

Attempt to detect without rebuilding that the "globally ignored" javatools -> xdk module dependency needs to be built #151

Open
lagergren opened this issue Feb 21, 2024 · 0 comments

Comments

@lagergren
Copy link
Contributor

If we change a line in the Javatools and rebuild the jar, this does not cause the xtc modules to be recompiled, which is preferred, since any Javatools change would really cause the every xtccompile and xtcrun task to rebuild, which is undesirable. This has to with the xdk depending on itself when it's being built. As there has been a complaint about the incremental build just running happily (supporting this case) but breaking since it doesn't know what to recompile. We should at least see if we can add a couple of lines of logic to warn that you need to do a full rebuild.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant