Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

2017-11-19 Thread Maxim Solodovnik
Every Maven artifact created with `mvn clean install` is being installed into local maven repo The build was OK due to openmeetings-flashjar 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

RE: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

2017-11-19 Thread Coscend@OM
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) ma

Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

2017-11-19 Thread Maxim Solodovnik
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 ope

RE: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

2017-11-19 Thread Coscend@OM
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 swf Openmeetings-parent/pom.xml@607 swf Thank you. Sincerely, Hemant K. Saba

Re: OpenMeetings 4.0.1 SNAPSHOT Build#84 Compilation Error

2017-11-19 Thread Maxim Solodovnik
Should be fixed in the next build Thanks for reporting! On Sun, Nov 19, 2017 at 2:34 PM, Coscend@OM 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 > m