If I try to replace

https://github.com/stapler/netbeans-stapler-plugin/blob/cf4df727669a0086873f56def0c97542b638ae69/pom.xml#L119

with `RELEASE120`, the build proceeds for a while before complaining that

org/netbeans/external/nb-javac-api/RELEASE120/nb-javac-api-RELEASE120.jar

does not exist, presumably for legal reasons. I can remove

https://github.com/stapler/netbeans-stapler-plugin/blob/cf4df727669a0086873f56def0c97542b638ae69/stapler-plugin/pom.xml#L217-L221
https://github.com/stapler/netbeans-stapler-plugin/blob/cf4df727669a0086873f56def0c97542b638ae69/stapler-plugin/pom.xml#L227-L231

but then I get compilation errors on, for example,

https://github.com/stapler/netbeans-stapler-plugin/blob/cf4df727669a0086873f56def0c97542b638ae69/stapler-plugin/src/main/java/org/kohsuke/stapler/netbeans/plugin/MessagesHint.java#L27-L31

Is there a standard way to use Maven to build modules using
`com.sun.source.*` against Apache NetBeans? Or an alternate API? I
could not find docs on the topic that were not really old. I see that
there is a `requires.nb.javac` property for in-tree Ant-based modules
but this does not help.

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



Reply via email to