Hi
Thank you for your answer
.
I resolve this error by installing last jdk 1.6 u39 but now I get this error:
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] CMDBuild .......................................... SUCCESS [0.757s]
[INFO] CMDBuild Commons .................................. SUCCESS [22.649s]
[INFO] CMDBuild Auth Core ................................ SUCCESS [1.803s]
[INFO] CMDBuild DAO Core ................................. SUCCESS [4.424s]
[INFO] CMDBuild DAO PostgreSQL Driver .................... SUCCESS [3.388s]
[INFO] CMDBuild Default Authenticators ................... SUCCESS [2.263s]
[INFO] CMDBuild Graph .................................... SUCCESS [20.277s]
[INFO] CMDBuild DMS Core ................................. SUCCESS [3.537s]
[INFO] CMDBuild DMS Alfresco ............................. SUCCESS [8.705s]
[INFO] CMDBuild Shark Commons ............................ SUCCESS [3.344s]
[INFO] CMDBuild Shark Client ............................. SUCCESS [4.379s]
[INFO] CMDBuild Webapp ................................... SUCCESS [1:10.655s]
[INFO] CMDBuild Web Service Client ....................... SUCCESS [27.280s]
[INFO] CMDBuild Shark Extensions ......................... FAILURE [23.310s]
[INFO] CMDBuild Shark Legacy Extensions .................. SKIPPED
[INFO] CMDBuild Shark Server ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:24.832s
[INFO] Finished at: Wed Feb 06 16:47:44 MSK 2013
[INFO] Final Memory: 72M/229M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.8:verify (verify-test-results) on project cmdbuild-shark-extensions: There are test failures.
[ERROR]
[ERROR] Please refer to /home/user/src/tecnoteca-cmdbuild/shark/extensions/target/failsafe-reports for the individual test results.
[ERROR] -> [Help 1]
Previously Tecnoteca wrote:
Dear Aidar,
it seems it cannot find the "XmlSeeAlso" annotation. What Java version are you using?
Best regards,
Davide
Previously Aidar wrote:
I can't compile cmdbuild from sources. Could you help me to compile cmdbuild please
I have new maven installation and try do this:
mvn hg clone https://bitbucket.org/tecnoteca/cmdbuild-dependencies
cd cmdbuild-dependencies
./install-artifacts.sh
cd ..
mvn hg clone https://bitbucket.org/tecnoteca/cmdbuild
cd cmdbuild/cmdbuild-graph
mvn install
cd ..
mvn compile
And I get this error message:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project cmdbuild: Compilation failure: Compilation failure:
[ERROR] /home/user/src/cmdbuild/cmdbuild/src/main/java/org/cmdbuild/services/soap/Private.java:[10,32] cannot find symbol
[ERROR] symbol : class XmlSeeAlso
[ERROR] location: package javax.xml.bind.annotation
[ERROR] /home/user/src/cmdbuild/cmdbuild/src/main/java/org/cmdbuild/services/soap/Private.java:[37,1] cannot find symbol
[ERROR] symbol: class XmlSeeAlso
[ERROR] @XmlSeeAlso({ org.cmdbuild.services.soap.types.WSProcessStartEvent.class,
[ERROR] -> [Help 1]