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
The simplest way to ensure that a javatools is used if it's already build, and ignoring its dependencies would be ignoring that as an @input to the XtcCompileTasks if we are explicitly told to no rebuild javatools when something has changed.
Verify that this is the case, and that it works to change javatools.jar without having the XTC modules of the XDK rebuilt as the next step.
(This also shows that it's a good idea to use more fine grained dependencies for javatools instead of the fatker, because incremental builds with the javatools dependency ENABLED (default) would likely resolve faster).