Hi! I know what you said.
But I run the command "mvn clean install -P allModules,unpacked,mysql 
-DskipTests=true -Dwicket.mode=DEVELOPMENT" compile error, Openmeetings Server 
compilation failed, There is "openmeetings-server" d in the local repository.
The compilation information is as follows:
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Openmeetings ....................................... SUCCESS [ 25.095 s]
[INFO] Openmeetings Util .................................. SUCCESS [ 15.552 s]
[INFO] Openmeetings DB .................................... SUCCESS [ 22.807 s]
[INFO] Openmeetings Core .................................. SUCCESS [ 30.264 s]
[INFO] Openmeetings Install ............................... SUCCESS [ 19.551 s]
[INFO] Openmeetings Service ............................... SUCCESS [ 19.624 s]
[INFO] Openmeetings Webservices ........................... SUCCESS [01:10 min]
[INFO] Openmeetings Web ................................... SUCCESS [ 58.061 s]
[INFO] Openmeetings Flash ................................. SUCCESS [01:23 min]
[INFO] Openmeetings Screen Sharing applet ................. SUCCESS [ 52.730 s]
[INFO] Openmeetings Server ................................ FAILURE [01:09 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------



------------------ ???????? ------------------
??????: "Maxim Solodovnik";<[email protected]>;
????????: 2017??10??13??(??????) ????6:43
??????: "dev"<[email protected]>;

????: Re: ?????? How to Build openmeetings by eclipse??



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

Reply via email to