lkishalmi commented on code in PR #4549:
URL: https://github.com/apache/netbeans/pull/4549#discussion_r957801626
##########
java/java.kit/nbproject/project.xml:
##########
@@ -237,6 +237,12 @@
<specification-version>2.23</specification-version>
</run-dependency>
</dependency>
+ <dependency>
+
<code-name-base>org.netbeans.modules.languages.antlr</code-name-base>
+ <run-dependency>
+ <specification-version>1.0</specification-version>
+ </run-dependency>
+ </dependency>
Review Comment:
Well I planned to support Java actions (inline source elements) only. Right
now the LanguageEmbedding is only depending on Java Language Mime-Type, so this
module can be put to ide or extide clusters. Though if I'd add Java parsing I'd
need more from the Java modules. That's the reason putting it there.
If we would like to be more generic, then this module could again go to ide
or extide, and provide some spi-s for the supported languages to implement in
their language dependent module. Right now I would be just happy if I can get
the Java parsing working.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists