There is this script compileLBJ.sh in the lbjava-examples/ which is used to generate the java files for example inside this module, before being able to compile the whole project.
This is really a temporary solution and we should be able to bypass this step with lbjava-maven-plugin.
Proposal: remove the script and just use the lbjava maven plugin.
@mayhewsw do you think you have take a stab at this?
There is this script
compileLBJ.sh
in thelbjava-examples/
which is used to generate the java files for example inside this module, before being able to compile the whole project.This is really a temporary solution and we should be able to bypass this step with
lbjava-maven-plugin
.Proposal: remove the script and just use the lbjava maven plugin.
@mayhewsw do you think you have take a stab at this?
FYI @christos-c