Re: Current usage of the pom.xml

2014-05-02 Thread Maxim Solodovnik
Hello Sebastian, mvn clean install -Dmaven.test.skip=true mvn clean install -pl openmeetings-web -am -Dmaven.test.skip=true On Sat, May 3, 2014 at 7:08 AM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: I have added

Re: Current usage of the pom.xml

2014-05-02 Thread seba.wag...@gmail.com
Hi Maxim, thanks I figured it out. I could fix the build for me. I have added a minor change: http://svn.apache.org/viewvc?view=revisionrevision=r1592141 That made the openmeetings-web and eclipse:eclipse work fine for all modules. It was a bit strange, I had to build module by module in the end.

Re: Current usage of the pom.xml

2014-05-02 Thread Maxim Solodovnik
I'm using java7 in everyday work java6 for releases only tests works for me :) packaging is not ready, we have lots of holidays in Russia these days :) and I'm trying to fix Joomla plugin to work with joomla 3.3 hopefully will fix the build later :) On Sat, May 3, 2014 at 10:38 AM,

Re: Current usage of the pom.xml

2014-05-02 Thread seba.wag...@gmail.com
No worries Java7, hm with Java7 I get this issue: -compile.flash: [java] Compiling: main.as3.lzx to maindebug.as3.swf11.swf [java] Compilation errors occurred: [java] org.openlaszlo.sc.CompilerError: tunit/line unknown: , in line: Error: This Java instance does not support a 32-bit

Re: Current usage of the pom.xml

2014-05-02 Thread seba.wag...@gmail.com
I have come to some kind of solution :) The version of Flex that is bundled with OpenLaszlo 4.9.5 has a file: /Openmeetings/openmeetings-flash/target/openlaszlo/openlaszlo46/WEB-INF/flexsdk/4.6.0/bin/mxml This file is the shell script that triggers the flex compiler and contains this a command

Re: Current usage of the pom.xml

2014-05-02 Thread Maxim Solodovnik
build uses java6 :) I hope we will move to latest Flex (commented right now) http://apache-flex-users.246.n4.nabble.com/flexmojos-maven-plugin-building-flex-project-without-mavenizing-Flex-binaries-td6313.html On Sat, May 3, 2014 at 12:12 PM, seba.wag...@gmail.com seba.wag...@gmail.com