Hello All,
This is my first post to this forum. I'm trying to build openkm 4.0 from source, and have mixed result. Building from command line (console / terminal), resulted in succesfull build (at least the log said BUILD SUCCESSFULL), but I failed to build it under eclipse galileo. Here is my compile log :
Thanks in advance for your help
This is my first post to this forum. I'm trying to build openkm 4.0 from source, and have mixed result. Building from command line (console / terminal), resulted in succesfull build (at least the log said BUILD SUCCESSFULL), but I failed to build it under eclipse galileo. Here is my compile log :
Code: Select all
Is there any additional step in building openkm in eclipse galileo ?bash-3.2$ mvn install -o -Dmaven.test.failure.ignore=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenKM Web Application
si_sol[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Verifying there are no local modifications ...
[INFO] Executing: /bin/sh -c cd /Users/si_sol/Documents/works/openkm && svn --non-interactive status
[INFO] Working directory: /Users/si_sol/Documents/works/openkm
[INFO] Executing: /bin/sh -c cd /Users/si_sol/Documents/works/openkm && svn --non-interactive update /Users/si_sol/Documents/works/openkm
[INFO] Working directory: /Users/si_sol/Documents/works/openkm
[INFO] Got a revision during update: 1605
[INFO] No files needed updating.
[INFO] Executing: /bin/sh -c cd /Users/si_sol/Documents/works/openkm && svn --non-interactive info
[INFO] Working directory: /Users/si_sol/Documents/works/openkm
[INFO] Storing buildNumber: 1605 at timestamp: 1272860678858
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 16 resources
Downloading: http://repository.jboss.org/maven2/entagged/audioformats/audioformats/0.15/audioformats-0.15.pom
[INFO] Unable to find resource 'entagged.audioformats:audioformats:pom:0.15' in repository jboss.org (http://repository.jboss.org/maven2)
Downloading: http://repository.jboss.com/maven2/entagged/audioformats/audioformats/0.15/audioformats-0.15.pom
[INFO] Unable to find resource 'entagged.audioformats:audioformats:pom:0.15' in repository jboss.com (http://repository.jboss.com/maven2)
Downloading: http://repo1.maven.org/maven2/entagged/audioformats/audioformats/0.15/audioformats-0.15.pom
[INFO] Unable to find resource 'entagged.audioformats:audioformats:pom:0.15' in repository central (http://repo1.maven.org/maven2)
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [gwt:compile {execution: default}]
[INFO] using GWT jars from project dependencies : 1.5.3
[INFO] Unpack native libraries required to run GWT
[INFO] auto discovered modules [es.git.openkm.backend.Main, es.git.openkm.frontend.Main]
[INFO] establishing classpath list (scope = compile)
[INFO] es.git.openkm.backend.Main is up to date. GWT compilation skipped
[INFO] establishing classpath list (scope = compile)
[INFO] es.git.openkm.frontend.Main is up to date. GWT compilation skipped
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/si_sol/Documents/works/openkm/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /Users/si_sol/Documents/works/openkm/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] Assembling webapp[openkm] in [/Users/si_sol/Documents/works/openkm/target/OpenKM]
[INFO] Dependency[Dependency {groupId=org.slf4j, artifactId=slf4j-log4j12, version=1.5.3, type=jar}] has changed (was Dependency {groupId=org.slf4j, artifactId=slf4j-log4j12, version=1.5.3, type=jar}).
[INFO] Dependency[Dependency {groupId=org.apache.jackrabbit, artifactId=jackrabbit-core, version=1.4.11, type=jar}] has changed (was Dependency {groupId=org.apache.jackrabbit, artifactId=jackrabbit-core, version=1.4.11, type=jar}).
[INFO] Dependency[Dependency {groupId=jasperreports, artifactId=jasperreports, version=3.5.3, type=jar}] has changed (was Dependency {groupId=jasperreports, artifactId=jasperreports, version=3.5.3, type=jar}).
[INFO] Dependency[Dependency {groupId=org.apache.poi, artifactId=poi, version=3.5-FINAL, type=jar}] has changed (was Dependency {groupId=org.apache.poi, artifactId=poi, version=3.5-FINAL, type=jar}).
[INFO] Dependency[Dependency {groupId=org.apache.poi, artifactId=poi-scratchpad, version=3.5-FINAL, type=jar}] has changed (was Dependency {groupId=org.apache.poi, artifactId=poi-scratchpad, version=3.5-FINAL, type=jar}).
[INFO] Processing war project
[INFO] Copying webapp resources[/Users/si_sol/Documents/works/openkm/src/main/webapp]
[INFO] Webapp assembled in [1987 msecs]
[INFO] Building war: /Users/si_sol/Documents/works/openkm/target/OpenKM.war
[INFO] Packaging classes
[INFO] Building jar: /Users/si_sol/Documents/works/openkm/target/OpenKM-classes.jar
[INFO] [gwt:test {execution: default}]
[INFO] using GWT jars from project dependencies : 1.5.3
[INFO] Unpack native libraries required to run GWT
[INFO] [install:install {execution: default-install}]
[INFO] Installing /Users/si_sol/Documents/works/openkm/target/OpenKM.war to /Users/si_sol/.m2/repository/org/monkiki/openkm/openkm/4.0/openkm-4.0.war
[INFO] Installing /Users/si_sol/Documents/works/openkm/target/OpenKM-classes.jar to /Users/si_sol/.m2/repository/org/monkiki/openkm/openkm/4.0/openkm-4.0-classes.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 30 seconds
[INFO] Finished at: Mon May 03 11:26:06 WIT 2010
[INFO] Final Memory: 31M/79M
[INFO] ------------------------------------------------------------------------
[INFO]
NOTE: Maven is executing in offline mode. Any artifacts not already in your local
repository will be inaccessible.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenKM Web Application
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Verifying there are no local modifications ...
[INFO] Executing: /bin/sh -c cd /Users/si_sol/Documents/works/openkm && svn --non-interactive status
[INFO] Working directory: /Users/si_sol/Documents/works/openkm
[INFO] maven is executed in offline mode, Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /Users/si_sol/Documents/works/openkm && svn --non-interactive info
[INFO] Working directory: /Users/si_sol/Documents/works/openkm
[INFO] Storing buildNumber: 1605 at timestamp: 1272866686880
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 16 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [gwt:compile {execution: default}]
[INFO] using GWT jars from project dependencies : 1.5.3
[INFO] Unpack native libraries required to run GWT
[INFO] auto discovered modules [es.git.openkm.backend.Main, es.git.openkm.frontend.Main]
[INFO] establishing classpath list (scope = compile)
[INFO] es.git.openkm.backend.Main is up to date. GWT compilation skipped
[INFO] establishing classpath list (scope = compile)
[INFO] es.git.openkm.frontend.Main is up to date. GWT compilation skipped
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/si_sol/Documents/works/openkm/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /Users/si_sol/Documents/works/openkm/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] Assembling webapp[openkm] in [/Users/si_sol/Documents/works/openkm/target/OpenKM]
[INFO] Dependency[Dependency {groupId=org.slf4j, artifactId=slf4j-log4j12, version=1.5.3, type=jar}] has changed (was Dependency {groupId=org.slf4j, artifactId=slf4j-log4j12, version=1.5.3, type=jar}).
[INFO] Dependency[Dependency {groupId=org.apache.jackrabbit, artifactId=jackrabbit-core, version=1.4.11, type=jar}] has changed (was Dependency {groupId=org.apache.jackrabbit, artifactId=jackrabbit-core, version=1.4.11, type=jar}).
[INFO] Dependency[Dependency {groupId=jasperreports, artifactId=jasperreports, version=3.5.3, type=jar}] has changed (was Dependency {groupId=jasperreports, artifactId=jasperreports, version=3.5.3, type=jar}).
[INFO] Dependency[Dependency {groupId=org.apache.poi, artifactId=poi, version=3.5-FINAL, type=jar}] has changed (was Dependency {groupId=org.apache.poi, artifactId=poi, version=3.5-FINAL, type=jar}).
[INFO] Dependency[Dependency {groupId=org.apache.poi, artifactId=poi-scratchpad, version=3.5-FINAL, type=jar}] has changed (was Dependency {groupId=org.apache.poi, artifactId=poi-scratchpad, version=3.5-FINAL, type=jar}).
[INFO] Processing war project
[INFO] Copying webapp resources[/Users/si_sol/Documents/works/openkm/src/main/webapp]
[INFO] Webapp assembled in [863 msecs]
[INFO] Building war: /Users/si_sol/Documents/works/openkm/target/OpenKM.war
[INFO] Packaging classes
[INFO] Building jar: /Users/si_sol/Documents/works/openkm/target/OpenKM-classes.jar
[INFO] [gwt:test {execution: default}]
[INFO] using GWT jars from project dependencies : 1.5.3
[INFO] Unpack native libraries required to run GWT
[INFO] [install:install {execution: default-install}]
[INFO] Installing /Users/si_sol/Documents/works/openkm/target/OpenKM.war to /Users/si_sol/.m2/repository/org/monkiki/openkm/openkm/4.0/openkm-4.0.war
[INFO] Installing /Users/si_sol/Documents/works/openkm/target/OpenKM-classes.jar to /Users/si_sol/.m2/repository/org/monkiki/openkm/openkm/4.0/openkm-4.0-classes.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22 seconds
[INFO] Finished at: Mon May 03 13:05:06 WIT 2010
[INFO] Final Memory: 31M/79M
[INFO] ------------------------------------------------------------------------
Thanks in advance for your help