You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: