Please read build instructions carefully ... By running "mvn install -P allModules -pl openmeetings-server" You are telling Maven to build only openmeetings-server module and skip all others This will not work
mvn install -P allModules will build all modules then you can skip re-compilation by running "quick" build On Fri, Oct 13, 2017 at 5:04 PM, LTN <[email protected]> wrote: > I added "openmeetings-web-4.0.0-SNAPSHOT.jar" in repository and > configuration openmeetings-web-4.0.0-SNAPSHOT.pom,But the command "mvn > install -P allModules -pl openmeetings-server" runs wrong. I can not build > success! > Running message: > D:\eclipse-workspace\openmeetings>mvn install -P allModules -pl > openmeetings-ser > ver > [INFO] Scanning for projects... > [INFO] > [INFO] ------------------------------------------------------------ > ------------ > [INFO] Building Openmeetings Server 4.0.0-SNAPSHOT > [INFO] ------------------------------------------------------------ > ------------ > [INFO] ------------------------------------------------------------ > ------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------ > ------------ > [INFO] Total time: 1.967 s > [INFO] Finished at: 2017-10-13T17:51:04+08:00 > [INFO] Final Memory: 22M/270M > [INFO] ------------------------------------------------------------ > ------------ > [ERROR] Failed to execute goal on project openmeetings-server: Could not > resolve > dependencies for project org.apache.openmeetings: > openmeetings-server:jar:4.0.0- > SNAPSHOT: Failure to find org.apache.openmeetings: > openmeetings-web:war:4.0.0-SNA > PSHOT in https://repository.apache.org/content/groups/snapshots was > cached in th > e local repository, resolution will not be reattempted until the update > interval > of apache-snapshots has elapsed or updates are forced -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e swit > ch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please rea > d the following articles: > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ > DependencyReso > lutionException > D:\eclipse-workspace\openmeetings> > > > > > > ------------------ 原始邮件 ------------------ > 发件人: "Maxim Solodovnik";<[email protected]>; > 发送时间: 2017年10月13日(星期五) 下午4:42 > 收件人: "dev"<[email protected]>; > > 主题: Re: 回复: How to Build openmeetings by eclipse? > > > > You can download binary distribution from here: > https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/ > > On Fri, Oct 13, 2017 at 3:36 PM, LTN <[email protected]> wrote: > > > Thank you for your reply! > > I was wrong when running the "mvn install -P allModules -pl > > openmeetings-server" command. > > > > The warning message is as follows: > > [WARNING] The POM for org.apache.openmeetings: > openmeetings-web:war:4.0.0- > > SNAPSHO > > > > T is missing, no dependency information available > > > > > > > > Can send me "openmeetings-web-4.0.0-SNAPSHO:war" thank you very much!!! > > > > > > ------------------ 原始邮件 ------------------ > > 发件人: "Maxim Solodovnik";<[email protected]>; > > 发送时间: 2017年10月13日(星期五) 下午3:27 > > 收件人: "dev"<[email protected]>; > > > > 主题: Re: 回复: How to Build openmeetings by eclipse? > > > > > > > > http://openmeetings.apache.org/BuildInstructions.html#Tips_and_Gotchas > > > > mvn clean install -P allModules,unpacked,*mysql* -DskipTests=true > > -Dwicket.mode=DEVELOPMENT > > > > mysql profile is added to enable MySql support > > > > On Fri, Oct 13, 2017 at 2:25 PM, LTN <[email protected]> wrote: > > > > > Where is the "unpacked" build? > > > Under path "openmeetings\openmeetings-web\target"? > > > > > > > > > > > > > > > ------------------ 原始邮件 ------------------ > > > 发件人: "Maxim Solodovnik";<[email protected]>; > > > 发送时间: 2017年10月13日(星期五) 下午3:13 > > > 收件人: "dev"<[email protected]>; > > > > > > 主题: Re: 回复: How to Build openmeetings by eclipse? > > > > > > > > > > > > No need to deploy, > > > > > > As a result you will get fully functional OM :) > > > You can run "unpacked" build and just run it, no need to > > > deploy/unpack/whatever > > > > > > On Fri, Oct 13, 2017 at 2:11 PM, LTN <[email protected]> wrote: > > > > I know http://openmeetings.apache.org/BuildInstructions.html, But > > after > > > > running the command mvn clean install -P allModules, > > > > Run the results of how to deploy to red5? > > > > Run the mvn clean install -P allModules command as shown in the > 1.png > > > > figure > > > > > > > > ------------------ 原始邮件 ------------------ > > > > 发件人: "Maxim Solodovnik";<[email protected]>; > > > > 发送时间: 2017年10月13日(星期五) 上午9:35 > > > > 收件人: "dev"<[email protected]>; > > > > 主题: Re: 回复: How to Build openmeetings by eclipse? > > > > > > > > I sent you complete guide :) > > > > No exe or eclipse plugin are required to build om from sources .... > > > > > > > > WBR, Maxim > > > > (from mobile, sorry for the typos) > > > > > > > > On Oct 13, 2017 08:20, "LTN" <[email protected]> wrote: > > > > > > > >> just now,I downloaded setup-Red5-1.0.8-M11.exe and installed it as a > > > >> server, > > > >> In the eclipse installed red5 plugin and import OM source, I use > > > >> setup-Red5-1.0.8-M11.exe to compile OM source > > > >> ,Compiler does not pass. Excuse me! How can I build an OM > compilation > > > >> environment? I would like to modify the OM source, > > > >> But do not know how to build compilation environment. please help > > me!!! > > > >> > > > >> > > > >> ------------------ 原始邮件 ------------------ > > > >> 发件人: "Maxim Solodovnik";<[email protected]>; > > > >> 发送时间: 2017年10月12日(星期四) 下午4:07 > > > >> 收件人: "dev"<[email protected]>; > > > >> > > > >> 主题: Re: How to Build openmeetings by eclipse? > > > >> > > > >> > > > >> > > > >> Build process is described here: > > > >> http://openmeetings.apache.org/BuildInstructions.html > > > >> OM is not directly based on Tomcat8 > > > >> It is based on Red5 which is based on Tomcat 8.5 > > > >> > > > >> So you have to build with Maven > > > >> > > > >> On Thu, Oct 12, 2017 at 3:03 PM, LTN <[email protected]> wrote: > > > >> > I will extract apache-openmeetings-4.0.0-SNAPSHOT-SRC and import > > > >> eclipse through maven > > > >> > And then use tomcat8 compiling > > > >> > > > > >> > > > > >> > Error configuring application listener of class > > > >> org.apache.openmeetings.util.OMContextListener > > > >> > java.lang.NoClassDefFoundError: org/red5/logging/ > > > ContextLoggingListener > > > >> > at java.lang.ClassLoader.defineClass1(Native Method) > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > ------------------ 原始邮件 ------------------ > > > >> > 发件人: "Maxim Solodovnik";<[email protected]>; > > > >> > 发送时间: 2017年10月12日(星期四) 下午3:53 > > > >> > 收件人: "dev"<[email protected]>; > > > >> > > > > >> > 主题: Re: How to Build openmeetings by eclipse? > > > >> > > > > >> > > > > >> > > > > >> > Hello, > > > >> > > > > >> > What are your steps? > > > >> > > > > >> > On Thu, Oct 12, 2017 at 2:46 PM, LTN <[email protected]> wrote: > > > >> > > > > >> >> Hi! > > > >> >> I have encountered problems in compiling apache-openmeetings- > > > >> >> 4.0.0-SNAPSHOT-SRC. > > > >> >> > > > >> >> Excuse me! How to Build openmeetings by eclipse? > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> > > > > >> > > > > >> > -- > > > >> > WBR > > > >> > Maxim aka solomax > > > >> > > > >> > > > >> > > > >> -- > > > >> WBR > > > >> Maxim aka solomax > > > > > > > > > > > > > > > > -- > > > WBR > > > Maxim aka solomax > > > > > > > > > > -- > > WBR > > Maxim aka solomax > > > > > -- > WBR > Maxim aka solomax -- WBR Maxim aka solomax
