Please ignore my request, this happens (at least with me) when I used SVN from Eclipse. But when I use SVN from CLI Maven cleans and installs the project without errors.
Sorry! Carlos -----Original Message----- From: Carlos Cruz [mailto:[email protected]] Sent: Saturday, March 25, 2017 3:39 PM To: [email protected] Subject: RE: development guide I get an error when I try to build the project with Maven, not sure but I think it's imagemaick that's giving the error, but this is the error log, any ideas thanks! <testcase name="testAudio" classname="org.apache.openmeetings.util.TestStoredFile" time="0.015"/> <testcase name="testImage" classname="org.apache.openmeetings.util.TestStoredFile" time="0.006"> <failure message="Files of type 'psd' should be treated as Image" type="java.lang.AssertionError">java.lang.AssertionError: Files of type 'psd' should be treated as Image at org.apache.openmeetings.util.TestStoredFile.testImage(TestStoredFile.java:63) </failure> </testcase> <testcase name="testVideo" classname="org.apache.openmeetings.util.TestStoredFile" time="0"> <failure message="Files of type 'flv' should be treated as Video" type="java.lang.AssertionError">java.lang.AssertionError: Files of type 'flv' should be treated as Video at org.apache.openmeetings.util.TestStoredFile.testVideo(TestStoredFile.java:44) </failure> </testcase> Carlos -----Original Message----- From: Maxim Solodovnik [mailto:[email protected]] Sent: Saturday, March 25, 2017 12:56 AM To: dev <[email protected]> Subject: Re: development guide Hello Carlos, sure: build instructions: http://openmeetings.apache.org/BuildInstructions.html Another guides in Developmeny section :) Integration: API: http://openmeetings.apache.org/openmeetings-webservice/apidocs/index.html sample: http://openmeetings.apache.org/RestAPISample.html On Sat, Mar 25, 2017 at 8:20 AM, Carlos Cruz <[email protected]> wrote: > Hi; > > I would like to consider integrating OpenMeetings with another Apache > project OFbiz, are there any developer guides or any other resources ? > > Thx > > -- WBR Maxim aka solomax
