VISAB-ORG / VISAB

VISAB is a standalone utility to visualize artificial intelligence agent behavior in games.
1 stars 0 forks source link

E maven convert #10

Closed leRoe93 closed 3 years ago

leRoe93 commented 3 years ago

Successfully converted to maven project which is capable of packaging VISAB as an executable JAR into ${VISAB_DIR}/target/ One issue still persists which can be fixed later on because VISAB is still executable via its Main.java from Eclipse.

See: https://github.com/leRoe93/VISAB/pull/9

mfroeh commented 3 years ago

Nice, works well for me! :rocket: I pushed another commit that removes the main method of GUIMain so there is no confusion about the entry point.

leRoe93 commented 3 years ago

Nice, works well for me! 🚀 I pushed another commit that removes the main method of GUIMain so there is no confusion about the entry point.

Glad to read this :D

I pushed some further commits, now everything is working completely as expected - no matter if executed as a JAR or via Eclipse.

mfroeh commented 3 years ago

I resolved Merge conflicts from my incoming changes in the dev branch. I also just noticed now, that we are now "hiding" our source files behind four folders (main/java/org/visab). Is this needed so that we can create the maven package?

Personally I would prefer having it as little folders, that only contain a single folder, as possible. Just something for us to discuss on Monday or sometime else, not relevant for stopping this merge.