Unable to build Bonita Studio 6.2.4 from the source

1
0
-1

Hi.

I'm trying to build Bonita Studio 6.2.4 Community Edition from the source provided @ github.com/bonitasoft. Also I'm following instructions described @ http://documentation.bonitasoft.com/building-bonita-bpm-source-files . Unfortunatelly I've stuck on building bonita-studio/bundles. Running mvn clean install print me bunch of errors:

[INFO] Computing target platform for MavenProject: org.bonitasoft.studio.bundles.plugins:org.bonitasoft.studio.application:6.2.4-SNAPSHOT @ C:\Programming\gitrepo-bonita-studio\bun dles\plugins\org.bonitasoft.studio.application\pom.xml [INFO] Resolving dependencies of MavenProject: org.bonitasoft.studio.bundles.plugins:org.bonitasoft.studio.application:6.2.4-SNAPSHOT @ C:\Programming\gitrepo-bonita-studio\bundles \plugins\org.bonitasoft.studio.application\pom.xml [INFO] Cannot complete the request. Generating details. [INFO] Cannot complete the request. Generating details. [INFO] {osgi.ws=gtk, osgi.os=linux, osgi.arch=x86_64, org.eclipse.update.install.features=true} [ERROR] Cannot resolve project dependencies: [ERROR] Software being installed: org.bonitasoft.studio.application 6.2.4.qualifier [ERROR] Missing requirement: org.bonitasoft.studio.application 6.2.4.qualifier requires 'package org.bonitasoft.engine.api 0.0.0' but it could not be found [ERROR] [ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.bonitasoft.studio.actors 6.2. 4.qualifier to package org.bonitasoft.engine.api 0.0.0.", "Unable to satisfy dependency from org.bonitasoft.studio.actors 6.2.4.qualifier to package org.bonitasoft.engine.bpm 0.0.0 .", "Unable to satisfy dependency from org.bonitasoft.studio.actors 6.2.4.qualifier to package org.bonitasoft.engine.bpm.bar 0.0.0.", [...]

I'm using maven 3.0.4.

Comments

Submitted by Andrius on Thu, 08/28/2014 - 07:40

Noone builds Studio from the sources? :)

1 answer

1
0
-1

Hello, maybe you should try this howto:
http://community.bonitasoft.com/blog/how-build-bonita-bpm-sources

A build script is available for building 6.2.3 on our Community Github:
https://github.com/Bonitasoft-Community/Build-Bonita-BPM

Please note that the best Operating System to build Bonita BPM is Ubuntu 12.04 (at the moment).

Comments

Submitted by Andrius on Fri, 09/12/2014 - 21:15

Still getting an error:

[ERROR] Failed to execute goal on project bos-simulation: Could not resolve dependencies for project org.bonitasoft.simulation:bos-simulation:jar:6.1.0: Failed to collect dependencies at net.sf.csv4j:csv4j:jar:0.4.0: Failed to read artifact descriptor for net.sf.csv4j:csv4j:jar:0.4.0: Could not transfer artifact net.sf .csv4j:csv4j:pom:0.4.0 from/to csv4jRepository (http://repository.aduna-software.org/maven2/): Connect to repository.aduna-software.org:80 [repository.aduna-sof tware.org/82.94.239.126] failed: Connection timed out: connect -> [Help 1]

Submitted by ttoine on Mon, 09/15/2014 - 12:13

ah, yes, the repository for csv4j is sometime down. You can find it via Google. Or follow this short command line: https://github.com/bonitasoft/bonita-simulation/issues/1#issuecomment-55...

Notifications