Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.46 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.46 KB

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.

Codacy Badge

abaplint-eclipse

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
  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

example