ramonpereira / paladinus

:mechanical_arm: :zap: Paladinus: An Iterative Depth-First Search FOND Planner.
GNU General Public License v3.0
8 stars 1 forks source link

Fix source package structure #2

Closed ssardina closed 1 year ago

ssardina commented 1 year ago

@ramonpereira , somehow when you merged the package structure of java sources got wrong.

all java sources should start under src/main/java so package should not be main.java.xxxx, it should be just xxx.

Compiles of Paladinus with the wrong structure will cause the classes not to be found, even the main one.

This PR fixes that and has a structure of sources compatible with maven directory structure.

ssardina commented 1 year ago

Note 3 tests still do not pass but it seems it's just because these tests are empty. Should we delete them completely?