this is driving me crazy - i'm trying to 'fix' a broken plugin and its using Gant scripts.
when i create a script it seems to run it - but if i create an error in a script and try and back the change out by deleting it - running the script a second time throws the same error.
i'm using the grails command history button in GGTS to run the script 'say test-script' where i have a created TestScript in the scripts directory. Its like its somehow caching the scripts- and the last broken one seems to be the one it keeps running -
any ideas how to force it to reload the corrected script on the next run ?