https://issues.apache.org/jira/browse/OPENMEETINGS-2597
On Mon, 22 Mar 2021 at 07:27, Maxim Solodovnik <[email protected]> wrote: > > > On Mon, 22 Mar 2021 at 02:45, Filip Žák <[email protected]> wrote: > >> Hello, >> I would like to build a custom version of OM (a little bit changed code). >> But first I tried build original source code. So I downloaded the OM 6.0.0 >> src package from: >> https://openmeetings.apache.org/downloads.html >> >> I unpacked files into the openmeetings directory. I have installed >> OracleJDK 11 and Maven 3.6.3. I have set JAVA_HOME to OracleJDK 11. So I >> tried to compile from the terminal with command: >> >> *mvn clean install -P allModules* >> >> But it failed. >> > > could you share the errors? > > in case it is "npm related" errors like > ``` > [INFO] > [email protected] build-dev > /home/solomax/work/openmeetings/tmp/openmeetings-web/src/main/front/main > [INFO] > browserify src/index.js --transform-key=staging -o > ${outDir}${npm_package_name}.js > [INFO] > [INFO] sh: 1: browserify: Permission denied > [INFO] npm ERR! code ELIFECYCLE > [INFO] npm ERR! errno 126 > ``` > > please delete all `node_modules` folders from > openmeetings-web/src/main/front > and try again > > I'll correct build scripts and will perform 6.0.1 release ASAP > > > >> So my question is how can I achieve compilation without any errors in >> original source code. What else I need to do or have installed? >> >> Thanks >> >> Filip >> > > > -- > Best regards, > Maxim > -- Best regards, Maxim
