You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by "Coscend@OM" <OM...@Coscend.com> on 2017/11/19 06:45:14 UTC

OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

Dear OpenMeetings Developers,

 

We are getting an unexpected error during compilation of OM-4.0.1-SNAPSHOT
Build # 84.  Would anyone give us a pointer to the cause of this error?  No
customization are included.

 

 

".

[INFO] Openmeetings Server ................................ FAILURE [  1.369
s]

.

Could not find artifact
org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in
apache-snapshots (https://repository.apache.org/content/groups/snapshots)"

 

 

DETAILED LOG

=============

 

[ERROR] Failed to execute goal on project openmeetings-server: Could not
resolve dependencies for project
org.apache.openmeetings:openmeetings-server:jar:4.0.1-SNAPSHOT: Could not
find artifact org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT
in apache-snapshots (https://repository.apache.org/content/groups/snapshots)
-> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal on project openmeetings-server: Could not resolve dependencies for
project org.apache.openmeetings:openmeetings-server:jar:4.0.1-SNAPSHOT:
Could not find artifact
org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in
apache-snapshots (https://repository.apache.org/content/groups/snapshots)

        at
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependenc
ies(LifecycleDependencyResolver.java:221)

        at
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProje
ctDependencies(LifecycleDependencyResolver.java:127)

        at
org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolv
ed(MojoExecutor.java:245)

        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:1
99)

        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:1
53)

        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:1
45)

        at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(Life
cycleModuleBuilder.java:116)

        at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(Life
cycleModuleBuilder.java:80)

        at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBui
lder.build(SingleThreadedBuilder.java:51)

        at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarte
r.java:128)

        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)

        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)

        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)

        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)

        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)

        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62
)

        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:43)

        at java.lang.reflect.Method.invoke(Method.java:498)

        at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.ja
va:289)

        at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)

        at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.
java:415)

        at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)

 

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

 <http://www.coscend.com/> www.Coscend.com 

------------------------------------------------------------------

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education,
Telepresence Services, on the fly.

------------------------------------------------------------------

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
Messages from Coscend Communications Solutions' posted at:
<http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html>
http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html

 

 

 



---
This email has been checked for viruses by AVG.
http://www.avg.com

Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

Posted by Maxim Solodovnik <so...@gmail.com>.
Every Maven artifact created with `mvn clean install` is being installed
into local maven repo
The build was OK due to openmeetings-flash....jar was taken from local repo
This is why you have `rm -rf ~/.m2/repository/org/apache/openmeetings` in
your steps

build server also have local repo ....

On Mon, Nov 20, 2017 at 2:18 AM, Coscend@OM <OM...@coscend.com> wrote:

> Dear Maxim,
>
> Thank you for the insight into creating SWF binaries.  That is, replacing
> OpenLaszlo compiler with Apache Maven Flex plugin.
>
> One last question to help me learn how to contribute code in the future:
> If pom.xml (om-server/, om-parent/) did not have updated dependencies
> (type swf) matching package (swf), how was Build #84 built successfully in
> Jenkins from Git repository?
>
> Thank you.
>
> Sincerely,
>
> Hemant K. Sabat
>
> Coscend Communications Solutions
> www.Coscend.com
> ------------------------------------------------------------------
> Real-time, Interactive Video Collaboration, Tele-healthcare,
> Tele-education, Telepresence Services, on the fly…
> ------------------------------------------------------------------
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
>
>
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Sunday, November 19, 2017 2:49 AM
> To: dev <de...@openmeetings.apache.org>; OM.Insights@coscend.com
> Subject: Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error
>
> recently I have changed packaging for openmeetings-flash project:
> https://github.com/apache/openmeetings/blob/4.0.x/
> openmeetings-flash/pom.xml#L28
>
> This was done to remove openlaszlo code completely and use Apache Flex
> maven plugin to build swfs Unfortunately I forgot to update dependencies
> for openmeetings-server with correct <type>
>
>
> On Sun, Nov 19, 2017 at 3:39 PM, Coscend@OM <OM...@coscend.com>
> wrote:
>
> > Dear Maxim,
> >
> >
> >
> > Just to learn and be able to contribute in the future, could you help
> > me understand what did the following do to solve the issue that was
> > missing
> > earlier:
> >
> > Openmeetings-server/pom.xml@357  <type>swf</type>
> >
> > Openmeetings-parent/pom.xml@607 <type>swf</type>
> >
> >
> >
> >
> >
> > Thank you.
> >
> >
> >
> > Sincerely,
> >
> >
> >
> > Hemant K. Sabat
> >
> >
> >
> > Coscend Communications Solutions
> >
> > www.Coscend.com <http://www.coscend.com/>
> >
> > ------------------------------------------------------------------
> >
> > Real-time, Interactive Video Collaboration, Tele-healthcare,
> > Tele-education, Telepresence Services, on the fly…
> >
> > ------------------------------------------------------------------
> >
> > CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> > Messages from Coscend Communications Solutions' posted at:  <
> > http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html>
> > http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
> >
> >
> >
> >
> >
> >
> >
> > From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> > Sent: Sunday, November 19, 2017 2:23 AM
> > To: dev <de...@openmeetings.apache.org>; OM.Insights@coscend.com
> > Subject: Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error
> >
> >
> >
> > Should be fixed in the next build
> >
> > Thanks for reporting!
> >
> >
> >
> > On Sun, Nov 19, 2017 at 2:34 PM, Coscend@OM <OM.Insights@coscend.com
> > <ma...@coscend.com> > wrote:
> >
> > Dear Maxim,
> >
> > JDK 1.8
> > CentOS 7.1
> > Maven 3.3.9
> >
> >
> > Download Build #84
> > tar -zxvf apache-openmeetings-4.0.1-SNAPSHOT-src.tar.gz
> > rm -rf ~/.m2/repository/org/apache/openmeetings
> > mvn -e clean install -P allModules
> >
> >
> > Thank you.
> >
> > Sincerely,
> >
> > Hemant K. Sabat
> >
> > Coscend Communications Solutions
> > www.Coscend.com <http://www.Coscend.com>
> > ------------------------------------------------------------------
> > Real-time, Interactive Video Collaboration, Tele-healthcare,
> > Tele-education, Telepresence Services, on the fly…
> > ------------------------------------------------------------------
> > CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> > Messages from Coscend Communications Solutions' posted at:
> > http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
> >
> >
> > -----Original Message-----
> > From: Maxim Solodovnik [mailto:solomax666@gmail.com <mailto:
> > solomax666@gmail.com> ]
> > Sent: Sunday, November 19, 2017 1:08 AM
> > To: dev <dev@openmeetings.apache.org
> > <ma...@openmeetings.apache.org>
> > >; OM.Insights@coscend.com <ma...@coscend.com>
> > Subject: Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error
> >
> > What are your steps?
> >
> > On Sun, Nov 19, 2017 at 1:45 PM, Coscend@OM <OM.Insights@coscend.com
> > <ma...@coscend.com> > wrote:
> >
> > > Dear OpenMeetings Developers,
> > >
> > >
> > >
> > > We are getting an unexpected error during compilation of
> > > OM-4.0.1-SNAPSHOT Build # 84.  Would anyone give us a pointer to the
> > > cause of this error?  No customization are included.
> > >
> > >
> > >
> > >
> > >
> > > ".
> > >
> > > [INFO] Openmeetings Server ................................ FAILURE
> > > [
> > > 1.369
> > > s]
> > >
> > > .
> > >
> > > Could not find artifact
> > > org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in
> > > apache-snapshots
> > > (https://repository.apache.org/content/groups/snapshots
> > )"
> > >
> > >
> > >
> > >
> > >
> > > DETAILED LOG
> > >
> > > =============
> > >
> > >
> > >
> > > [ERROR] Failed to execute goal on project openmeetings-server: Could
> > > not resolve dependencies for project
> > > org.apache.openmeetings:openmeetings-server:jar:4.0.1-SNAPSHOT:
> > > Could not find artifact
> > > org.apache.openmeetings:openmeetings-flash:jar:4.0.1-
> > > SNAPSHOT
> > > in apache-snapshots (https://repository.apache.
> > > org/content/groups/snapshots)
> > > -> [Help 1]
> > >
> > > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> > > execute goal on project openmeetings-server: Could not resolve
> > > dependencies for project org.apache.openmeetings:
> > openmeetings-server:jar:4.0.1-SNAPSHOT:
> > > Could not find artifact
> > > org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in
> > > apache-snapshots
> > > (https://repository.apache.org/content/groups/snapshots)
> > >
> > >         at
> > > org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.
> > > getDependenc
> > > ies(LifecycleDependencyResolver.java:221)
> > >
> > >         at
> > > org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.
> > > resolveProje
> > > ctDependencies(LifecycleDependencyResolver.java:127)
> > >
> > >         at
> > > org.apache.maven.lifecycle.internal.MojoExecutor.
> > > ensureDependenciesAreResolv
> > > ed(MojoExecutor.java:245)
> > >
> > >         at
> > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> > > MojoExecutor.java:1
> > > 99)
> > >
> > >         at
> > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> > > MojoExecutor.java:1
> > > 53)
> > >
> > >         at
> > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> > > MojoExecutor.java:1
> > > 45)
> > >
> > >         at
> > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> > > buildProject(Life
> > > cycleModuleBuilder.java:116)
> > >
> > >         at
> > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> > > buildProject(Life
> > > cycleModuleBuilder.java:80)
> > >
> > >         at
> > > org.apache.maven.lifecycle.internal.builder.singlethreaded.
> > > SingleThreadedBui
> > > lder.build(SingleThreadedBuilder.java:51)
> > >
> > >         at
> > > org.apache.maven.lifecycle.internal.LifecycleStarter.
> > > execute(LifecycleStarte
> > > r.java:128)
> > >
> > >         at
> > > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
> > >
> > >         at
> > > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
> > >
> > >         at
> > > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
> > >
> > >         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
> > >
> > >         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
> > >
> > >         at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
> > >
> > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > Method)
> > >
> > >         at
> > > sun.reflect.NativeMethodAccessorImpl.invoke(
> > NativeMethodAccessorImpl.java:
> > > 62
> > > )
> > >
> > >         at
> > > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > > DelegatingMethodAccessorImpl
> > > .java:43)
> > >
> > >         at java.lang.reflect.Method.invoke(Method.java:498)
> > >
> > >         at
> > > org.codehaus.plexus.classworlds.launcher.Launcher.
> > > launchEnhanced(Launcher.ja
> > > va:289)
> > >
> > >         at
> > > org.codehaus.plexus.classworlds.launcher.Launcher.
> > > launch(Launcher.java:229)
> > >
> > >         at
> > > org.codehaus.plexus.classworlds.launcher.Launcher.
> > > mainWithExitCode(Launcher.
> > > java:415)
> > >
> > >         at
> > > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java
> > > :3
> > > 56)
> > >
> > >
> > >
> > >
> > >
> > > Thank you.
> > >
> > >
> > >
> > > Sincerely,
> > >
> > >
> > >
> > > Hemant K. Sabat
> > >
> > >
> > >
> > > Coscend Communications Solutions
> > >
> > >  <http://www.coscend.com/> www.Coscend.com <http://www.Coscend.com>
> > >
> > > ------------------------------------------------------------------
> > >
> > > Real-time, Interactive Video Collaboration, Tele-healthcare,
> > > Tele-education, Telepresence Services, on the fly.
> > >
> > > ------------------------------------------------------------------
> > >
> > > CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> > > Messages from Coscend Communications Solutions' posted at:
> > > <http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html>
> > > http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > ---
> > > This email has been checked for viruses by AVG.
> > > http://www.avg.com
> > >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> >
> >
> >
> > --
> >
> > WBR
> > Maxim aka solomax
> >
> >
>
>
> --
> WBR
> Maxim aka solomax
>
>


-- 
WBR
Maxim aka solomax

RE: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

Posted by "Coscend@OM" <OM...@Coscend.com>.
Dear Maxim,

Thank you for the insight into creating SWF binaries.  That is, replacing OpenLaszlo compiler with Apache Maven Flex plugin.

One last question to help me learn how to contribute code in the future:  
If pom.xml (om-server/, om-parent/) did not have updated dependencies (type swf) matching package (swf), how was Build #84 built successfully in Jenkins from Git repository?  

Thank you.

Sincerely,

Hemant K. Sabat
 
Coscend Communications Solutions
www.Coscend.com 
------------------------------------------------------------------
Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…
------------------------------------------------------------------
CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html



-----Original Message-----
From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Sunday, November 19, 2017 2:49 AM
To: dev <de...@openmeetings.apache.org>; OM.Insights@coscend.com
Subject: Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

recently I have changed packaging for openmeetings-flash project:
https://github.com/apache/openmeetings/blob/4.0.x/openmeetings-flash/pom.xml#L28

This was done to remove openlaszlo code completely and use Apache Flex maven plugin to build swfs Unfortunately I forgot to update dependencies for openmeetings-server with correct <type>


On Sun, Nov 19, 2017 at 3:39 PM, Coscend@OM <OM...@coscend.com> wrote:

> Dear Maxim,
>
>
>
> Just to learn and be able to contribute in the future, could you help 
> me understand what did the following do to solve the issue that was 
> missing
> earlier:
>
> Openmeetings-server/pom.xml@357  <type>swf</type>
>
> Openmeetings-parent/pom.xml@607 <type>swf</type>
>
>
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> www.Coscend.com <http://www.coscend.com/>
>
> ------------------------------------------------------------------
>
> Real-time, Interactive Video Collaboration, Tele-healthcare, 
> Tele-education, Telepresence Services, on the fly…
>
> ------------------------------------------------------------------
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail 
> Messages from Coscend Communications Solutions' posted at:  < 
> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html>
> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
>
>
>
>
>
>
>
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Sunday, November 19, 2017 2:23 AM
> To: dev <de...@openmeetings.apache.org>; OM.Insights@coscend.com
> Subject: Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error
>
>
>
> Should be fixed in the next build
>
> Thanks for reporting!
>
>
>
> On Sun, Nov 19, 2017 at 2:34 PM, Coscend@OM <OM.Insights@coscend.com 
> <ma...@coscend.com> > wrote:
>
> Dear Maxim,
>
> JDK 1.8
> CentOS 7.1
> Maven 3.3.9
>
>
> Download Build #84
> tar -zxvf apache-openmeetings-4.0.1-SNAPSHOT-src.tar.gz
> rm -rf ~/.m2/repository/org/apache/openmeetings
> mvn -e clean install -P allModules
>
>
> Thank you.
>
> Sincerely,
>
> Hemant K. Sabat
>
> Coscend Communications Solutions
> www.Coscend.com <http://www.Coscend.com>
> ------------------------------------------------------------------
> Real-time, Interactive Video Collaboration, Tele-healthcare, 
> Tele-education, Telepresence Services, on the fly…
> ------------------------------------------------------------------
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail 
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
>
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com <mailto:
> solomax666@gmail.com> ]
> Sent: Sunday, November 19, 2017 1:08 AM
> To: dev <dev@openmeetings.apache.org 
> <ma...@openmeetings.apache.org>
> >; OM.Insights@coscend.com <ma...@coscend.com>
> Subject: Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error
>
> What are your steps?
>
> On Sun, Nov 19, 2017 at 1:45 PM, Coscend@OM <OM.Insights@coscend.com 
> <ma...@coscend.com> > wrote:
>
> > Dear OpenMeetings Developers,
> >
> >
> >
> > We are getting an unexpected error during compilation of 
> > OM-4.0.1-SNAPSHOT Build # 84.  Would anyone give us a pointer to the 
> > cause of this error?  No customization are included.
> >
> >
> >
> >
> >
> > ".
> >
> > [INFO] Openmeetings Server ................................ FAILURE 
> > [
> > 1.369
> > s]
> >
> > .
> >
> > Could not find artifact
> > org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in 
> > apache-snapshots 
> > (https://repository.apache.org/content/groups/snapshots
> )"
> >
> >
> >
> >
> >
> > DETAILED LOG
> >
> > =============
> >
> >
> >
> > [ERROR] Failed to execute goal on project openmeetings-server: Could 
> > not resolve dependencies for project
> > org.apache.openmeetings:openmeetings-server:jar:4.0.1-SNAPSHOT: 
> > Could not find artifact
> > org.apache.openmeetings:openmeetings-flash:jar:4.0.1-
> > SNAPSHOT
> > in apache-snapshots (https://repository.apache.
> > org/content/groups/snapshots)
> > -> [Help 1]
> >
> > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to 
> > execute goal on project openmeetings-server: Could not resolve 
> > dependencies for project org.apache.openmeetings:
> openmeetings-server:jar:4.0.1-SNAPSHOT:
> > Could not find artifact
> > org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in 
> > apache-snapshots
> > (https://repository.apache.org/content/groups/snapshots)
> >
> >         at
> > org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.
> > getDependenc
> > ies(LifecycleDependencyResolver.java:221)
> >
> >         at
> > org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.
> > resolveProje
> > ctDependencies(LifecycleDependencyResolver.java:127)
> >
> >         at
> > org.apache.maven.lifecycle.internal.MojoExecutor.
> > ensureDependenciesAreResolv
> > ed(MojoExecutor.java:245)
> >
> >         at
> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> > MojoExecutor.java:1
> > 99)
> >
> >         at
> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> > MojoExecutor.java:1
> > 53)
> >
> >         at
> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> > MojoExecutor.java:1
> > 45)
> >
> >         at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> > buildProject(Life
> > cycleModuleBuilder.java:116)
> >
> >         at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> > buildProject(Life
> > cycleModuleBuilder.java:80)
> >
> >         at
> > org.apache.maven.lifecycle.internal.builder.singlethreaded.
> > SingleThreadedBui
> > lder.build(SingleThreadedBuilder.java:51)
> >
> >         at
> > org.apache.maven.lifecycle.internal.LifecycleStarter.
> > execute(LifecycleStarte
> > r.java:128)
> >
> >         at
> > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
> >
> >         at
> > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
> >
> >         at
> > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
> >
> >         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
> >
> >         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
> >
> >         at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
> >
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> > Method)
> >
> >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:
> > 62
> > )
> >
> >         at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > DelegatingMethodAccessorImpl
> > .java:43)
> >
> >         at java.lang.reflect.Method.invoke(Method.java:498)
> >
> >         at
> > org.codehaus.plexus.classworlds.launcher.Launcher.
> > launchEnhanced(Launcher.ja
> > va:289)
> >
> >         at
> > org.codehaus.plexus.classworlds.launcher.Launcher.
> > launch(Launcher.java:229)
> >
> >         at
> > org.codehaus.plexus.classworlds.launcher.Launcher.
> > mainWithExitCode(Launcher.
> > java:415)
> >
> >         at
> > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java
> > :3
> > 56)
> >
> >
> >
> >
> >
> > Thank you.
> >
> >
> >
> > Sincerely,
> >
> >
> >
> > Hemant K. Sabat
> >
> >
> >
> > Coscend Communications Solutions
> >
> >  <http://www.coscend.com/> www.Coscend.com <http://www.Coscend.com>
> >
> > ------------------------------------------------------------------
> >
> > Real-time, Interactive Video Collaboration, Tele-healthcare, 
> > Tele-education, Telepresence Services, on the fly.
> >
> > ------------------------------------------------------------------
> >
> > CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail 
> > Messages from Coscend Communications Solutions' posted at:
> > <http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html>
> > http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > ---
> > This email has been checked for viruses by AVG.
> > http://www.avg.com
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>


--
WBR
Maxim aka solomax


Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

Posted by Maxim Solodovnik <so...@gmail.com>.
recently I have changed packaging for openmeetings-flash project:
https://github.com/apache/openmeetings/blob/4.0.x/openmeetings-flash/pom.xml#L28

This was done to remove openlaszlo code completely and use Apache Flex
maven plugin to build swfs
Unfortunately I forgot to update dependencies for openmeetings-server with
correct <type>


On Sun, Nov 19, 2017 at 3:39 PM, Coscend@OM <OM...@coscend.com> wrote:

> Dear Maxim,
>
>
>
> Just to learn and be able to contribute in the future, could you help me
> understand what did the following do to solve the issue that was missing
> earlier:
>
> Openmeetings-server/pom.xml@357  <type>swf</type>
>
> Openmeetings-parent/pom.xml@607 <type>swf</type>
>
>
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> www.Coscend.com <http://www.coscend.com/>
>
> ------------------------------------------------------------------
>
> Real-time, Interactive Video Collaboration, Tele-healthcare,
> Tele-education, Telepresence Services, on the fly…
>
> ------------------------------------------------------------------
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:  <
> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html>
> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
>
>
>
>
>
>
>
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Sunday, November 19, 2017 2:23 AM
> To: dev <de...@openmeetings.apache.org>; OM.Insights@coscend.com
> Subject: Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error
>
>
>
> Should be fixed in the next build
>
> Thanks for reporting!
>
>
>
> On Sun, Nov 19, 2017 at 2:34 PM, Coscend@OM <OM.Insights@coscend.com
> <ma...@coscend.com> > wrote:
>
> Dear Maxim,
>
> JDK 1.8
> CentOS 7.1
> Maven 3.3.9
>
>
> Download Build #84
> tar -zxvf apache-openmeetings-4.0.1-SNAPSHOT-src.tar.gz
> rm -rf ~/.m2/repository/org/apache/openmeetings
> mvn -e clean install -P allModules
>
>
> Thank you.
>
> Sincerely,
>
> Hemant K. Sabat
>
> Coscend Communications Solutions
> www.Coscend.com <http://www.Coscend.com>
> ------------------------------------------------------------------
> Real-time, Interactive Video Collaboration, Tele-healthcare,
> Tele-education, Telepresence Services, on the fly…
> ------------------------------------------------------------------
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
>
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com <mailto:
> solomax666@gmail.com> ]
> Sent: Sunday, November 19, 2017 1:08 AM
> To: dev <dev@openmeetings.apache.org <ma...@openmeetings.apache.org>
> >; OM.Insights@coscend.com <ma...@coscend.com>
> Subject: Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error
>
> What are your steps?
>
> On Sun, Nov 19, 2017 at 1:45 PM, Coscend@OM <OM.Insights@coscend.com
> <ma...@coscend.com> > wrote:
>
> > Dear OpenMeetings Developers,
> >
> >
> >
> > We are getting an unexpected error during compilation of
> > OM-4.0.1-SNAPSHOT Build # 84.  Would anyone give us a pointer to the
> > cause of this error?  No customization are included.
> >
> >
> >
> >
> >
> > ".
> >
> > [INFO] Openmeetings Server ................................ FAILURE [
> > 1.369
> > s]
> >
> > .
> >
> > Could not find artifact
> > org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in
> > apache-snapshots (https://repository.apache.org/content/groups/snapshots
> )"
> >
> >
> >
> >
> >
> > DETAILED LOG
> >
> > =============
> >
> >
> >
> > [ERROR] Failed to execute goal on project openmeetings-server: Could
> > not resolve dependencies for project
> > org.apache.openmeetings:openmeetings-server:jar:4.0.1-SNAPSHOT: Could
> > not find artifact
> > org.apache.openmeetings:openmeetings-flash:jar:4.0.1-
> > SNAPSHOT
> > in apache-snapshots (https://repository.apache.
> > org/content/groups/snapshots)
> > -> [Help 1]
> >
> > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> > execute goal on project openmeetings-server: Could not resolve
> > dependencies for project org.apache.openmeetings:
> openmeetings-server:jar:4.0.1-SNAPSHOT:
> > Could not find artifact
> > org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in
> > apache-snapshots
> > (https://repository.apache.org/content/groups/snapshots)
> >
> >         at
> > org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.
> > getDependenc
> > ies(LifecycleDependencyResolver.java:221)
> >
> >         at
> > org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.
> > resolveProje
> > ctDependencies(LifecycleDependencyResolver.java:127)
> >
> >         at
> > org.apache.maven.lifecycle.internal.MojoExecutor.
> > ensureDependenciesAreResolv
> > ed(MojoExecutor.java:245)
> >
> >         at
> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> > MojoExecutor.java:1
> > 99)
> >
> >         at
> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> > MojoExecutor.java:1
> > 53)
> >
> >         at
> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> > MojoExecutor.java:1
> > 45)
> >
> >         at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> > buildProject(Life
> > cycleModuleBuilder.java:116)
> >
> >         at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> > buildProject(Life
> > cycleModuleBuilder.java:80)
> >
> >         at
> > org.apache.maven.lifecycle.internal.builder.singlethreaded.
> > SingleThreadedBui
> > lder.build(SingleThreadedBuilder.java:51)
> >
> >         at
> > org.apache.maven.lifecycle.internal.LifecycleStarter.
> > execute(LifecycleStarte
> > r.java:128)
> >
> >         at
> > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
> >
> >         at
> > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
> >
> >         at
> > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
> >
> >         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
> >
> >         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
> >
> >         at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
> >
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >
> >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:
> > 62
> > )
> >
> >         at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > DelegatingMethodAccessorImpl
> > .java:43)
> >
> >         at java.lang.reflect.Method.invoke(Method.java:498)
> >
> >         at
> > org.codehaus.plexus.classworlds.launcher.Launcher.
> > launchEnhanced(Launcher.ja
> > va:289)
> >
> >         at
> > org.codehaus.plexus.classworlds.launcher.Launcher.
> > launch(Launcher.java:229)
> >
> >         at
> > org.codehaus.plexus.classworlds.launcher.Launcher.
> > mainWithExitCode(Launcher.
> > java:415)
> >
> >         at
> > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:3
> > 56)
> >
> >
> >
> >
> >
> > Thank you.
> >
> >
> >
> > Sincerely,
> >
> >
> >
> > Hemant K. Sabat
> >
> >
> >
> > Coscend Communications Solutions
> >
> >  <http://www.coscend.com/> www.Coscend.com <http://www.Coscend.com>
> >
> > ------------------------------------------------------------------
> >
> > Real-time, Interactive Video Collaboration, Tele-healthcare,
> > Tele-education, Telepresence Services, on the fly.
> >
> > ------------------------------------------------------------------
> >
> > CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> > Messages from Coscend Communications Solutions' posted at:
> > <http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html>
> > http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > ---
> > This email has been checked for viruses by AVG.
> > http://www.avg.com
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>


-- 
WBR
Maxim aka solomax

RE: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

Posted by "Coscend@OM" <OM...@Coscend.com>.
Dear Maxim,

 

Just to learn and be able to contribute in the future, could you help me understand what did the following do to solve the issue that was missing earlier:

Openmeetings-server/pom.xml@357  <type>swf</type>

Openmeetings-parent/pom.xml@607 <type>swf</type>

 

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

www.Coscend.com <http://www.coscend.com/>  

------------------------------------------------------------------

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…

------------------------------------------------------------------

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at:  <http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html

 

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Sunday, November 19, 2017 2:23 AM
To: dev <de...@openmeetings.apache.org>; OM.Insights@coscend.com
Subject: Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

 

Should be fixed in the next build

Thanks for reporting!

 

On Sun, Nov 19, 2017 at 2:34 PM, Coscend@OM <OM.Insights@coscend.com <ma...@coscend.com> > wrote:

Dear Maxim,

JDK 1.8
CentOS 7.1
Maven 3.3.9


Download Build #84
tar -zxvf apache-openmeetings-4.0.1-SNAPSHOT-src.tar.gz
rm -rf ~/.m2/repository/org/apache/openmeetings
mvn -e clean install -P allModules


Thank you.

Sincerely,

Hemant K. Sabat

Coscend Communications Solutions
www.Coscend.com <http://www.Coscend.com> 
------------------------------------------------------------------
Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…
------------------------------------------------------------------
CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html


-----Original Message-----
From: Maxim Solodovnik [mailto:solomax666@gmail.com <ma...@gmail.com> ]
Sent: Sunday, November 19, 2017 1:08 AM
To: dev <dev@openmeetings.apache.org <ma...@openmeetings.apache.org> >; OM.Insights@coscend.com <ma...@coscend.com> 
Subject: Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

What are your steps?

On Sun, Nov 19, 2017 at 1:45 PM, Coscend@OM <OM.Insights@coscend.com <ma...@coscend.com> > wrote:

> Dear OpenMeetings Developers,
>
>
>
> We are getting an unexpected error during compilation of
> OM-4.0.1-SNAPSHOT Build # 84.  Would anyone give us a pointer to the
> cause of this error?  No customization are included.
>
>
>
>
>
> ".
>
> [INFO] Openmeetings Server ................................ FAILURE [
> 1.369
> s]
>
> .
>
> Could not find artifact
> org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in
> apache-snapshots (https://repository.apache.org/content/groups/snapshots)"
>
>
>
>
>
> DETAILED LOG
>
> =============
>
>
>
> [ERROR] Failed to execute goal on project openmeetings-server: Could
> not resolve dependencies for project
> org.apache.openmeetings:openmeetings-server:jar:4.0.1-SNAPSHOT: Could
> not find artifact
> org.apache.openmeetings:openmeetings-flash:jar:4.0.1-
> SNAPSHOT
> in apache-snapshots (https://repository.apache.
> org/content/groups/snapshots)
> -> [Help 1]
>
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> execute goal on project openmeetings-server: Could not resolve
> dependencies for project org.apache.openmeetings:openmeetings-server:jar:4.0.1-SNAPSHOT:
> Could not find artifact
> org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in
> apache-snapshots
> (https://repository.apache.org/content/groups/snapshots)
>
>         at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.
> getDependenc
> ies(LifecycleDependencyResolver.java:221)
>
>         at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.
> resolveProje
> ctDependencies(LifecycleDependencyResolver.java:127)
>
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.
> ensureDependenciesAreResolv
> ed(MojoExecutor.java:245)
>
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:1
> 99)
>
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:1
> 53)
>
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:1
> 45)
>
>         at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> buildProject(Life
> cycleModuleBuilder.java:116)
>
>         at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> buildProject(Life
> cycleModuleBuilder.java:80)
>
>         at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.
> SingleThreadedBui
> lder.build(SingleThreadedBuilder.java:51)
>
>         at
> org.apache.maven.lifecycle.internal.LifecycleStarter.
> execute(LifecycleStarte
> r.java:128)
>
>         at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
>
>         at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
>
>         at
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
>
>         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
>
>         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
>
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
>
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> 62
> )
>
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl
> .java:43)
>
>         at java.lang.reflect.Method.invoke(Method.java:498)
>
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.
> launchEnhanced(Launcher.ja
> va:289)
>
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.
> launch(Launcher.java:229)
>
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.
> mainWithExitCode(Launcher.
> java:415)
>
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:3
> 56)
>
>
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
>  <http://www.coscend.com/> www.Coscend.com <http://www.Coscend.com> 
>
> ------------------------------------------------------------------
>
> Real-time, Interactive Video Collaboration, Tele-healthcare,
> Tele-education, Telepresence Services, on the fly.
>
> ------------------------------------------------------------------
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> <http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html>
> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
>
>
>
>
>
>
>
>
>
> ---
> This email has been checked for viruses by AVG.
> http://www.avg.com
>



--
WBR
Maxim aka solomax





 

-- 

WBR
Maxim aka solomax


Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

Posted by Maxim Solodovnik <so...@gmail.com>.
Should be fixed in the next build
Thanks for reporting!

On Sun, Nov 19, 2017 at 2:34 PM, Coscend@OM <OM...@coscend.com> wrote:

> Dear Maxim,
>
> JDK 1.8
> CentOS 7.1
> Maven 3.3.9
>
>
> Download Build #84
> tar -zxvf apache-openmeetings-4.0.1-SNAPSHOT-src.tar.gz
> rm -rf ~/.m2/repository/org/apache/openmeetings
> mvn -e clean install -P allModules
>
>
> Thank you.
>
> Sincerely,
>
> Hemant K. Sabat
>
> Coscend Communications Solutions
> www.Coscend.com
> ------------------------------------------------------------------
> Real-time, Interactive Video Collaboration, Tele-healthcare,
> Tele-education, Telepresence Services, on the fly…
> ------------------------------------------------------------------
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
>
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Sunday, November 19, 2017 1:08 AM
> To: dev <de...@openmeetings.apache.org>; OM.Insights@coscend.com
> Subject: Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error
>
> What are your steps?
>
> On Sun, Nov 19, 2017 at 1:45 PM, Coscend@OM <OM...@coscend.com>
> wrote:
>
> > Dear OpenMeetings Developers,
> >
> >
> >
> > We are getting an unexpected error during compilation of
> > OM-4.0.1-SNAPSHOT Build # 84.  Would anyone give us a pointer to the
> > cause of this error?  No customization are included.
> >
> >
> >
> >
> >
> > ".
> >
> > [INFO] Openmeetings Server ................................ FAILURE [
> > 1.369
> > s]
> >
> > .
> >
> > Could not find artifact
> > org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in
> > apache-snapshots (https://repository.apache.org/content/groups/snapshots
> )"
> >
> >
> >
> >
> >
> > DETAILED LOG
> >
> > =============
> >
> >
> >
> > [ERROR] Failed to execute goal on project openmeetings-server: Could
> > not resolve dependencies for project
> > org.apache.openmeetings:openmeetings-server:jar:4.0.1-SNAPSHOT: Could
> > not find artifact
> > org.apache.openmeetings:openmeetings-flash:jar:4.0.1-
> > SNAPSHOT
> > in apache-snapshots (https://repository.apache.
> > org/content/groups/snapshots)
> > -> [Help 1]
> >
> > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> > execute goal on project openmeetings-server: Could not resolve
> > dependencies for project org.apache.openmeetings:
> openmeetings-server:jar:4.0.1-SNAPSHOT:
> > Could not find artifact
> > org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in
> > apache-snapshots
> > (https://repository.apache.org/content/groups/snapshots)
> >
> >         at
> > org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.
> > getDependenc
> > ies(LifecycleDependencyResolver.java:221)
> >
> >         at
> > org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.
> > resolveProje
> > ctDependencies(LifecycleDependencyResolver.java:127)
> >
> >         at
> > org.apache.maven.lifecycle.internal.MojoExecutor.
> > ensureDependenciesAreResolv
> > ed(MojoExecutor.java:245)
> >
> >         at
> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> > MojoExecutor.java:1
> > 99)
> >
> >         at
> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> > MojoExecutor.java:1
> > 53)
> >
> >         at
> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> > MojoExecutor.java:1
> > 45)
> >
> >         at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> > buildProject(Life
> > cycleModuleBuilder.java:116)
> >
> >         at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> > buildProject(Life
> > cycleModuleBuilder.java:80)
> >
> >         at
> > org.apache.maven.lifecycle.internal.builder.singlethreaded.
> > SingleThreadedBui
> > lder.build(SingleThreadedBuilder.java:51)
> >
> >         at
> > org.apache.maven.lifecycle.internal.LifecycleStarter.
> > execute(LifecycleStarte
> > r.java:128)
> >
> >         at
> > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
> >
> >         at
> > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
> >
> >         at
> > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
> >
> >         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
> >
> >         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
> >
> >         at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
> >
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >
> >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:
> > 62
> > )
> >
> >         at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > DelegatingMethodAccessorImpl
> > .java:43)
> >
> >         at java.lang.reflect.Method.invoke(Method.java:498)
> >
> >         at
> > org.codehaus.plexus.classworlds.launcher.Launcher.
> > launchEnhanced(Launcher.ja
> > va:289)
> >
> >         at
> > org.codehaus.plexus.classworlds.launcher.Launcher.
> > launch(Launcher.java:229)
> >
> >         at
> > org.codehaus.plexus.classworlds.launcher.Launcher.
> > mainWithExitCode(Launcher.
> > java:415)
> >
> >         at
> > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:3
> > 56)
> >
> >
> >
> >
> >
> > Thank you.
> >
> >
> >
> > Sincerely,
> >
> >
> >
> > Hemant K. Sabat
> >
> >
> >
> > Coscend Communications Solutions
> >
> >  <http://www.coscend.com/> www.Coscend.com
> >
> > ------------------------------------------------------------------
> >
> > Real-time, Interactive Video Collaboration, Tele-healthcare,
> > Tele-education, Telepresence Services, on the fly.
> >
> > ------------------------------------------------------------------
> >
> > CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> > Messages from Coscend Communications Solutions' posted at:
> > <http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html>
> > http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > ---
> > This email has been checked for viruses by AVG.
> > http://www.avg.com
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>
>


-- 
WBR
Maxim aka solomax

RE: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

Posted by "Coscend@OM" <OM...@Coscend.com>.
Dear Maxim,

JDK 1.8
CentOS 7.1
Maven 3.3.9  


Download Build #84
tar -zxvf apache-openmeetings-4.0.1-SNAPSHOT-src.tar.gz
rm -rf ~/.m2/repository/org/apache/openmeetings
mvn -e clean install -P allModules


Thank you.

Sincerely,

Hemant K. Sabat
 
Coscend Communications Solutions
www.Coscend.com 
------------------------------------------------------------------
Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…
------------------------------------------------------------------
CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html


-----Original Message-----
From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Sunday, November 19, 2017 1:08 AM
To: dev <de...@openmeetings.apache.org>; OM.Insights@coscend.com
Subject: Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

What are your steps?

On Sun, Nov 19, 2017 at 1:45 PM, Coscend@OM <OM...@coscend.com> wrote:

