Page 1 of 1

Logical doc Build Error

Posted: Wed Dec 24, 2014 11:36 am
by vipin007
First we install three basic tools
 JDK 1.7
 Maven 3.0.3
 Ant 1.7 to build this sources
1) Open a command shell to the folder where you unzipped the archive

2) go into folder: build/poms
launch the command: mvn install
3) go into folder: community/logicaldoc/
launch the command: mvn -Dmaven.test.skip=true install
then throw error at the last-

[ERROR] Failed to execute goal on project logicaldoc-webdav: Could not resolve dependencies for project com.logicaldoc:l
ogicaldoc-webdav:jar:7.1.2: Could not find artifact javax.jcr:jcr:jar:1.0.1 in ibiblio (http://www.ibiblio.org/maven2),
try downloading from http://www.day.com/site/en/index/relate ... nload.html -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/disp ... nException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :logicaldoc-webdav

Re: Logical doc Build Error

Posted: Mon Dec 29, 2014 3:46 pm
by mmeschieri
In general javax artifacts have to be installed manually in your local repository. In any case, try to execute again now.