Skip to content

Commit 3a7a3a3

Browse files
author
graeme
committed
small correct to compile before StatusFinal
git-svn-id: https://svn.codehaus.org/grails/trunk@5772 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent db95b80 commit 3a7a3a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/InstallPlugin.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ target ( "default" : "Installs a plug-in for the given URL or name and version")
4646
depends(checkVersion)
4747

4848
installPlugin()
49-
compile()
5049
}
5150

5251
target(cachePlugin:"Implementation target") {
@@ -151,6 +150,8 @@ target(installPlugin:"Implementation target") {
151150
includeTargets << instrumentedInstallScript
152151
}
153152
def providedScripts = resolveResources("file:${pluginsBase}/${fullPluginName}/scripts/*.groovy").findAll { !it.filename.startsWith('_')}
153+
event("StatusUpdate", [ "Compiling plugin ${fullPluginName} ..."])
154+
compile()
154155
event("StatusFinal", [ "Plugin ${fullPluginName} installed"])
155156
if(providedScripts) {
156157
println "Plug-in provides the following new scripts:"

0 commit comments

Comments
 (0)