Tolc / IntelliJ_Jahia_plugin

Jahia's definitions.cnd files syntax highlighting, code completion, and other amazing stuff
Apache License 2.0
22 stars 3 forks source link

Add HOWTO tune and build project #26

Closed artyom-88 closed 4 years ago

artyom-88 commented 7 years ago

Need some instructions how to tune and build IDEA project, containing plugin. I have some errors, trying to build project by default: CndPropertiesLineMarkerProvider:

Error:(8, 45) java: package com.intellij.lang.properties.psi.impl does not exist

CndJspElVariablesProvider:

Error:(17, 31) java: package com.intellij.psi.jsp.el does not exist

I used this http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/prerequisites.html but this is not enough.