CogComp / lbjava

Learning Based Java (LBJava)
http://cogcomp.cs.illinois.edu/page/software_view/LBJava
Other
13 stars 17 forks source link

Getting rid of `compileLBJ.sh` script and using the lbj-maven-plugin #18

Closed danyaljj closed 8 years ago

danyaljj commented 8 years ago

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?

FYI @christos-c

danyaljj commented 8 years ago

A suggestion by Christos; using profiles: http://stackoverflow.com/questions/15040606/maven-plugin-as-module might solve our issue.

bhargav commented 8 years ago

Fixed by PR #42 Merged to master. Issue can be closed.