Hello,
I have attempted to build your software using the instructions given in the documentation on CentOS6
When building these errors are returned
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/usr/lib/calipso/svn/calipso-parent/calipso-common/src/test/java/gr/abiss/calipso/CalipsoTest.java:[98,22] cannot find symbol
symbol : method storeMetadata(gr.abiss.calipso.domain.Metadata)
location: interface gr.abiss.calipso.CalipsoService
/usr/lib/calipso/svn/calipso-parent/calipso-common/src/test/java/gr/abiss/calipso/CalipsoTest.java:[100,36] cannot find symbol
symbol : method loadMetadata(long)
location: interface gr.abiss.calipso.CalipsoService
Do you have any further information as to why this build might be failing. I have attempted to follow the instructions given in the documentation here:
So I attempted to check it out here as in the updated instructions
and then here
which did
Java is installed
# java -version
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.5) (rhel-1.50.1.11.5.el6_3-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
mvn is installed
# mvn -version
Apache Maven 2.2.1 (r801777; 2009-08-06 20:16:01+0100)
Java version: 1.6.0_24
Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
Default locale: en_GB, platform encoding: UTF-8
OS name: "linux" version: "2.6.32-279.11.1.el6.x86_64" arch: "amd64" Family: "unix"
ant is installed
# ant -version
Apache Ant version 1.7.1 compiled on August 24 2010
svn is installed
# svn --version
svn, version 1.6.11 (r934486)
compiled Jun 23 2012, 00:44:03
Copyright (C) 2000-2009 CollabNet.
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
hsql is running
[root@184611 java]# java -cp hsqldb.jar org.hsqldb.Server -database.0 file:mydb -dbname.0 xdb
[Server@761a626f]: [Thread[main,5,main]]: checkRunning(false) entered
[Server@761a626f]: [Thread[main,5,main]]: checkRunning(false) exited
[Server@761a626f]: Startup sequence initiated from main() method
[Server@761a626f]: Loaded properties from [/usr/share/java/server.properties]
[Server@761a626f]: Initiating startup sequence...
[Server@761a626f]: Server socket opened successfully in 5 ms.
[Server@761a626f]: Database [index=0, id=0, db=file:mydb, alias=xdb] opened sucessfully in 154 ms.
[Server@761a626f]: Startup sequence completed in 159 ms.
[Server@761a626f]: 2012-11-07 09:34:31.277 HSQLDB server 1.8.0 is online
[Server@761a626f]: To close normally, connect and execute SHUTDOWN SQL
[Server@761a626f]: From command line, use [Ctrl]+[C] to abort abruptly
Any information relating to what further steps I could take would be gratefully received.