fix(build): use maven with the wrapper script to build#119
Draft
valters wants to merge 12 commits intoWisser:masterfrom
Draft
fix(build): use maven with the wrapper script to build#119valters wants to merge 12 commits intoWisser:masterfrom
valters wants to merge 12 commits intoWisser:masterfrom
Conversation
are downloaded from maven central
valters
commented
Mar 19, 2025
| cd $instdir | ||
|
|
||
| LIB=lib | ||
| LIB=target/lib |
Author
There was a problem hiding this comment.
maven dependency plugin will copy jar files in this folder
valters
commented
Mar 19, 2025
jailerGUI.sh
Outdated
| CP=$CP:$LIB/jsqlparser-3.2.jar | ||
| CP=$CP:$LIB/tablefilter-swing-5.3.1.jar | ||
| CP=$CP:jailer.jar | ||
| CLASSPATH=$CLASSPATH:target/jailer-gui-1.0.0-SNAPSHOT.jar |
Author
There was a problem hiding this comment.
jailer jar after building with maven.
this script I guess is not good for distributing: I used it to launch jailer UI locally after converting the build to maven.
Author
There was a problem hiding this comment.
to build, run ./mvnw package.
I did not test on Windows.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I could not track down a reliable source for prefuse and sdoc. For now to build locally one needs to put in into local Maven repo like this: