Questions tagged [sts-springsourcetoolsuite]

Spring Tool Suite (STS) is the Eclipse-powered development environment for building Spring-powered enterprise applications. STS supplies tools for all of the latest enterprise Java and Spring based technologies. The Groovy-Grails Tool Suite (GGTS) is a variant of STS tailored towards developing Groovy and Grails applications.

The Spring Tool Suite™ (STS) provides the best Eclipse-powered development environment for building Spring-powered enterprise applications. STS supplies tools for all of the latest enterprise Java and Spring, and comes on top of the latest Eclipse releases.

Included with STS is the developer edition of Pivotal tc Server, the drop-in replacement for Apache Tomcat that’s optimized for Spring. With its Spring Insight console, tc Server Developer Edition provides a graphical real-time view of application performance metrics that lets developers identify and diagnose problems from their desktops.

STS supports application targeting to local, virtual and cloud-based servers. It is freely available for development and internal business operations use with no time limits.

Links

Usage

Please tag your question under if it is more related to its core features.

568 questions
10
votes
1 answer

How check if dependency is used by any of my classes and list them in Maven?

I want to do some clean up in POM.XML. How can I check which dependencies aren't used at all by my code and if one is used then how tell which one is it? Of course I don't want to simply delete dependency and then search for errors in IDE, because…
denu
  • 2,170
  • 2
  • 23
  • 28
10
votes
1 answer

missing required source folder .link_to_grails_plugins/jquery-1.7.1/grails-app/i18n

My project compiled fine without any problems. I went out of Eclipse and went back inside and get this error. These folders do not exist in my project. I do not think are part of Grails, it appears that the STS creates them. What is the problem? STS…
JLBarros
  • 672
  • 1
  • 8
  • 18
8
votes
5 answers

Groovy/Grails - Unable to Resolve Class

I am trying to build a Grails project in STS and am getting many error messages of the form: Groovy:unable to resolve class org.codehaus.groovy.grails.commons.ConfigurationHolder as well as others like Groovy:unable to resolve class…
skaz
  • 21,962
  • 20
  • 69
  • 98
8
votes
1 answer

SpringSource Tool Suite (STS): How to run server and Java project through the IDE?

I'm using the latest version of SpringSource Tool Suite (STS). I have set up a Java project. My code has an Ant build file that packages a WAR. I have Tomcat 6.0.24 installed locally on my Mac 10.6.3. Can someone point me to how I deploy my…
Dave
  • 8,667
  • 25
  • 72
  • 90
8
votes
2 answers

STS Upgrate leads to MatchLocator problems

I recently let STS update itself from 3.1 to 3.5 and now I'm getting errors regarding the MatchLocator class. I'm not sure what MatchLocator is, but it appears to be a core Eclipse service. When I open STS I get 'Initializing Java Tooling' has…
Gangstead
  • 4,152
  • 22
  • 35
8
votes
1 answer

STS 3.4.0 Gradle Support not working

I am trying to get started on Gradle using STS 3.4.0 release, but when I try to add the Gradle support to my project all the options in the sub-menu are grayed out. I tried removing the project and importing it as a Gradle Project, but when I click…
CodeChimp
  • 8,016
  • 5
  • 41
  • 79
8
votes
2 answers

Groovy-Grails Tool Suite (GGTS) content assist not recognizing basic groovy

I have installed GGTS, on ubuntu and am trying to edit .Groovy files with the built in editor. The autocomplete is extremely annoying because while it will recognize my domain objects i.e. my User class etc.. It doesn't recognize basic groovy, for…
Emmesk Dosk
  • 93
  • 1
  • 3
8
votes
4 answers

Port 8080 required by VMware vFabric tc Server Developer

I'm using STS (SpringSource Tool Suite) which comes with VMware vFabric tc Server Developer Edition v2.6. The problem is, every time I start it, it shows the following error: Port 8080 required by VMware vFabric tc Server Developer Edition v2.6 …
Neets
  • 4,094
  • 10
  • 34
  • 46
7
votes
1 answer

Getting started with GitHub and Eclipse (spring source toolsuite 2.7.1)

I am new with both Git and GitHub so please bear with me. I have an empty repository on GitHub with an automatically created branch (gh-pages), which, I understand, is supposed to be used with GitHub's pages functionality. Now what I would like to…
Shamaila Tahir
  • 988
  • 2
  • 8
  • 17
7
votes
3 answers

problem when updating sts or installing extensions

I'm working with STS 2.5.0 and I when I tried to install the GWT extension I encountered the following error: An error occurred while collecting items to be installed session context was:(profile=com.springsource.sts.ide,…
Neets
  • 4,094
  • 10
  • 34
  • 46
7
votes
2 answers

Is it possible for Gradle projects in Eclipse/STS to resolve dependencies to other Gradle projects in the same workspace?

A Gradle project in my workspace (call it Downstream) needs to depend on another Gradle project (call it Upstream). Outside of Eclipse, of course Upstream would need to be build and installed before Downstream (so that Gradle can resolve it). In…
E-Riz
  • 31,431
  • 9
  • 97
  • 134
7
votes
2 answers

Eclipse (STS) + Maven

I basically have 2 questions: Is there a way to invoke maven console from eclipse? (where I could write eclipse:eclipse, and it started building eclipse project) Where does STS unpack it's maven? I'd like to add that path to env variables, so that…
George
  • 8,368
  • 12
  • 65
  • 106
7
votes
3 answers

SpringSource IDE does not use project name as root URL for Spring MVC application

When I create a Spring MVC Template Project with the SpringSource IDE, I run the application and the root URL is set as the last word of the default package name: For example, when I create the project, I set the default package as com.sample.myapp.…
littleK
  • 19,521
  • 30
  • 128
  • 188
6
votes
1 answer

"RA layer request failed" error with Subclipse, no errors with web browser

I'm using STS 2.8.1 (I think it's based on Eclipse Indigo) with Subclipse 1.6.18. I'm trying to check some code out from a repository, but when I add the repository location, I get the following error: RA layer request failed svn: Server sent…
Neets
  • 4,094
  • 10
  • 34
  • 46
6
votes
1 answer

Projects in Project Browser are disappeared but remain in disk

Every new day my projects are lost in project browser in eclipse-indigo but remain in disk, so I must import all projects again in every morning. Do you have any idea about this problem? I can see all projects in…
afsinka
  • 253
  • 4
  • 16
1 2
3
37 38