Quantcast
Channel: Spring Community Forums - Grails
Viewing all articles
Browse latest Browse all 40

Problem Creating Project From Existing Code

$
0
0
Hi,

I'm totally new to Grails and GGTS. I have an existing grails project that was developed using GGTS 2.0 and Grails 2.1.0 on linux, so trying to use those versions initially to get started. My code is in an svn repository. I went to the SVN Respository Exploring perpective and tried to create a new project from there. It checks everything out 100% but then just hangs. I have to 'Force Quit' out of ggts. The checked out code exists on the hard drive afterwards.

When I first got into ggts, it asked for the location of a mavens settings.xml file. It allowed me to create a new one, so I did. Not sure if I need to configure something in there or not.

I see the following errors on my linux command line when I access the SVN Respository:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder."
SLF4J: Defaulting to no-operation (NOP) logger implementation.
java.lang.reflect.InvocationTargetException
...

I went back into ggts and see the following errors on the linux command line:
Connection to http://dist.springsource.com/release...oc/updates.xml failed on dist.springsource.com. Retry attempt 0 started
java.net.UnknownHostException: dist.springsource.com
...

Just trying to create a new project from existing working code. Can anyone help?

Jan

Viewing all articles
Browse latest Browse all 40

Trending Articles