A graphical user interface for debugging faulty ASP programs with gringo-wrapper and DWASP.
This project is managed using Apache Maven. If all dependencies are present, use mvn compile
to build the project and mvn package
to create a .zip
and .tar.gz
file containing the Java archive as well as start scripts for Windows and Unix in the target/
directory.
This project depends on gringo-wrapper. Thus to build it, you need to have the gringo-wrapper binaries installed in your local maven repository:
git clone https://github.com/gaste/gringo-wrapper
cd gringo-wrapper
mvn install