digitalfondue / lavagna

Lavagna: issue tracker/project management tool
http://lavagna.io
GNU General Public License v3.0
636 stars 110 forks source link

Procedure for lavagna in eclipse #139

Closed Ghosty001-lester closed 3 years ago

Ghosty001-lester commented 4 years ago

Hello help me out with the entire procedure on how to configure and run lavagna in eclipse. Thank you.

syjer commented 4 years ago

hi @Ghosty001-lester , as I don't use eclipse, I can't really help you. I would guess that you need to install both the lombok and kotlin plugin.

Ghosty001-lester commented 4 years ago

What about in Intellij? Do you have the procedure?

On Wed, May 27, 2020, 15:55 Sylvain Jermini notifications@github.com wrote:

hi @Ghosty001-lester https://github.com/Ghosty001-lester , as I don't use eclipse, I can't really help you. I would guess that you need to install both the lombok and kotlin plugin.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/digitalfondue/lavagna/issues/139#issuecomment-634640825, or unsubscribe https://github.com/notifications/unsubscribe-auth/APF7HITGHVE7JXOQZOFMDPTRTUEVJANCNFSM4NJ5JO5Q .

syjer commented 4 years ago

@Ghosty001-lester , well, you import the project as a gradle one, install the lombok plugin (https://plugins.jetbrains.com/plugin/6317-lombok) and you should be good to go.

Ghosty001-lester commented 4 years ago

What about running? How am I supposed to run it. I mean should I run lavagna from the Intellij or from a web?

On Wed, May 27, 2020, 16:00 Sylvain Jermini notifications@github.com wrote:

@Ghosty001-lester https://github.com/Ghosty001-lester , well, you import the project as a gradle one, install the lombok plugin ( https://plugins.jetbrains.com/plugin/6317-lombok) and you should be good to go.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/digitalfondue/lavagna/issues/139#issuecomment-634643288, or unsubscribe https://github.com/notifications/unsubscribe-auth/APF7HIW23R7YLE523SRAOT3RTUFINANCNFSM4NJ5JO5Q .

syjer commented 4 years ago

@Ghosty001-lester it's written in the README: https://github.com/digitalfondue/lavagna#execute .

Ghosty001-lester commented 4 years ago

when i try this mvn jetty:run I get this error cannot access java.util.List [ERROR] bad class file: /modules/java.base/java/util/List.class [ERROR] class file has wrong version 55.0, should be 53.0 [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.

what should I do?

On Wed, May 27, 2020 at 4:06 PM Sylvain Jermini notifications@github.com wrote:

@Ghosty001-lester https://github.com/Ghosty001-lester it's written in the README: https://github.com/digitalfondue/lavagna#execute .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/digitalfondue/lavagna/issues/139#issuecomment-634646458, or unsubscribe https://github.com/notifications/unsubscribe-auth/APF7HIRBW422AYFEL3WSSILRTUF4ZANCNFSM4NJ5JO5Q .

syjer commented 4 years ago

hi @Ghosty001-lester , as written in the readme, you should use java 8 to run it.

syjer commented 4 years ago

I would advise to use https://sdkman.io/ for handling the various jvm versions

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.