Dear all,
I'm having trouble building the latest source code with Maven. For some reason I am not able to download few of the dependencies such as
http://maven.ow2.org/maven2/com/adobe/flash/core/playerglobal/1.0/playerglobal-1.0.swc
http://repo.maven.apache.org/maven2/com/adobe/flash/core/playerglobal/1.0/playerglobal-1.0.swc
The above URLs will simply throw 404 error, meaning those are not available at those locations.
Why pom.xml from cmdbuild-graph is keep referring to that?
Why can't you add these jars in the cmdbuild-dependency project itself? I tried downloading additional libraries required for building the whole project, but these jars are simply not there.
How on the earth I am suppose to get these dependencies jars????
This is the error message I am getting while building the entire code
The following artifacts could not be resolved: com.adobe.flash.core:playerglobal:swc:1.0, com.adobe.flex.sdkcore:framework:swc:3.2.0.3958, com.adobe.flex.sdkcore:flex:swc:3.2.0.3958, com.adobe.flex.sdkcore:rpc:swc:3.2.0.3958, com.adobe.flex.sdkcore:utilities:swc:3.2.0.3958, com.adobe.flex.locales.en_US:framework_rb:swc:3.2.0.3958, com.adobe.flex.locales.en_US:rpc_rb:swc:3.2.0.3958: Could not find artifact com.adobe.flash.core:playerglobal:swc:1.0 in codehaus (http://repository.codehaus.org) -> [Help 1]
Please help.
Thanks
OK, so I was able to resolve the dependencies issues finally. I had to download the relevant jars from external repository:
Manully copy to local maven repository and then the code compiles. Well its still not fully compiled as I am facing another issues, but at least the dependency issues are resolved.
I wonder why cmdbuild is not updated to include correct external repository path.
Thanks
Previously Nakul wrote:
Dear all,
I'm having trouble building the latest source code with Maven. For some reason I am not able to download few of the dependencies such as
http://maven.ow2.org/maven2/com/adobe/flash/core/playerglobal/1.0/playerglobal-1.0.swc
http://repo.maven.apache.org/maven2/com/adobe/flash/core/playerglobal/1.0/playerglobal-1.0.swc
The above URLs will simply throw 404 error, meaning those are not available at those locations.
Why pom.xml from cmdbuild-graph is keep referring to that?
Why can't you add these jars in the cmdbuild-dependency project itself? I tried downloading additional libraries required for building the whole project, but these jars are simply not there.
How on the earth I am suppose to get these dependencies jars????
This is the error message I am getting while building the entire code
The following artifacts could not be resolved: com.adobe.flash.core:playerglobal:swc:1.0, com.adobe.flex.sdkcore:framework:swc:3.2.0.3958, com.adobe.flex.sdkcore:flex:swc:3.2.0.3958, com.adobe.flex.sdkcore:rpc:swc:3.2.0.3958, com.adobe.flex.sdkcore:utilities:swc:3.2.0.3958, com.adobe.flex.locales.en_US:framework_rb:swc:3.2.0.3958, com.adobe.flex.locales.en_US:rpc_rb:swc:3.2.0.3958: Could not find artifact com.adobe.flash.core:playerglobal:swc:1.0 in codehaus (http://repository.codehaus.org) -> [Help 1]
Please help.
Thanks