clean
Purpose
The clean
command will delete all compiled resources from the current Griffon application. Since Groovy is a compiled language, as with Java, this is sometimes useful to clear old instances of classes out and ensure correct compilationExamples
griffon clean
Description
Usage:
You can specify additional packages to be cleaned. For example, to clean both zip
and izpack
installers you'll issue the following commandArguments:
packages
- a list of additional packages to clean. Accepted values are zip
, jar
, applet
, webstart
. If the Installer plugin is available then the following packages also become available: izpack
, rpm
, deb
, dmg
, jsmooth
.