Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Environment:Grails 1.0RC3 with Sun Java 6u3 on Debian Testing
-
Testcase included:yes
Description
Installing FCK Editor plugin on a fresh project fails:
grails create-app Gluar
cd Gluar
grails install-plugin fck-editor
Base Directory: /home/turman/Gluar
Environment set to development
Note: No plugin scripts found
Running script /home/turman/Software/grails/scripts/InstallPlugin.groovy
[mkdir] Created dir: /home/turman/Gluar/plugins
[copy] Copying 1 file to /home/turman/Gluar/plugins
[mkdir] Created dir: /home/turman/Gluar/plugins/fck-editor-0.3
[unzip] Expanding: /home/turman/Gluar/plugins/grails-fck-editor-0.3.zip into /home/turman/Gluar/plugins/fck-editor-0.3
Compiling plugin fck-editor-0.3 ... ...
[mkdir] Created dir: /home/turman/.grails/1.0-RC3/projects/Gluar/classes
[groovyc] Compiling 5 source files to /home/turman/.grails/1.0-RC3/projects/Gluar/classes
[mkdir] Created dir: /home/turman/Gluar/web-app/WEB-INF/lib
[mkdir] Created dir: /home/turman/Gluar/web-app/plugins/fck-editor-0.3
[copy] Copying 338 files to /home/turman/Gluar/web-app/plugins/fck-editor-0.3
Loading with installed plug-ins: ["FCKeditorGrailsPlugin"] ...
[delete] Deleting directory /home/turman/Gluar/plugins/fck-editor-0.3
[delete] Deleting directory /home/turman/Gluar/web-app/WEB-INF/classes
[delete] Deleting directory /home/turman/Gluar/web-app/WEB-INF/lib
[delete] Deleting directory /home/turman/.grails/1.0-RC3/projects/Gluar/classes
[mkdir] Created dir: /home/turman/Gluar/web-app/WEB-INF/classes
[mkdir] Created dir: /home/turman/Gluar/web-app/WEB-INF/lib
[mkdir] Created dir: /home/turman/Gluar/web-app/WEB-INF/grails-app
Grails Bug: If the plugin wasn't loaded it should be in the failed plugins list, but is not. Please report the issue.
Note that unzipping manually the zip archive (downloaded into the plugins directory) seems to fix the install...