-
Notifications
You must be signed in to change notification settings - Fork 14
Development environment setup (without Maven)
Arian Fornaris edited this page Sep 19, 2017
·
2 revisions
This is a small guide to setup a TypeScript IDE development environment.
This is not a guide to build TypeScript IDE, to build it you need to setup Tycho/Maven, however in this guide we only cover the importation of the projects and run them.
- Open Eclipse Oxygen in a new workspace.
- Import as Maven all projects from TM4E repository: https://github.com/eclipse/tm4e
- Import as Maven all projects from Codelens repository: https://github.com/angelozerr/codelens-eclipse
- Import as a regular project the
codelens-eclipse/tree/master/javassist
project. - Close the
org.eclipse.codelens.jdt
project (it is not needed for TypeScript IDE). - Import as Maven all projects from TypeScript IDE repository: https://github.com/angelozerr/typescript.java
- Import the
typescript.java/tree/master/thirdparties/minimal-json
project. - Create a new Target Platform and add the Web Tools plugins.
- Ignore all Maven related errors.
- Create a Run Configuration with an Eclipse Application and all the plugins in the workspace.
You can read more on this issue:
- TypeScript IDE
- New and Noteworthy