Re: Current usage of the pom.xml

2014-05-06 Thread Maxim Solodovnik
OK build seems to be passed. initial stage is DONE :) TODO list: 1) using of ant should be reduced (ideally it shouldn't be used) 2) some files are missing for the final artifact 3) dist profile should be added 4) project to build docs should be added 5) somehow source artifacts should be added

Re: Current usage of the pom.xml

2014-05-05 Thread Maxim Solodovnik
One of maven plugins missing its dependency. Could you please check if issue will be resolved on your machine with maven 3.2.1? On Mon, May 5, 2014 at 3:04 PM, seba.wag...@gmail.com wrote: > I meant adding the needed JAR of the missing Class just like any other > dependency. > Let's see if I ca

Re: Current usage of the pom.xml

2014-05-05 Thread seba.wag...@gmail.com
I meant adding the needed JAR of the missing Class just like any other dependency. Let's see if I can try somewhere. Sebastian On 5 May 2014 16:44, "Maxim Solodovnik" wrote: > Maven 3.2.1 does not reporting such issues I'm not sure how to add > dependency to the plugin :( > Hopefully INFA will i

Re: Current usage of the pom.xml

2014-05-04 Thread Maxim Solodovnik
Maven 3.2.1 does not reporting such issues I'm not sure how to add dependency to the plugin :( Hopefully INFA will install new maven on Jenkins and the error will go away. Until then I can switch off tests On Mon, May 5, 2014 at 11:29 AM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: >

Re: Current usage of the pom.xml

2014-05-04 Thread seba.wag...@gmail.com
The error message: "A required class was missing while executing org.codehaus.mojo:wagon-maven-plugin:1.0-beta-5:download: org/apache/commons/io/IOUtils" Seems more like a dependency issue. Some library is in the wrong version. I am not too sure though. Maybe we can add a explicit dependency for

Re: Current usage of the pom.xml

2014-05-04 Thread Maxim Solodovnik
The main build is switched to Maven. It uses Java6 as well and fail the same way as yours :( I believe this is caused by this https://issues.apache.org/jira/browse/INFRA-7676 I'm using Maven 3.2.1 Please NOTE the build is currently has 3 steps and produces no artifacts :( (will try to add it late

Re: Current usage of the pom.xml

2014-05-04 Thread seba.wag...@gmail.com
On Jenkins I have configured it to use Java7 and it builds the flash part fine, but there are some other issues, see: https://builds.apache.org/job/OpenMeetingsMaven/1/ "[ERROR] Failed to execute goal org.codehaus.mojo:wagon-maven-plugin:1.0-beta-5:download (download-test-data) on project openmee

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> wro

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 li

Re: Current usage of the pom.xml

2014-05-02 Thread Maxim Solodovnik
This is my current java: java -version java version "1.7.0_51" Java(TM) SE Runtime Environment (build 1.7.0_51-b13) Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode) never saw error like this :( On Sat, May 3, 2014 at 11:14 AM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote:

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 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, seba.wag...@g

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=revision&revision=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
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 wrote: > I have added > https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetingsMaven/ > to test. > >

Re: Current usage of the pom.xml

2014-05-02 Thread seba.wag...@gmail.com
I have added https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetingsMaven/ to test. We can set up a new build with a different name and copy the configuration if we are happy with the results. And I played a little bit around using mvn eclipse:eclipse. I think we need to do some stu

Re: Current usage of the pom.xml

2014-05-02 Thread seba.wag...@gmail.com
When I simply run mvn without specifiying a target I get this error: [ERROR] Failed to execute goal on project openmeetings-web: Could not resolve dependencies for project org.apache.openmeetings:openmeetings-web:war:3.1.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.openmeet

Re: Current usage of the pom.xml

2014-05-02 Thread seba.wag...@gmail.com
What are the Maven targets / commands that you use to build/develop OpenMeetings at the moment ? Thanks, Sebastian 2014-04-29 3:45 GMT+12:00 Maxim Solodovnik : > I believe we will use this guide next release :) > Here is the way to change version only > http://stackoverflow.com/questions/572629

Re: Current usage of the pom.xml

2014-04-28 Thread Maxim Solodovnik
I believe we will use this guide next release :) Here is the way to change version only http://stackoverflow.com/questions/5726291/updating-version-numbers-of-modules-in-a-multi-module-maven-project On Mon, Apr 28, 2014 at 3:54 AM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > Hi Maxim

Re: Current usage of the pom.xml

2014-04-27 Thread seba.wag...@gmail.com
Hi Maxim, awesome news! I will test this in the next couple of days. One of the upcoming tasks would be to have Maven also create and manage our release process. Normally with Maven you can release a new package with one line of mvn. Something like mvn release:release -version 3.0.2 -nextVersion

Re: Current usage of the pom.xml

2014-04-27 Thread Maxim Solodovnik
Hello Sebastian, here are the migration news: all modules seems to be converted :) Assembly and site building need to be added. Will try to add this in the end of next week. Additional task is: developer "fast" build should be added On Sat, Apr 12, 2014 at 1:31 PM, Maxim Solodovnik wrote: >

Re: Current usage of the pom.xml

2014-04-11 Thread Maxim Solodovnik
Hello Sebastian, I'm currently in the middle of my trip from ApacheCon Denver :) I really enjoy the conference this year. Maven build status is: the very first initial version is ready: artifacts are able to build with tests turned off. Next steps would be: 1) add build of flash component (with

Current usage of the pom.xml

2014-04-11 Thread seba.wag...@gmail.com
Hi Maxim, how are you doing? I have seen a number of changes in the project structure. I think its exciting to see those changes. It gives us the chance to get rid of quite a bit of custom build scripts in the future. I was wondering if we need to update the Build Instructions yet? Is the there