mistupv / JavaSlicer

A program slicer for Java, based on the system dependence graph (SDG).
https://mist.dsic.upv.es/JavaSlicer/demo/
GNU Affero General Public License v3.0
54 stars 18 forks source link

Move graphlib from eclipse classpath to maven. #12

Closed cargaji closed 4 years ago

cargaji commented 4 years ago

Fixes #10

This allows the compilation, execution and assembly of jar files from maven, without resorting to the manual inclusion of lib/graphlib.jar.

cargaji commented 4 years ago

Modified the solution to create a local maven repository, instead of including the jar file using a deprecated method.

cargaji commented 4 years ago

Replaced by #13 due to an error when naming branches.