https://github.com/abaplint/abaplint-eclipse
DEPRECATED - Eclipse abaplint plugin, see https://github.com/abaplint/abaplint-cloud-foundry instead
https://github.com/abaplint/abaplint-eclipse
abaplint eclipse-plugin
Last synced: 9 months ago
JSON representation
DEPRECATED - Eclipse abaplint plugin, see https://github.com/abaplint/abaplint-cloud-foundry instead
- Host: GitHub
- URL: https://github.com/abaplint/abaplint-eclipse
- Owner: abaplint
- License: mit
- Created: 2016-02-14T07:52:13.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T11:53:27.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T15:04:33.716Z (10 months ago)
- Topics: abaplint, eclipse-plugin
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED
Use https://github.com/abaplint/abaplint-sci-server instead
~~Running Javascript inside Java was really slow. Plus abaplint requires abapGit naming for it to work properly. Currently this project is not maintained, an alternative approach is needed for making abaplint work in ADT.~~
[](https://www.codacy.com/app/larshp/abaplint-eclipse)
# abaplint-eclipse
~~[abaplint](https://github.com/larshp/abaplint) plugin for ABAP in Eclipse~~
### Testing
~~1. Import project into Eclipse~~
~~2. Build abaplint and copy web/script/bundle.js to org.abaplint.eclipse/src/bundle/~~
~~3. Run project as Eclipse Application~~
~~4. Right click ABAP project -> Configure -> Enable abaplint~~
### Installing
1. Import all three projects into Eclipse
2. build project [abaplint](https://github.com/larshp/abaplint)
3. copy web/script/bundle.js from the abaplint project to org.abaplint.eclipse/src/bundle/
4. open site.xml in project abaplint.site and press build all
5. go in help/install new software and add an update site pointing to local directory abaplint.site
6. install the plugin and restart eclipse
7. Right click ABAP project -> Configure -> Enable abaplint
Note that the first few times it is slow, see http://pieroxy.net/blog/2015/06/29/node_js_vs_java_nashorn.html
