Here is an example output:
[code]
[INFO] Nothing to compile - all classes are up to date
[INFO] [grails:maven-compile {execution: default}]
Running pre-compiled script
Environment set to development
Plugin [hibernate-1.1.1] not installed, resolving..
Reading remote plugin list ...
Plugin list file corrupt, retrieving again..
[delete] Deleting: C:\...\.grails\1.1.1\plugins-list-core.xml
[get] Getting: http://svn.codehaus.org/grails/trunk/grails-plugins/.plugin-meta/plugins-list.xml
[get] To: C:\...\.grails\1.1.1\plugins-list-core.xml
.
[get] last modified = Thu May 14 10:44:43 CEST 2009
Error reading remote plugin list [org.apache.xerces.jaxp.DocumentBuilderFactoryImpl], building locally...
Plugins list cache is corrupt [org.apache.xerces.jaxp.DocumentBuilderFactoryImpl]. Re-creating..
Unable to list plugins, please check you have a valid internet connection: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Unable to start Grails
Embedded error: java.lang.reflect.InvocationTargetException
Cannot get property 'plugin' on null object
[code]
"Plugin [hibernate-1.1.1] not installed, resolving.." is wrong, grails already installed the plugin. Also, the list of plugins is not corrupt.
Here is an example output:
[code]
[INFO] Nothing to compile - all classes are up to date
[INFO] [grails:maven-compile {execution: default}]
Running pre-compiled script
Environment set to development
Plugin [hibernate-1.1.1] not installed, resolving..
Reading remote plugin list ...
Plugin list file corrupt, retrieving again..
[delete] Deleting: C:\...\.grails\1.1.1\plugins-list-core.xml
[get] Getting: http://svn.codehaus.org/grails/trunk/grails-plugins/.plugin-meta/plugins-list.xml
[get] To: C:\...\.grails\1.1.1\plugins-list-core.xml
.
[get] last modified = Thu May 14 10:44:43 CEST 2009
Error reading remote plugin list [org.apache.xerces.jaxp.DocumentBuilderFactoryImpl], building locally...
Plugins list cache is corrupt [org.apache.xerces.jaxp.DocumentBuilderFactoryImpl]. Re-creating..
Unable to list plugins, please check you have a valid internet connection: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Unable to start Grails
Embedded error: java.lang.reflect.InvocationTargetException
Cannot get property 'plugin' on null object
[code]
"Plugin [hibernate-1.1.1] not installed, resolving.." is wrong, grails already installed the plugin. Also, the list of plugins is not corrupt.