Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

external libs not integrated in .jar file #5

Open
Vskilet opened this issue Dec 13, 2017 · 3 comments
Open

external libs not integrated in .jar file #5

Vskilet opened this issue Dec 13, 2017 · 3 comments

Comments

@Vskilet
Copy link

Vskilet commented Dec 13, 2017

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
Copy link
Author

Vskilet commented Dec 13, 2017

Maybe the ArrayList of libs is not initialized ?

JarCreator jarCreator = new JarCreator(compilerOutputPath.getCanonicalPath(), basePath + "/" + jarName , mainClass, new ArrayList<>());

@miguelcordovam
Copy link
Owner

miguelcordovam commented Dec 13, 2017 via email

@hacker1024
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants