You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by Carlos Cruz <ca...@ccradius.com> on 2017/03/25 01:20:02 UTC

development guide

Hi;

I would like to consider integrating OpenMeetings with another Apache
project OFbiz, are there any developer guides or any other resources ? 

Thx


Re: development guide

Posted by Maxim Solodovnik <so...@gmail.com>.
NP :)
Please NOTE current stable branch is branches/3.2.x, trunk is in alpha
stage ...

On Sun, Mar 26, 2017 at 7:28 AM, Carlos Cruz <ca...@ccradius.com> wrote:

> 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:carlos@ccradius.com]
> Sent: Saturday, March 25, 2017 3:39 PM
> To: dev@openmeetings.apache.org
> 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 &apos;psd&apos; 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 &apos;flv&apos; 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:solomax666@gmail.com]
> Sent: Saturday, March 25, 2017 12:56 AM
> To: dev <de...@openmeetings.apache.org>
> 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 <ca...@ccradius.com> 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
>
>
>


-- 
WBR
Maxim aka solomax

RE: development guide

Posted by Carlos Cruz <ca...@ccradius.com>.
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:carlos@ccradius.com] 
Sent: Saturday, March 25, 2017 3:39 PM
To: dev@openmeetings.apache.org
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 &apos;psd&apos; 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 &apos;flv&apos; 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:solomax666@gmail.com]
Sent: Saturday, March 25, 2017 12:56 AM
To: dev <de...@openmeetings.apache.org>
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 <ca...@ccradius.com> 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



RE: development guide

Posted by Carlos Cruz <ca...@ccradius.com>.
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 &apos;psd&apos; 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 &apos;flv&apos; 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:solomax666@gmail.com] 
Sent: Saturday, March 25, 2017 12:56 AM
To: dev <de...@openmeetings.apache.org>
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 <ca...@ccradius.com> 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


Re: development guide

Posted by Maxim Solodovnik <so...@gmail.com>.
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 <ca...@ccradius.com> 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