jar « Spring Tool Suite « Spring Q&A





1. STS can't fetch dist.springsource.org/XXX/GRECLIPSE/e3.6/content.jar since a few days    forum.springsource.org

Hi all, Just wanted to inform that my STS seems to be unable to fetch "http://dist.springsource.org/milestone/GRECLIPSE/e3.6/content.jar" and related files for some reason. Don't really need the files but maybe there's an ...

2. STS Gradle: refresh gradle deps fails on flatDir deps repo without source jars    forum.springsource.org

Refreshing gradle dependencies from STS for the following build script Code: apply plugin: 'java' repositories { flatDir dirs: "${project.projectDir}/lib" mavenCentral() } dependencies { compile ':jdom:' compile 'log4j:log4j:1.2.15' } fails complaining unresolved ...

3. Jar in STS Spring Project    forum.springsource.org

I want to know , if we i create a Spring Project thru STS , will the Spring Jars automatically be included. Thanks in advance abe

5. STS Requires Spring JARs?    forum.springsource.org

I was just wondering if STS required manual installation (or inclusion) of Spring JAR's? I installed STS following the installation instructions, but I found that the build/class path variables do not ...

6. JARs missing for tcServer inside STS    forum.springsource.org

JARs missing for tcServer inside STS Hi, I'm using STS 2.5.0 M3, downloaded and unpacked from SpringSource and like to get a WebApp running on tcServer v2.0. First problem is after ...

7. Sometimes STS does not publish maven jars to WEB-INF/lib folder    forum.springsource.org

Sometimes STS does not publish maven jars to WEB-INF/lib folder Hello. I am using STS 2.5.1. mit Maven Support. I created a web application (under version 2.3.2) with Spring MVC and ...

8. Importing jars to STS Grails    forum.springsource.org

Importing jars to STS Grails I'm having some issues using external libraries with grails. Specifically, I'm trying to get the JFreeChart library working. I've copied all necessary jars into the lib ...