rh-jmc-team / jigawatts

Build a jar file for easier access to CRIU from Java
Other
11 stars 5 forks source link

Rewrite Makefile -> Maven POM #1

Closed shipilev closed 4 years ago

shipilev commented 4 years ago

This makes the following:

Things left to do:

End result is:

$ mvn clean verify
$ jar tf target/checkpoint.jar
META-INF/
META-INF/MANIFEST.MF
libCheckpointRestore.so
org/
org/checkpoint/
org/checkpoint/Hook.class
org/checkpoint/CheckpointRestore.class
META-INF/maven/
META-INF/maven/org.openjdk.criu/
META-INF/maven/org.openjdk.criu/criu-jar/
META-INF/maven/org.openjdk.criu/criu-jar/pom.xml
META-INF/maven/org.openjdk.criu/criu-jar/pom.properties
mbien commented 4 years ago

i was about to do the same but you beat me to it :)

org_checkpoint_CheckpointRestore seems to be the most recent version, looks like CheckpointRestore.{hpp|cpp} are older duplicates.

mbien commented 4 years ago

added draft PR #2 which builds on top of this PR