I started from fresh and used 0.9 to create the wrapper and it worked. Is this the normal process for creating the wrapper? I can see where this might be the case sometimes but, maybe not the norm. Also, It may save time for others if this was listed in the breaking changes list. I am glad this is now working because there are features in 0.9 I wanted to take advantage of.
Thanks for the help Adam. Jas Adam Murdoch-2 wrote: > > > > On 10/04/10 1:01 AM, jashatton wrote: >> I have been trying to get the Gradle Wrapper working from the 0.9 preview >> 1 >> release. >> >> I keep getting this stack trace: >> >> Exception in thread "main" java.lang.ClassNotFoundException: >> org.gradle.BootstrapMain >> at java.net.URLClassLoader$1.run(URLClassLoader.java:200) >> at java.security.AccessController.doPrivileged(Native Method) >> at java.net.URLClassLoader.findClass(URLClassLoader.java:188) >> at java.lang.ClassLoader.loadClass(ClassLoader.java:303) >> at java.lang.ClassLoader.loadClass(ClassLoader.java:248) >> at >> org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:36) >> at org.gradle.wrapper.Wrapper.execute(Wrapper.java:58) >> at org.gradle.wrapper.WrapperMain.main(WrapperMain.java:39) >> >> I am certain I am not getting pollution from environment variables. >> >> Please let me know if there is something I might be missing. >> >> > > I suspect that a wrapper generated with Gradle 0.8 won't work with 0.9. > Gradle could certainly give you a better error message, to let you know > what the problem is. > > > -- > Adam Murdoch > Gradle Developer > http://www.gradle.org > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://old.nabble.com/0.9-preview-1-Gradle-Wrapper-not-working-tp28191253p28217516.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
