Ticket #568 (closed Task: invalid)
a build of DM 4.1.2 from source fails due to missing dm4-geomaps release?
Reported by: | Malte | Owned by: | jri |
---|---|---|---|
Priority: | Trivial | Milestone: | |
Component: | DeepaMehta Standard Distribution | Version: | 4.1.2 |
Keywords: | Cc: | ||
Complexity: | 3 | Area: | |
Module: | deepamehta-geomaps |
Description
I just tried to build from source the "4.1.2"-Release via a "mvn clean install -P all" but that fails .. due to:
[INFO] DeepaMehta 4 Access Control ....................... SUCCESS [0.533s] [INFO] DeepaMehta 4 Geomaps .............................. FAILURE [0.553s] [INFO] DeepaMehta 4 Time ................................. SKIPPED [INFO] DeepaMehta 4 Caching .............................. SKIPPED [INFO] DeepaMehta 4 Storage - Neo4j ...................... SKIPPED [INFO] DeepaMehta 4 Test ................................. SKIPPED [INFO] DeepaMehta 4 Global ............................... SKIPPED [INFO] DeepaMehta 4 Plugin Parent ........................ SKIPPED [INFO] DeepaMehta 4 Provision ............................ SKIPPED [INFO] 3rd Party Bundles ................................. SKIPPED [INFO] Felix Bundles ..................................... SKIPPED [INFO] DeepaMehta 4 Bundles .............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11.007s [INFO] Finished at: Tue Dec 03 00:01:24 CET 2013 [INFO] Final Memory: 30M/687M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install) on project deepamehta-geomaps: Failed to install artifact de.deepamehta:deepamehta-geomaps:jar:4.1.2: /opt/deepamehta/maven-repo/de/deepamehta/deepamehta-geomaps/4.1.2/deepamehta-geomaps-4.1.2.jar (No such file or directory) -> [Help 1] [ERROR]
Probably it's just the geomaps 4.1.2 build that is missing in our repo.
Commenting out module dm4-geomaps enables me to build 4.1.2 DM from source.
Change History
comment:2 Changed 11 years ago by jri
OK, I came to late here:
I guess there is problem with your local Maven repo.
/opt/deepamehta/maven-repo/de/deepamehta/deepamehta-geomaps/4.1.2/deepamehta-geomaps-4.1.2.jar
Check if this file is writable. Maybe the file or one of the parent directories is lacking write permission.
You could try cleaning your local Maven repo, at least the de.deepamehta area, and build again.
I just tried building DM 4.1.2 and see no problem.
Note: your build is independent from external DM Repos.
Thanks for the hint, jri. There is a permission issue on a server since multiple users have build dm and the groups were not properly configured. Closing ticket as invalid, this must be it.