Hi,
I have download source of CMDBuild project and trying to build it using maven. However maven is reporting some dependencies are not available:
"..................
Downloading: http://maven.servebox.org/repository/org/servebox/flex/flex-plugin/2.3.2/flex-plugin-2.3.2.pom
Downloading: http://croche.googlecode.com/svn/repository/releases/org/servebox/flex/flex-plugin/2.3.2/flex-plugin-2.3.2.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.cmdbuild:cmdbuild-graph:1.0 (D:\work\workspace-diplomski\cmdbuild-bundle\cmdbuild-graph\pom.xml) has 2 errors
[ERROR] Unresolveable build extension: Plugin org.servebox.flex:flex-plugin:2.3.2 or one of its dependencies could not be resolved: Failed to coll
ect dependencies for org.servebox.flex:flex-plugin:jar:2.3.2 (): Failed to read artifact descriptor for org.servebox.flex:flex-plugin:jar:2.3.2: Could
not transfer artifact org.servebox.flex:flex-plugin:pom:2.3.2 from servebox (http://maven.servebox.org/repository): Access denied to: http://maven.se
rvebox.org/repository/org/servebox/flex/flex-plugin/2.3.2/flex-plugin-2.3.2.pom -> [Help 2]
[ERROR] Unknown packaging: swf @ line 10, column 13
..........."
I have contacted servebox.org with question why maven.servebox.org/repository is unavailable and still waiting for the response.
I wanted to ask does anyone else is having similar issues with building CMDBuild?
Any help is most welcomed! Thanks
Regards,
N.K.
Thanks for the prompt response!
I've downloaded, and installed missing libraries. However I'm still missing flex-plugin dependency "org.servebox.flex:flex-plugin:2.3.2". It is needed for compiling "cmdbuild-graph" module.
Regards,
N.K.
Tecnoteca ha scritto:
We are aware that servebox is not accessible since some time (but we still don't exactly know why). Anyway, we've already updated the project
cmdbuild-dependencies for provindind those mssing dependencies. Could you try to get them from there?
Best regards.
Nikola ha scritto:
Hi,
I have download source of CMDBuild project and trying to build it using maven. However maven is reporting some dependencies are not available:
"..................
Downloading: http://maven.servebox.org/repository/org/servebox/flex/flex-plugin/2.3.2/flex-plugin-2.3.2.pom
Downloading: http://croche.googlecode.com/svn/repository/releases/org/servebox/flex/flex-plugin/2.3.2/flex-plugin-2.3.2.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.cmdbuild:cmdbuild-graph:1.0 (D:\work\workspace-diplomski\cmdbuild-bundle\cmdbuild-graph\pom.xml) has 2 errors
[ERROR] Unresolveable build extension: Plugin org.servebox.flex:flex-plugin:2.3.2 or one of its dependencies could not be resolved: Failed to coll
ect dependencies for org.servebox.flex:flex-plugin:jar:2.3.2 (): Failed to read artifact descriptor for org.servebox.flex:flex-plugin:jar:2.3.2: Could
not transfer artifact org.servebox.flex:flex-plugin:pom:2.3.2 from servebox (http://maven.servebox.org/repository): Access denied to: http://maven.se
rvebox.org/repository/org/servebox/flex/flex-plugin/2.3.2/flex-plugin-2.3.2.pom -> [Help 2]
[ERROR] Unknown packaging: swf @ line 10, column 13
..........."
I have contacted servebox.org with question why maven.servebox.org/repository is unavailable and still waiting for the response.
I wanted to ask does anyone else is having similar issues with building CMDBuild?
Any help is most welcomed! Thanks
Regards,
N.K.
Can you try:
1. check in your local maven repository if the plugin has been correctly installed
2. remove from the main pom.xml the "servebox" repository entry
Let us know if it will work.
Best regards.
Nikola ha scritto:
Thanks for the prompt response!
I've downloaded, and installed missing libraries. However I'm still missing flex-plugin dependency "org.servebox.flex:flex-plugin:2.3.2". It is needed for compiling "cmdbuild-graph" module.
Regards,
N.K.
Tecnoteca ha scritto:
We are aware that servebox is not accessible since some time (but we still don't exactly know why). Anyway, we've already updated the project
cmdbuild-dependencies for provindind those mssing dependencies. Could you try to get them from there?
Best regards.
Nikola ha scritto:
Hi,
I have download source of CMDBuild project and trying to build it using maven. However maven is reporting some dependencies are not available:
"..................
Downloading: http://maven.servebox.org/repository/org/servebox/flex/flex-plugin/2.3.2/flex-plugin-2.3.2.pom
Downloading: http://croche.googlecode.com/svn/repository/releases/org/servebox/flex/flex-plugin/2.3.2/flex-plugin-2.3.2.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.cmdbuild:cmdbuild-graph:1.0 (D:\work\workspace-diplomski\cmdbuild-bundle\cmdbuild-graph\pom.xml) has 2 errors
[ERROR] Unresolveable build extension: Plugin org.servebox.flex:flex-plugin:2.3.2 or one of its dependencies could not be resolved: Failed to coll
ect dependencies for org.servebox.flex:flex-plugin:jar:2.3.2 (): Failed to read artifact descriptor for org.servebox.flex:flex-plugin:jar:2.3.2: Could
not transfer artifact org.servebox.flex:flex-plugin:pom:2.3.2 from servebox (http://maven.servebox.org/repository): Access denied to: http://maven.se
rvebox.org/repository/org/servebox/flex/flex-plugin/2.3.2/flex-plugin-2.3.2.pom -> [Help 2]
[ERROR] Unknown packaging: swf @ line 10, column 13
..........."
I have contacted servebox.org with question why maven.servebox.org/repository is unavailable and still waiting for the response.
I wanted to ask does anyone else is having similar issues with building CMDBuild?
Any help is most welcomed! Thanks
Regards,
N.K.