jkost commented on PR #1398:
URL: https://github.com/apache/netbeans/pull/1398#issuecomment-1418284825

   It seems that the only thing I must have done (it was sometime ago) was to
   follow the JetBrains' guys advice and update my local maven repo with the
   dependencies from the kotlin-eclipse plugin (see this thread
   <https://github.com/apache/netbeans/pull/1398>) as I don't see and local
   commits or changed files from my side.
   
   Here are only a few of the compiler errors I see when I maven build the
   plugin.
   
   Module name is kotlin.netbeans.plugin
   Supertypes of the following classes cannot be resolved. Please make sure
   you have the required dependencies in the classpath:
       class org.jetbrains.kotlin.installer.Yenta, unresolved supertypes:
   ModuleInstall
       class org.jetbrains.kotlin.filesystem.KotlinVirtualSourceProvider,
   unresolved supertypes: VirtualSourceProvider
   
   
kotlin-netbeans/src/main/java/org/jetbrains/kotlin/builder/KotlinPsiManager.kt:
   (19, 29) Unresolved reference: util
   
kotlin-netbeans/src/main/java/org/jetbrains/kotlin/builder/KotlinPsiManager.kt:
   (20, 29) Unresolved reference: util
   
kotlin-netbeans/src/main/java/org/jetbrains/kotlin/builder/KotlinPsiManager.kt:
   (21, 29) Unresolved reference: vfs
   
kotlin-netbeans/src/main/java/org/jetbrains/kotlin/builder/KotlinPsiManager.kt:
   (22, 21) Unresolved reference: psi
   
kotlin-netbeans/src/main/java/org/jetbrains/kotlin/builder/KotlinPsiManager.kt:
   (23, 21) Unresolved reference: psi
   
kotlin-netbeans/src/main/java/org/jetbrains/kotlin/builder/KotlinPsiManager.kt:
   (32, 29) Unresolved reference: idea
   
kotlin-netbeans/src/main/java/org/jetbrains/kotlin/builder/KotlinPsiManager.kt:
   (33, 29) Unresolved reference: idea
   
kotlin-netbeans/src/main/java/org/jetbrains/kotlin/builder/KotlinPsiManager.kt:
   (35, 29) Unresolved reference: psi
   
kotlin-netbeans/src/main/java/org/jetbrains/kotlin/builder/KotlinPsiManager.kt:
   (36, 21) Unresolved reference: api
   
kotlin-netbeans/src/main/java/org/jetbrains/kotlin/builder/KotlinPsiManager.kt:
   (37, 21) Unresolved reference: api
   
kotlin-netbeans/src/main/java/org/jetbrains/kotlin/builder/KotlinPsiManager.kt:
   (38, 12) Unresolved reference: openide
   ....
   
   I would propose to use the #plugin-developers slack channel to provide
   support to those who wish to help resolve these issues on how to build the
   java part and then concentrate on the kotlin part.
   
   Kind regards,
   
   John.
   
   On Sun, Feb 5, 2023 at 11:11 PM John Kostaras ***@***.***> wrote:
   
   > Hello again,
   >
   > the Kotlin editor (using TextMate language support) can be found here
   > 
<https://github.com/apache/netbeans/tree/kotlin-donation/java/kotlin.editor>.
   > The JetBrains contribution (JavaCC) can be found here
   > <https://github.com/apache/netbeans/tree/kotlin-donation/contrib/kotlin>.
   > I will push my progress to my personal git repo in order not to pollute the
   > NetBeans repo.
   >
   > Thanks.
   >
   > John.
   >
   > On Sat, Feb 4, 2023 at 10:38 PM John Kostaras ***@***.***> wrote:
   >
   >> Please see this page
   >> <https://cwiki.apache.org/confluence/display/NETBEANS/Kotlin+plugin> for
   >> more information.
   >>
   >> Regarding the original plugin
   >> <https://github.com/JetBrains/kotlin-netbeans> donated by JetBrains,
   >> help is needed to fix the bugs in the Kotlin code. Anyone fluent in Kotlin
   >> that could help?
   >>
   >> Regarding the Kotlin support that can already be found under contrib
   >> folder of NetBeans, more work is required. What you can do with it is
   >> already described in the above page. This page
   >> 
<https://cwiki.apache.org/confluence/display/NETBEANS/Adding+New+Language+Support>
   >> is also useful.
   >>
   >> On Fri, Jan 27, 2023 at 6:47 AM devMls ***@***.***> wrote:
   >>
   >>> I agree with @jkost <https://github.com/jkost> . Kotlin Will be a Big
   >>> annunce yo the ide
   >>>
   >>> —
   >>> Reply to this email directly, view it on GitHub
   >>> <https://github.com/apache/netbeans/pull/1398#issuecomment-1406049265>,
   >>> or unsubscribe
   >>> 
<https://github.com/notifications/unsubscribe-auth/AADJUYGQSUHEEFOMP2Y36UTWUNOPXANCNFSM4IGNKK3Q>
   >>> .
   >>> You are receiving this because you were mentioned.Message ID:
   >>> ***@***.***>
   >>>
   >>
   


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

Reply via email to