You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/07/24 08:06:37 UTC

[GitHub] [netbeans] mglukhikh commented on issue #1398: Kotlin Plugin Donation

mglukhikh commented on issue #1398: Kotlin Plugin Donation
URL: https://github.com/apache/netbeans/pull/1398#issuecomment-514526578
 
 
   I should mention that we intentionally do not include content of https://github.com/JetBrains/kotlin-netbeans/tree/master/lib folder in this donation. This folder contain jar files built from intellij-community and kotlin project sources. Of course you can use them if you wish, but we can't donate them because they are parts of other JetBrains projects.
   
   Of course it would be much better (in both legal and technical aspects) for these jars not to be stored in the repo directly. I can give some advices how to avoid it (but sorry, can't do it myself due to lack of time):
   
   - intellij-core.jar artifact could be directly taken from here: https://www.jetbrains.com/intellij-repository/releases
   - for other artifacts, I recommend to look at https://github.com/JetBrains/kotlin-eclipse project, kotlin-bundled-compiler folder. As I can see it download everything (including even intellij-core) needed via Gradle getBundled task declared at the end of build.gradle. Probably for NetBeans plugin it could be done in the same manner
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists