spring-attic / eclipse-integration-gradle

Gradle Tooling for Eclipse
Eclipse Public License 1.0
299 stars 108 forks source link

Offline installation requires #95

Closed weisljl89 closed 9 years ago

weisljl89 commented 9 years ago

Master, can provide the eclipse offline installation package, online installation network too slow, and easy to get wrong!!!! This should be the needs of the broad masses!!

paulvi commented 9 years ago

Have you tried offline zip for STS ? https://spring.io/tools/sts/all

kdvolder commented 9 years ago

As paul points out the downloadable update site he points to should work for you. If not please explain why and maybe we can fix it. Closing this for now.

weisljl89 commented 9 years ago

Thanks you for according to your reminding, has been successfully installed. Share the installation result:

1, go to https://spring.io/tools/sts/all to download source maximizes - tool - suite - 3.7.0. RELEASE - e4.5 - updatesite. Zip the file, and extract the file

2, under the root directory of the eclipse, to create a custom gradle plugin directory, create plugins, features in this directory

3 the open_source_licenses, according to https://github.com/spring-projects/eclipse-integration-gradle/blob/master/open_source_licenses.txt file description,

SECTION 3: the Eclipse Public License V1.0

org.apache.com mons. IO - 2.0.1 org.springsource.ide.eclipse.commons.com pletions - 3.7.0 org.springsource.ide.eclipse.com mons. Configurator - 3.7.0 org.springsource.ide.eclipse.com mons. Content. The core - 3.7.0 org.springsource.ide.eclipse.com mons. Core - 3.7.0 org.springsource.ide.eclipse.com mons. Frameworks. The core - 3.7.0 org.springsource.ide.eclipse.com mons. Frameworks. The UI - 3.7.0 org.springsource.ide.eclipse.com mons. Livexp - 3.7.0 org.springsource.ide.eclipse.com mons. UI - 3.7.0

These files can be found in the first step in the download file, copy these files to a custom plugins directory in the directory

4, in the download file to find the words with gradle jar file copy to the corresponding plugins, features

5, start eclipse in Windows - > Preferences can view Gradle, installed correctly

Another method,get offline installation package files, and use the git clone or download the source code, the document, according to the website, use the mvn - Pe37 clean install build, then offline installation, but the source of this method, it is a little small problems, in the operation.

Org.springsource.ide.eclipse.commons. group relies on package files can not find, if someone is solved, please advise, thank you! !

paulvi commented 9 years ago

Read books how to express tech issues and format using Markdown.