From: Okamoto T. <oka...@pa...> - 2008-04-23 16:35:00
|
Hi Stefano. Thank you for your quick response. I have succeeded to build it. T.Okamoto Stefano Nichele was written: > Hi Okamato, > if you want to build the v65 code you should use the r_funambol_6_5_14 tag. > > ste > > Okamoto Toshiaki wrote: >> 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 >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >> Don't miss this year's exciting event. There's still time to save $100. >> Use priority code J8TL2D2. >> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone >> _______________________________________________ >> Sync4j-users mailing list >> Syn...@li... >> https://lists.sourceforge.net/lists/listinfo/sync4j-users >> >> > > |