From: Okamoto T. <oka...@pa...> - 2008-04-23 11:10:15
|
Hi all. I would like to build DS Server Ver.6.5 from source. I have built it following to: https://wiki.objectweb.org/sync4j/Wiki.jsp?page=BuildingFunambolV6.5 But I have failed with error messages: +++++++++++++++++++ start +++++++++++++++++++++++++++++++++++++++++ C:\funambol-dev\v65\forge>ant forge-ds-server >>err1.txt BUILD FAILED C:\funambol-dev\v65\forge\ds-server.xml:66: The following error occurred while executing this line: C:\funambol-dev\v65\forge\ds-server.xml:59: The following error occurred while executing this line: C:\funambol-dev\v65\ds-server\build\build.xml:82: The following error occurred while executing this line: C:\funambol-dev\v65\ds-server\build\build.xml:358: Unable to resolve artifact: Missing: ---------- 1) funambol:server-framework:jar:6.6.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=funambol -DartifactId=server-framework\ -Dversion=6.6.0 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=funambol -DartifactId=server-framework \ -Dversion=6.6.0 -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) funambol:ds-server:jar:6.6.0 2) funambol:server-framework:jar:6.6.0 2) funambol:testing-tool:jar:1.0.6 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=funambol -DartifactId=testing-tool \ -Dversion=1.0.6 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=funambol -DartifactId=testing-tool \ -Dversion=1.0.6 -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) funambol:ds-server:jar:6.6.0 2) funambol:testing-tool:jar:1.0.6 ---------- 2 required artifacts are missing. for artifact: funambol:ds-server:jar:6.6.0 from the specified remote repositories: central (http://repo1.maven.org/maven2), funambol.remote.repository (http://funambol.sf.net/m2) Total time: 45 second ++++++++++++++++++++++++++ end +++++++++++++++++++++++++++++++++++ Any comment is appreciated. T.Okamoto |