helloworld app created successfully, and after changing into that directory and typing grails command is yielding to grails prompt.
it is being struck after |configuring classpath for some time and throwing ERROR like this.
==============================================================================
| |Configuring classpath |
| Error Resolve error obtaining dependencies: Failed to read artifact descriptor for xalan:serializer:jar:2.7.1 (Use --stacktrace to see the full trace) |
| Error Required Grails build dependencies were not found. This is normally due to internet connectivity issues (such as a misconfigured proxy) or missing repositories in grails-app/conf/BuildConfig.groovy. Please verify your configuration to continue. |
C:\MyLearning\helloworld>
==============================================================================
I installed Eclipse Kepler and GGCT plugin, the same is happening with it no progress after configuring classpath step.
If I am missing something, please include this in Getting Started Guide under prerequisites
I am using grails 2.3.5 (tested on 2.3.4 too, but the same result) on Windows 7 64 bit.
PLEASE HELP ME IF I MISS SOME THING TO DO