miguelcordovam / leJOS_plugin

leJOS plugin for Intellij Idea
8 stars 4 forks source link

external libs not integrated in .jar file #5

Open Vskilet opened 6 years ago

Vskilet commented 6 years ago

With IntelliJ we want to export a lib which is a .jar file into the final .jar to be sure that the library is take into account. Actually the plugin don't care about my library which is in the lib folder of my project

Vskilet commented 6 years ago

Maybe the ArrayList of libs is not initialized ? https://github.com/miguelcordovam/leJOS_plugin/blob/928d734c2ac83bf048029564d60b8919dcfcae4a/src/org/lejos/config/LejosRunProcessHandler.java#L70

miguelcordovam commented 6 years ago

Hi, thanks for trying the plugin. You are right. Currently the plugin does not support adding external libraries. I'm still working on adding new features to it. This feature is on my plan for future releases.

Miguel

On Dec 13, 2017 9:43 AM, "Victor SENE" notifications@github.com wrote:

Maybe the ArrayList of libs is not initialized ? https://github.com/miguelcordovam/leJOS_plugin/blob/ 928d734c2ac83bf048029564d60b8919dcfcae4a/src/org/lejos/ config/LejosRunProcessHandler.java#L70

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/miguelcordovam/leJOS_plugin/issues/5#issuecomment-351411093, or mute the thread https://github.com/notifications/unsubscribe-auth/AFa56WqZUxehkZpbF3xOM-i8CSzLuEHaks5s_-KrgaJpZM4RApdw .

hacker1024 commented 4 years ago

Hi, thanks for trying the plugin. You are right. Currently the plugin does not support adding external libraries. I'm still working on adding new features to it. This feature is on my plan for future releases. Miguel On Dec 13, 2017 9:43 AM, "Victor SENE" @.***> wrote: Maybe the ArrayList of libs is not initialized ? https://github.com/miguelcordovam/leJOS_plugin/blob/ 928d734/src/org/lejos/ config/LejosRunProcessHandler.java#L70 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#5 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AFa56WqZUxehkZpbF3xOM-i8CSzLuEHaks5s_-KrgaJpZM4RApdw .

The kotlin libraries also aren't included. Kotlin code fails to run.