obiba / mica2

Mica is a web portal for epidemiological study consortia.
http://www.obiba.org/pages/products/mica/
GNU General Public License v3.0
10 stars 15 forks source link

Change build of mica-web-model to allow compilation on mac #4413

Closed johannes-darms closed 10 months ago

johannes-darms commented 10 months ago

Added a new maven module to compile protbuf files. This replaces the custom ant script

ymarcon commented 10 months ago

Looks more elegant than the old ant script.

johannes-darms commented 10 months ago

@kazoompa: I thought so too but I couldn't find the binary. While searching for it I found the maven plugin which does the same job. It generates the java and python buildings with less configuration.

Please double check it, but i was able to compile and start the java application after the change.