Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.1-beta3
-
Fix Version/s: None
-
Component/s: Plugins
-
Labels:None
Description
not sure if it is problem with my plugin (the zip is too large? contains certain jar? too many files in gapi?) it's not easy but repeatable.
1. https://svn.codehaus.org/grails-plugins/grails-step2/trunk/
2. grails release-plugin
i have tried many times. tried to remove the svn directory and re-release, or just re-release to overwrite the existing files.
imho, the current way that the release plugin tries to read plugins to generate an xml is a problem. see my latest comment at GRAILS-3836
Reading [xfire] plugin info ... Reading [xmlrpc] plugin info ... Reading [xtemplates] plugin info ... Reading [yui] plugin info ... Unable to list plugins, please check you have a valid internet connection: java. io.FileNotFoundException: file:\C:\Documents%20and%20Settings\OS_USERNAME\.grails \1.1-beta3\plugins-list-default.xml (The specified path is invalid) : Warning: Could not find file C:\Documents and Settings\OS_USERNAME\.grails\1.1- beta3\plugins-list-default.xml to copy. at org.apache.tools.ant.taskdefs.Copy.execute(Copy.java:420) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav a:105) at org.apache.tools.ant.Task.perform(Task.java:348) at ReleasePlugin$_run_closure4.doCall(ReleasePlugin.groovy:154) at ReleasePlugin$_run_closure3.doCall(ReleasePlugin.groovy:113) at ReleasePlugin$_run_closure1.doCall(ReleasePlugin.groovy:41) at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:324) at gant.Gant$_dispatch_closure6.doCall(Gant.groovy:334) at gant.Gant$_dispatch_closure6.doCall(Gant.groovy) at gant.Gant.withBuildListeners(Gant.groovy:344) at gant.Gant.this$2$withBuildListeners(Gant.groovy) at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source) at gant.Gant.dispatch(Gant.groovy:334) at gant.Gant.this$2$dispatch(Gant.groovy) at gant.Gant.invokeMethod(Gant.groovy) at gant.Gant.processTargets(Gant.groovy:495) at gant.Gant.processTargets(Gant.groovy:480) Error occurred with release-plugin: Warning: Could not find file C:\Documents an d Settings\OS_USERNAME\.grails\1.1-beta3\plugins-list-default.xml to copy.
just released another plugin without any problem, so it shows the problem is with the Step2 plugin itself. Just brainstormed the following possible causes of problem:
no other ideas. please suggest if there are any way i may try to help to troubleshoot.