Just confirmed sha1 is correct, but the problem still happening with tar.gz archives. So I decide to investigate a little further.
The problem was my default app to untar was messing up with the...
Type: Posts; User: fmcypriano; Keyword(s):
Just confirmed sha1 is correct, but the problem still happening with tar.gz archives. So I decide to investigate a little further.
The problem was my default app to untar was messing up with the...
Hooray, solved the problem.
I redownload the tcserver dev edition, but this time in zip format instead of tar.gz. Just unzip it and started spring-insight-instance and evertything works.
I do...
Double checked it, I haven't this file. Could you check if the missing class is in it?
Yes, exactly.
Just to help out these are the jars I found in spring-insight-instance:
webapps/insight/WEB-INF/lib/
webapps-libs/
I'm using Mac OS 10.6.3, JDK 1.6.0_17 both 64bits. Yes the JAVA_HOME is set to /Library/Java/Home:
$ echo $JAVA_HOME
/Library/Java/Home
$ javac -version
javac 1.6.0_17
When I execute...
Hello,
I just downloaded springsource-tc-server-developer-2.0.0.RELEASE.tar.gz and installed it on /temp/tcserver, now I'm trying to start the spring-insight-instance but I'm getting this error on...
Reimport the project didn't work for me, I tried this just after Christian's reply.
Hi Christian,
I did all this and didn't solve. The thing is when I set the my folders where the code files are as source folders in Properties / Java Build Path, just after this configuration my...
Hello,
I've just download STS 2.2.0 and I'm trying to make my mavenized Grails project to work with, I've already installed groovy and grails support. And did this:
Import my multi-module...
Hello,
I'm writing a Role class which the setter automatically converts what the user type to the pattern: all uppercase and starting with ROLE_.
For example, if the user type "TI admin" the...