lemonzone2010 / javamelody

Automatically exported from code.google.com/p/javamelody
0 stars 0 forks source link

Unable to install grails melody plugin #200

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.run the grails install plugin command "grails install-plugin grails-melody"

What is the expected output? What do you see instead?
The installation should complete after some time, but it hangs. Below is the 
output of the command.

pradeep@pradeep:~/Amphisoft/amphihub/ekluvya$ grails install-plugin 
grails-melody
Welcome to Grails 1.3.7 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: /home/pradeep/tools/grails-1.3.7

Base Directory: /home/pradeep/Amphisoft/amphihub/ekluvya
Resolving dependencies...
Dependencies resolved in 2692ms.
Running script /home/pradeep/tools/grails-1.3.7/scripts/InstallPlugin.groovy
Environment set to development
Resolving plugin grails-melody. Please wait...

Downloading: 
http://svn.codehaus.org/grails-plugins/grails-grails-melody/tags/RELEASE_1_12/gr
ails-grails-melody-1.12.zip ...
Download complete.
Installing zip 
/home/pradeep/.ivy2/cache/org.grails.plugins/grails-melody/zips/grails-melody-1.
12.zip... ...
    [mkdir] Created dir: /home/pradeep/.grails/1.3.7/projects/ekluvya/plugins/grails-melody-1.12
    [unzip] Expanding: /home/pradeep/.ivy2/cache/org.grails.plugins/grails-melody/zips/grails-melody-1.12.zip into /home/pradeep/.grails/1.3.7/projects/ekluvya/plugins/grails-melody-1.12
Installed plugin grails-melody-1.12 to location 
/home/pradeep/.grails/1.3.7/projects/ekluvya/plugins/grails-melody-1.12. ...
Resolving plugin JAR dependencies ...

What version of the product are you using? On what application server, JDK,
operating system?
Ubuntu 11.04

Please provide any additional information below.

Original issue reported on code.google.com by pradeep...@gmail.com on 16 Mar 2012 at 2:23

GoogleCodeExporter commented 9 years ago
duplicate of issue 199

Original comment by evernat@free.fr on 18 Mar 2012 at 11:59

GoogleCodeExporter commented 9 years ago

Original comment by evernat@free.fr on 28 Mar 2012 at 8:49

GoogleCodeExporter commented 9 years ago
The jrobin dependency is now available in the Maven central repository as you 
can see here:
http://search.maven.org/#artifactdetails|org.jrobin|jrobin|1.5.9|jar

Your builds should find it automatically in Maven central since March, the 23rd.

The external repository referenced in the BuildConfig.groovy file of the plugin 
is now useless and it has been removed:
https://svn.codehaus.org/grails-plugins/grails-grails-melody/trunk/grails-app/co
nf/BuildConfig.groovy
(revision 80927)

Original comment by evernat@free.fr on 28 Mar 2012 at 9:08