> Dear OpenMeetings Developers,
>
>
>
> We are getting an unexpected error during compilation of 
> OM-4.0.1-SNAPSHOT Build # 84.  Would anyone give us a pointer to the 
> cause of this error?  No customization are included.
>
>
>
>
>
> ".
>
> [INFO] Openmeetings Server ................................ FAILURE [
> 1.369
> s]
>
> .
>
> Could not find artifact
> org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in 
> apache-snapshots (https://repository.apache.org/content/groups/snapshots)"
>
>
>
>
>
> DETAILED LOG
>
> =============
>
>
>
> [ERROR] Failed to execute goal on project openmeetings-server: Could 
> not resolve dependencies for project
> org.apache.openmeetings:openmeetings-server:jar:4.0.1-SNAPSHOT: Could 
> not find artifact 
> org.apache.openmeetings:openmeetings-flash:jar:4.0.1-
> SNAPSHOT
> in apache-snapshots (https://repository.apache.
> org/content/groups/snapshots)
> -> [Help 1]
>
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to 
> execute goal on project openmeetings-server: Could not resolve 
> dependencies for project org.apache.openmeetings:openmeetings-server:jar:4.0.1-SNAPSHOT:
> Could not find artifact
> org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in 
> apache-snapshots 
> (https://repository.apache.org/content/groups/snapshots)
>
>         at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.
> getDependenc
> ies(LifecycleDependencyResolver.java:221)
>
>         at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.
> resolveProje
> ctDependencies(LifecycleDependencyResolver.java:127)
>
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.
> ensureDependenciesAreResolv
> ed(MojoExecutor.java:245)
>
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:1
> 99)
>
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:1
> 53)
>
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:1
> 45)
>
>         at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> buildProject(Life
> cycleModuleBuilder.java:116)
>
>         at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> buildProject(Life
> cycleModuleBuilder.java:80)
>
>         at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.
> SingleThreadedBui
> lder.build(SingleThreadedBuilder.java:51)
>
>         at
> org.apache.maven.lifecycle.internal.LifecycleStarter.
> execute(LifecycleStarte
> r.java:128)
>
>         at 
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
>
>         at 
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
>
>         at 
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
>
>         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
>
>         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
>
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
>
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> 62
> )
>
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl
> .java:43)
>
>         at java.lang.reflect.Method.invoke(Method.java:498)
>
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.
> launchEnhanced(Launcher.ja
> va:289)
>
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.
> launch(Launcher.java:229)
>
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.
> mainWithExitCode(Launcher.
> java:415)
>
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:3
> 56)
>
>
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
>  <http://www.coscend.com/> www.Coscend.com
>
> ------------------------------------------------------------------
>
> Real-time, Interactive Video Collaboration, Tele-healthcare, 
> Tele-education, Telepresence Services, on the fly.
>
> ------------------------------------------------------------------
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail 
> Messages from Coscend Communications Solutions' posted at:
> <http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html>
> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
>
>
>
>
>
>
>
>
>
> ---
> This email has been checked for viruses by AVG.
> http://www.avg.com
>



--
WBR
Maxim aka solomax


Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

Posted by Maxim Solodovnik <so...@gmail.com>.
What are your steps?

On Sun, Nov 19, 2017 at 1:45 PM, Coscend@OM <OM...@coscend.com> wrote:

> Dear OpenMeetings Developers,
>
>
>
> We are getting an unexpected error during compilation of OM-4.0.1-SNAPSHOT
> Build # 84.  Would anyone give us a pointer to the cause of this error?  No
> customization are included.
>
>
>
>
>
> ".
>
> [INFO] Openmeetings Server ................................ FAILURE [
> 1.369
> s]
>
> .
>
> Could not find artifact
> org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in
> apache-snapshots (https://repository.apache.org/content/groups/snapshots)"
>
>
>
>
>
> DETAILED LOG
>
> =============
>
>
>
> [ERROR] Failed to execute goal on project openmeetings-server: Could not
> resolve dependencies for project
> org.apache.openmeetings:openmeetings-server:jar:4.0.1-SNAPSHOT: Could not
> find artifact org.apache.openmeetings:openmeetings-flash:jar:4.0.1-
> SNAPSHOT
> in apache-snapshots (https://repository.apache.
> org/content/groups/snapshots)
> -> [Help 1]
>
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal on project openmeetings-server: Could not resolve dependencies for
> project org.apache.openmeetings:openmeetings-server:jar:4.0.1-SNAPSHOT:
> Could not find artifact
> org.apache.openmeetings:openmeetings-flash:jar:4.0.1-SNAPSHOT in
> apache-snapshots (https://repository.apache.org/content/groups/snapshots)
>
>         at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.
> getDependenc
> ies(LifecycleDependencyResolver.java:221)
>
>         at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.
> resolveProje
> ctDependencies(LifecycleDependencyResolver.java:127)
>
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.
> ensureDependenciesAreResolv
> ed(MojoExecutor.java:245)
>
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:1
> 99)
>
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:1
> 53)
>
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:1
> 45)
>
>         at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> buildProject(Life
> cycleModuleBuilder.java:116)
>
>         at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.
> buildProject(Life
> cycleModuleBuilder.java:80)
>
>         at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.
> SingleThreadedBui
> lder.build(SingleThreadedBuilder.java:51)
>
>         at
> org.apache.maven.lifecycle.internal.LifecycleStarter.
> execute(LifecycleStarte
> r.java:128)
>
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
>
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
>
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
>
>         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
>
>         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
>
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
>
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> 62
> )
>
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl
> .java:43)
>
>         at java.lang.reflect.Method.invoke(Method.java:498)
>
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.
> launchEnhanced(Launcher.ja
> va:289)
>
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.
> launch(Launcher.java:229)
>
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.
> mainWithExitCode(Launcher.
> java:415)
>
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
>
>
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
>  <http://www.coscend.com/> www.Coscend.com
>
> ------------------------------------------------------------------
>
> Real-time, Interactive Video Collaboration, Tele-healthcare,
> Tele-education,
> Telepresence Services, on the fly.
>
> ------------------------------------------------------------------
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> <http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html>
> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
>
>
>
>
>
>
>
>
>
> ---
> This email has been checked for viruses by AVG.
> http://www.avg.com
>



-- 
WBR
Maxim aka solomax