apache / openmeetings

Mirror of Apache Openmeetings
Other
636 stars 259 forks source link

Error building from source code #193

Closed nab95 closed 2 months ago

nab95 commented 2 months ago

I'm trying to build from it's source code but it's giving the following errors

image

Error reports

image

image

image

image

here is the details of my system ( $mvn -v )

Apache Maven 3.9.8 Java version: 17.0.10 OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"

image

solomax commented 2 months ago

Hello @nab95,

your first error is caused by absence of ImageMagic in the ${PATH} you should install it, add it to the ${PATH} or run with as mvn clean install -PallModules,Jenkins

other error is something new ...

Our CI build [1] as well as my local builds are green

I need some more info on your system:

not sure what else can affect those tests :(

[1] https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings/

ali-alhaidary commented 2 months ago

Hi @solomax @nab95 the error is so clear and obvious ;-)

solomax commented 2 months ago

@nab95 could you please also share which DB are you using?

nab95 commented 2 months ago

Hi @solomax ,

The issue is resolved by adding Jenkins

Thank you very much.