Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile problems #100

Closed
WolfgangPutz opened this issue May 21, 2014 · 5 comments
Closed

Compile problems #100

WolfgangPutz opened this issue May 21, 2014 · 5 comments

Comments

@WolfgangPutz
Copy link

I wanted to upgrade Web-Karma from v2.002 to v2.009. V2.002 was running well.
Compiling v2.009 fails with the following message:
[INFO] karma-offline ..................................... FAILURE [0.553s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:51.028s
[INFO] Finished at: Wed May 21 16:47:15 CEST 2014
[INFO] Final Memory: 48M/199M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.4.1
:clean (default-clean) on project karma-offline: Failed to clean project: Failed
to delete C:\app\Web-Karma-master\Web-Karma-master\karma-offline\target\surefir
e-reports -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionE
xception
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command

[ERROR] mvn -rf :karma-offline

I did not change environment variables. The error protocol is saying:
java.lang.AssertionError: expected:<149> but was:<21>
at org.junit.Assert.fail(Assert.java:88)

What is the probelm?

Thanks for the help

Wolfgang

@dkapoor
Copy link
Collaborator

dkapoor commented May 21, 2014

Could you attach the log before the [INFO] karma-offline ..................................... FAILURE [0.553s] message. Thanks.

@WolfgangPutz
Copy link
Author

Thanks. The complete log file follows:

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] ISI Karma Maven Webapp
[INFO] karma-util
[INFO] karma-crf
[INFO] karma-cleaning
[INFO] karma-common
[INFO] karma-commands
[INFO] commands-common
[INFO] karma-jdbc
[INFO] karma-not-common
[INFO] commands-update
[INFO] commands-alignment
[INFO] commands-worksheet
[INFO] commands-python
[INFO] commands-alignment-openrdf
[INFO] commands-cleaning
[INFO] commands-publish
[INFO] commands-publish-jdbc
[INFO] commands-publish-alignment-openrdf
[INFO] commands-update-jdbc
[INFO] commands-import
[INFO] import-common
[INFO] import-csv
[INFO] import-database
[INFO] import-excel
[INFO] import-file
[INFO] import-ontology
[INFO] import-json
[INFO] import-service
[INFO] import-spatial
[INFO] import-xml
[INFO] commands-include
[INFO] karma-web
[INFO] karma-offline
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ISI Karma Maven Webapp 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ webkarma ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ webkarma ---
[INFO] Installing C:\app\Web-Karma\pom.xml to C:\Users\general.m2\repository\edu\isi\webkarma\0.0.1-SNAPSHOT\webkarma-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building karma-util 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ karma-util ---
[INFO] Deleting C:\app\Web-Karma\karma-util\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ karma-util ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-util\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-util\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ karma-util ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 40 source files to C:\app\Web-Karma\karma-util\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ karma-util ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-util\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ karma-util ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ karma-util ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-util\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ karma-util ---
[INFO] Building jar: C:\app\Web-Karma\karma-util\target\karma-util-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ karma-util ---
[INFO] Installing C:\app\Web-Karma\karma-util\target\karma-util-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\karma-util\0.0.1-SNAPSHOT\karma-util-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-util\pom.xml to C:\Users\general.m2\repository\edu\isi\karma-util\0.0.1-SNAPSHOT\karma-util-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building karma-crf 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ karma-crf ---
[INFO] Deleting C:\app\Web-Karma\karma-crf\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ karma-crf ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-crf\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-crf\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ karma-crf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to C:\app\Web-Karma\karma-crf\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ karma-crf ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-crf\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ karma-crf ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ karma-crf ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-crf\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ karma-crf ---
[INFO] Building jar: C:\app\Web-Karma\karma-crf\target\karma-crf-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ karma-crf ---
[INFO] Installing C:\app\Web-Karma\karma-crf\target\karma-crf-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\karma-crf\0.0.1-SNAPSHOT\karma-crf-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-crf\pom.xml to C:\Users\general.m2\repository\edu\isi\karma-crf\0.0.1-SNAPSHOT\karma-crf-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building karma-cleaning 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ karma-cleaning ---
[INFO] Deleting C:\app\Web-Karma\karma-cleaning\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ karma-cleaning ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-cleaning\src\main\config
[INFO] Copying 10 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ karma-cleaning ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 62 source files to C:\app\Web-Karma\karma-cleaning\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ karma-cleaning ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-cleaning\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ karma-cleaning ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ karma-cleaning ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-cleaning\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ karma-cleaning ---
[INFO] Building jar: C:\app\Web-Karma\karma-cleaning\target\karma-cleaning-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ karma-cleaning ---
[INFO] Installing C:\app\Web-Karma\karma-cleaning\target\karma-cleaning-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\karma-cleaning\0.0.1-SNAPSHOT\karma-cleaning-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-cleaning\pom.xml to C:\Users\general.m2\repository\edu\isi\karma-cleaning\0.0.1-SNAPSHOT\karma-cleaning-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building karma-common 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ karma-common ---
[INFO] Deleting C:\app\Web-Karma\karma-common\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ karma-common ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-common\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ karma-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 251 source files to C:\app\Web-Karma\karma-common\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ karma-common ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-common\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ karma-common ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ karma-common ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-common\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ karma-common ---
[INFO] Building jar: C:\app\Web-Karma\karma-common\target\karma-common-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ karma-common ---
[INFO] Installing C:\app\Web-Karma\karma-common\target\karma-common-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\karma-common\0.0.1-SNAPSHOT\karma-common-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-common\pom.xml to C:\Users\general.m2\repository\edu\isi\karma-common\0.0.1-SNAPSHOT\karma-common-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building karma-commands 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ karma-commands ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ karma-commands ---
[INFO] Installing C:\app\Web-Karma\karma-commands\pom.xml to C:\Users\general.m2\repository\edu\isi\karma-commands\0.0.1-SNAPSHOT\karma-commands-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building commands-common 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ commands-common ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-common\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ commands-common ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-common\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-common\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commands-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to C:\app\Web-Karma\karma-commands\commands-common\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ commands-common ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-common\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ commands-common ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ commands-common ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-common\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ commands-common ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-common\target\commands-common-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ commands-common ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-common\target\commands-common-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\commands-common\0.0.1-SNAPSHOT\commands-common-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-common\pom.xml to C:\Users\general.m2\repository\edu\isi\commands-common\0.0.1-SNAPSHOT\commands-common-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building karma-jdbc 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ karma-jdbc ---
[INFO] Deleting C:\app\Web-Karma\karma-jdbc\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ karma-jdbc ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-jdbc\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-jdbc\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ karma-jdbc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to C:\app\Web-Karma\karma-jdbc\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ karma-jdbc ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-jdbc\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ karma-jdbc ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ karma-jdbc ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-jdbc\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ karma-jdbc ---
[INFO] Building jar: C:\app\Web-Karma\karma-jdbc\target\karma-jdbc-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ karma-jdbc ---
[INFO] Installing C:\app\Web-Karma\karma-jdbc\target\karma-jdbc-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\karma-jdbc\0.0.1-SNAPSHOT\karma-jdbc-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-jdbc\pom.xml to C:\Users\general.m2\repository\edu\isi\karma-jdbc\0.0.1-SNAPSHOT\karma-jdbc-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building karma-not-common 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ karma-not-common ---
[INFO] Deleting C:\app\Web-Karma\karma-not-common\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ karma-not-common ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-not-common\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-not-common\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ karma-not-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to C:\app\Web-Karma\karma-not-common\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ karma-not-common ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ karma-not-common ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ karma-not-common ---
[INFO] Surefire report directory: C:\app\Web-Karma\karma-not-common\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ karma-not-common ---
[INFO] Building jar: C:\app\Web-Karma\karma-not-common\target\karma-not-common-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ karma-not-common ---
[INFO] Installing C:\app\Web-Karma\karma-not-common\target\karma-not-common-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\karma-not-common\0.0.1-SNAPSHOT\karma-not-common-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-not-common\pom.xml to C:\Users\general.m2\repository\edu\isi\karma-not-common\0.0.1-SNAPSHOT\karma-not-common-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building commands-update 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ commands-update ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-update\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ commands-update ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-update\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-update\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commands-update ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to C:\app\Web-Karma\karma-commands\commands-update\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ commands-update ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-update\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ commands-update ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ commands-update ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-update\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ commands-update ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-update\target\commands-update-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ commands-update ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-update\target\commands-update-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\commands-update\0.0.1-SNAPSHOT\commands-update-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-update\pom.xml to C:\Users\general.m2\repository\edu\isi\commands-update\0.0.1-SNAPSHOT\commands-update-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building commands-alignment 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ commands-alignment ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-alignment\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ commands-alignment ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-alignment\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-alignment\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commands-alignment ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 40 source files to C:\app\Web-Karma\karma-commands\commands-alignment\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ commands-alignment ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-alignment\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ commands-alignment ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ commands-alignment ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-alignment\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ commands-alignment ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-alignment\target\commands-alignment-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ commands-alignment ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-alignment\target\commands-alignment-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\commands-alignment\0.0.1-SNAPSHOT\commands-alignment-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-alignment\pom.xml to C:\Users\general.m2\repository\edu\isi\commands-alignment\0.0.1-SNAPSHOT\commands-alignment-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building commands-worksheet 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ commands-worksheet ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-worksheet\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ commands-worksheet ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-worksheet\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-worksheet\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commands-worksheet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 57 source files to C:\app\Web-Karma\karma-commands\commands-worksheet\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ commands-worksheet ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-worksheet\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ commands-worksheet ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ commands-worksheet ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-worksheet\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ commands-worksheet ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-worksheet\target\commands-worksheet-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ commands-worksheet ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-worksheet\target\commands-worksheet-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\commands-worksheet\0.0.1-SNAPSHOT\commands-worksheet-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-worksheet\pom.xml to C:\Users\general.m2\repository\edu\isi\commands-worksheet\0.0.1-SNAPSHOT\commands-worksheet-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building commands-python 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ commands-python ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-python\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ commands-python ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-python\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-python\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commands-python ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to C:\app\Web-Karma\karma-commands\commands-python\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ commands-python ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-python\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ commands-python ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to C:\app\Web-Karma\karma-commands\commands-python\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ commands-python ---
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-python\target\surefire-reports


T E S T S

Running edu.isi.karma.transformation.tokenizer.PythonTransformationAsURIValidatorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec

Results :

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ commands-python ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-python\target\commands-python-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ commands-python ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-python\target\commands-python-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\commands-python\0.0.1-SNAPSHOT\commands-python-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-python\pom.xml to C:\Users\general.m2\repository\edu\isi\commands-python\0.0.1-SNAPSHOT\commands-python-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building commands-alignment-openrdf 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ commands-alignment-openrdf ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-alignment-openrdf\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ commands-alignment-openrdf ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-alignment-openrdf\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-alignment-openrdf\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commands-alignment-openrdf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to C:\app\Web-Karma\karma-commands\commands-alignment-openrdf\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ commands-alignment-openrdf ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-alignment-openrdf\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ commands-alignment-openrdf ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ commands-alignment-openrdf ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-alignment-openrdf\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ commands-alignment-openrdf ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-alignment-openrdf\target\commands-alignment-openrdf-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ commands-alignment-openrdf ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-alignment-openrdf\target\commands-alignment-openrdf-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\commands-alignment-openrdf\0.0.1-SNAPSHOT\commands-alignment-openrdf-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-alignment-openrdf\pom.xml to C:\Users\general.m2\repository\edu\isi\commands-alignment-openrdf\0.0.1-SNAPSHOT\commands-alignment-openrdf-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building commands-cleaning 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ commands-cleaning ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-cleaning\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ commands-cleaning ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-cleaning\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-cleaning\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commands-cleaning ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to C:\app\Web-Karma\karma-commands\commands-cleaning\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ commands-cleaning ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-cleaning\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ commands-cleaning ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ commands-cleaning ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-cleaning\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ commands-cleaning ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-cleaning\target\commands-cleaning-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ commands-cleaning ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-cleaning\target\commands-cleaning-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\commands-cleaning\0.0.1-SNAPSHOT\commands-cleaning-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-cleaning\pom.xml to C:\Users\general.m2\repository\edu\isi\commands-cleaning\0.0.1-SNAPSHOT\commands-cleaning-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building commands-publish 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ commands-publish ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-publish\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ commands-publish ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-publish\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-publish\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commands-publish ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to C:\app\Web-Karma\karma-commands\commands-publish\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ commands-publish ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-publish\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ commands-publish ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ commands-publish ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-publish\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ commands-publish ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-publish\target\commands-publish-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ commands-publish ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-publish\target\commands-publish-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\commands-publish\0.0.1-SNAPSHOT\commands-publish-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-publish\pom.xml to C:\Users\general.m2\repository\edu\isi\commands-publish\0.0.1-SNAPSHOT\commands-publish-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building commands-publish-jdbc 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ commands-publish-jdbc ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-publish-jdbc\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ commands-publish-jdbc ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-publish-jdbc\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-publish-jdbc\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commands-publish-jdbc ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ commands-publish-jdbc ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-publish-jdbc\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ commands-publish-jdbc ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ commands-publish-jdbc ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-publish-jdbc\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ commands-publish-jdbc ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-publish-jdbc\target\commands-publish-jdbc-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ commands-publish-jdbc ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-publish-jdbc\target\commands-publish-jdbc-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\commands-publish-jdbc\0.0.1-SNAPSHOT\commands-publish-jdbc-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-publish-jdbc\pom.xml to C:\Users\general.m2\repository\edu\isi\commands-publish-jdbc\0.0.1-SNAPSHOT\commands-publish-jdbc-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building commands-publish-alignment-openrdf 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ commands-publish-alignment-openrdf ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-publish-alignment-openrdf\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ commands-publish-alignment-openrdf ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-publish-alignment-openrdf\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-publish-alignment-openrdf\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commands-publish-alignment-openrdf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to C:\app\Web-Karma\karma-commands\commands-publish-alignment-openrdf\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ commands-publish-alignment-openrdf ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-publish-alignment-openrdf\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ commands-publish-alignment-openrdf ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ commands-publish-alignment-openrdf ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-publish-alignment-openrdf\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ commands-publish-alignment-openrdf ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-publish-alignment-openrdf\target\commands-publish-alignment-openrdf-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ commands-publish-alignment-openrdf ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-publish-alignment-openrdf\target\commands-publish-alignment-openrdf-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\commands-publish-alignment-openrdf\0.0.1-SNAPSHOT\commands-publish-alignment-openrdf-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-publish-alignment-openrdf\pom.xml to C:\Users\general.m2\repository\edu\isi\commands-publish-alignment-openrdf\0.0.1-SNAPSHOT\commands-publish-alignment-openrdf-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building commands-update-jdbc 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ commands-update-jdbc ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-update-jdbc\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ commands-update-jdbc ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-update-jdbc\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-update-jdbc\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commands-update-jdbc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to C:\app\Web-Karma\karma-commands\commands-update-jdbc\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ commands-update-jdbc ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-update-jdbc\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ commands-update-jdbc ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ commands-update-jdbc ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-update-jdbc\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ commands-update-jdbc ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-update-jdbc\target\commands-update-jdbc-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ commands-update-jdbc ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-update-jdbc\target\commands-update-jdbc-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\commands-update-jdbc\0.0.1-SNAPSHOT\commands-update-jdbc-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-update-jdbc\pom.xml to C:\Users\general.m2\repository\edu\isi\commands-update-jdbc\0.0.1-SNAPSHOT\commands-update-jdbc-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building commands-import 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ commands-import ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ commands-import ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\pom.xml to C:\Users\general.m2\repository\edu\isi\commands-import\0.0.1-SNAPSHOT\commands-import-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building import-common 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ import-common ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-import\import-common\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ import-common ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-common\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-common\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ import-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to C:\app\Web-Karma\karma-commands\commands-import\import-common\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ import-common ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-common\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ import-common ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ import-common ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-import\import-common\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ import-common ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-import\import-common\target\import-common-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ import-common ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-common\target\import-common-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\import-common\0.0.1-SNAPSHOT\import-common-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-common\pom.xml to C:\Users\general.m2\repository\edu\isi\import-common\0.0.1-SNAPSHOT\import-common-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building import-csv 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ import-csv ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-import\import-csv\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ import-csv ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-csv\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-csv\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ import-csv ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to C:\app\Web-Karma\karma-commands\commands-import\import-csv\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ import-csv ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-csv\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ import-csv ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ import-csv ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-import\import-csv\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ import-csv ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-import\import-csv\target\import-csv-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ import-csv ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-csv\target\import-csv-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\import-csv\0.0.1-SNAPSHOT\import-csv-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-csv\pom.xml to C:\Users\general.m2\repository\edu\isi\import-csv\0.0.1-SNAPSHOT\import-csv-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building import-database 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ import-database ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-import\import-database\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ import-database ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-database\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-database\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ import-database ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to C:\app\Web-Karma\karma-commands\commands-import\import-database\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ import-database ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-database\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ import-database ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ import-database ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-import\import-database\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ import-database ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-import\import-database\target\import-database-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ import-database ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-database\target\import-database-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\import-database\0.0.1-SNAPSHOT\import-database-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-database\pom.xml to C:\Users\general.m2\repository\edu\isi\import-database\0.0.1-SNAPSHOT\import-database-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building import-excel 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ import-excel ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-import\import-excel\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ import-excel ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-excel\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-excel\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ import-excel ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to C:\app\Web-Karma\karma-commands\commands-import\import-excel\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ import-excel ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-excel\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ import-excel ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ import-excel ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-import\import-excel\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ import-excel ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-import\import-excel\target\import-excel-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ import-excel ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-excel\target\import-excel-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\import-excel\0.0.1-SNAPSHOT\import-excel-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-excel\pom.xml to C:\Users\general.m2\repository\edu\isi\import-excel\0.0.1-SNAPSHOT\import-excel-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building import-file 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ import-file ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-import\import-file\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ import-file ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-file\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-file\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ import-file ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ import-file ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-file\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ import-file ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ import-file ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-import\import-file\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ import-file ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-import\import-file\target\import-file-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ import-file ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-file\target\import-file-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\import-file\0.0.1-SNAPSHOT\import-file-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-file\pom.xml to C:\Users\general.m2\repository\edu\isi\import-file\0.0.1-SNAPSHOT\import-file-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building import-ontology 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ import-ontology ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-import\import-ontology\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ import-ontology ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-ontology\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-ontology\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ import-ontology ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to C:\app\Web-Karma\karma-commands\commands-import\import-ontology\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ import-ontology ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-ontology\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ import-ontology ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ import-ontology ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-import\import-ontology\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ import-ontology ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-import\import-ontology\target\import-ontology-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ import-ontology ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-ontology\target\import-ontology-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\import-ontology\0.0.1-SNAPSHOT\import-ontology-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-ontology\pom.xml to C:\Users\general.m2\repository\edu\isi\import-ontology\0.0.1-SNAPSHOT\import-ontology-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building import-json 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ import-json ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-import\import-json\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ import-json ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-json\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-json\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ import-json ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to C:\app\Web-Karma\karma-commands\commands-import\import-json\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ import-json ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-json\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ import-json ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ import-json ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-import\import-json\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ import-json ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-import\import-json\target\import-json-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ import-json ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-json\target\import-json-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\import-json\0.0.1-SNAPSHOT\import-json-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-json\pom.xml to C:\Users\general.m2\repository\edu\isi\import-json\0.0.1-SNAPSHOT\import-json-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building import-service 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ import-service ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-import\import-service\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ import-service ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-service\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-service\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ import-service ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to C:\app\Web-Karma\karma-commands\commands-import\import-service\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ import-service ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-service\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ import-service ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ import-service ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-import\import-service\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ import-service ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-import\import-service\target\import-service-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ import-service ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-service\target\import-service-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\import-service\0.0.1-SNAPSHOT\import-service-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-service\pom.xml to C:\Users\general.m2\repository\edu\isi\import-service\0.0.1-SNAPSHOT\import-service-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building import-spatial 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ import-spatial ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-import\import-spatial\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ import-spatial ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-spatial\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-spatial\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ import-spatial ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to C:\app\Web-Karma\karma-commands\commands-import\import-spatial\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ import-spatial ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-spatial\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ import-spatial ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ import-spatial ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-import\import-spatial\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ import-spatial ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-import\import-spatial\target\import-spatial-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ import-spatial ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-spatial\target\import-spatial-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\import-spatial\0.0.1-SNAPSHOT\import-spatial-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-spatial\pom.xml to C:\Users\general.m2\repository\edu\isi\import-spatial\0.0.1-SNAPSHOT\import-spatial-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building import-xml 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ import-xml ---
[INFO] Deleting C:\app\Web-Karma\karma-commands\commands-import\import-xml\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ import-xml ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-xml\src\main\config
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-xml\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ import-xml ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to C:\app\Web-Karma\karma-commands\commands-import\import-xml\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ import-xml ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-commands\commands-import\import-xml\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ import-xml ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ import-xml ---
[INFO] No tests to run.
[INFO] Surefire report directory: C:\app\Web-Karma\karma-commands\commands-import\import-xml\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ import-xml ---
[INFO] Building jar: C:\app\Web-Karma\karma-commands\commands-import\import-xml\target\import-xml-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ import-xml ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-xml\target\import-xml-0.0.1-SNAPSHOT.jar to C:\Users\general.m2\repository\edu\isi\import-xml\0.0.1-SNAPSHOT\import-xml-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-import\import-xml\pom.xml to C:\Users\general.m2\repository\edu\isi\import-xml\0.0.1-SNAPSHOT\import-xml-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building commands-include 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ commands-include ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ commands-include ---
[INFO] Installing C:\app\Web-Karma\karma-commands\commands-include\pom.xml to C:\Users\general.m2\repository\edu\isi\commands-include\0.0.1-SNAPSHOT\commands-include-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building karma-web 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for de.micromata.jak:JavaAPIforKml:jar:2.2.0-SNAPSHOT is missing, no dependency information available
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ karma-web ---
[INFO] Deleting C:\app\Web-Karma\karma-web\target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ karma-web ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-web\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ karma-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to C:\app\Web-Karma\karma-web\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ karma-web ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\app\Web-Karma\karma-web\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ karma-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to C:\app\Web-Karma\karma-web\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ karma-web ---
[INFO] Surefire report directory: C:\app\Web-Karma\karma-web\target\surefire-reports


T E S T S

Running edu.isi.karma.webserver.KarmaServletTest
INFO 2014-05-22 13:11:55,799: KARMA_USER_HOME not set. Defaulting to {user.home\karma
INFO 2014-05-22 13:11:55,799: Karma home: C:\Users\general\karma
INFO 2014-05-22 13:11:55,799: Set parameter: USER_PREFERENCES_DIRECTORY -> C:\Users\general\karma\UserPrefs
INFO 2014-05-22 13:11:56,893: Reflections took 437 ms to scan 26 urls, producing 85 keys and 641 values
INFO 2014-05-22 13:11:56,987: Loaded 83 possible commands
INFO 2014-05-22 13:11:56,987: Start Metadata Setup
INFO 2014-05-22 13:11:56,987: Set parameter: CRF_MODEL_DIRECTORY -> C:\Users\general\karma\CRF_Models/
INFO 2014-05-22 13:11:57,346: Set parameter: PRELOADED_ONTOLOGY_DIRECTORY -> C:\Users\general\karma\preloaded-ontologies
INFO 2014-05-22 13:11:57,362: Start OntologyMetadata.setup
INFO 2014-05-22 13:11:57,362: Load ontologies from C:\Users\general\karma\preloaded-ontologies
INFO 2014-05-22 13:11:57,362: Loading ontology file: C:\Users\general\karma\preloaded-ontologies\cidoc-crm.rdf
INFO 2014-05-22 13:11:57,440: Detected encoding for file: cidoc-crm.rdf: UTF-8
INFO 2014-05-22 13:11:57,440: Reading file: C:\Users\general\karma\preloaded-ontologies\cidoc-crm.rdf using encoding: UTF-8
ERROR 2014-05-22 13:11:57,768: the file: C:\Users\general\karma\preloaded-ontologies\Dimension.rtf does not have proper format: xml/rdf/n3/ttl/owl
INFO 2014-05-22 13:11:57,768: Loading ontology file: C:\Users\general\karma\preloaded-ontologies\edan-ontology.owl
INFO 2014-05-22 13:11:57,768: Detected encoding for file: edan-ontology.owl: null
INFO 2014-05-22 13:11:57,784: Reading file: C:\Users\general\karma\preloaded-ontologies\edan-ontology.owl using encoding: UTF-8
INFO 2014-05-22 13:11:57,784: Loading ontology file: C:\Users\general\karma\preloaded-ontologies\rdf-schema.owl
INFO 2014-05-22 13:11:57,784: Detected encoding for file: rdf-schema.owl: null
INFO 2014-05-22 13:11:57,784: Reading file: C:\Users\general\karma\preloaded-ontologies\rdf-schema.owl using encoding: UTF-8
INFO 2014-05-22 13:11:57,784: Loading ontology file: C:\Users\general\karma\preloaded-ontologies\rdf.owl
INFO 2014-05-22 13:11:57,784: Detected encoding for file: rdf.owl: null
INFO 2014-05-22 13:11:57,784: Reading file: C:\Users\general\karma\preloaded-ontologies\rdf.owl using encoding: UTF-8
WARN 2014-05-22 13:11:57,800: (line 20 column 71): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,800: (line 23 column 77): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,800: (line 36 column 52): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,800: (line 39 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,800: (line 40 column 49): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,800: (line 42 column 48): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,800: (line 45 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,800: (line 46 column 44): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,800: (line 48 column 49): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,800: (line 51 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,800: (line 52 column 49): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,815: (line 54 column 47): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,815: (line 57 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,815: (line 58 column 49): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,815: (line 60 column 47): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,815: (line 63 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,815: (line 64 column 44): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,815: (line 66 column 50): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,815: (line 69 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,815: (line 70 column 49): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,815: (line 72 column 48): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,815: (line 75 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,815: (line 76 column 49): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,815: (line 94 column 46): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,815: (line 97 column 79): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,815: (line 104 column 44): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,831: (line 107 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,831: (line 125 column 44): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,831: (line 128 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,831: (line 129 column 48): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,831: (line 136 column 45): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,831: (line 139 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,831: (line 140 column 48): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,831: (line 147 column 48): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,831: (line 150 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,831: (line 151 column 48): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,831: (line 158 column 43): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,831: (line 161 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,831: (line 162 column 43): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,831: (line 169 column 46): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,831: (line 172 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,846: (line 173 column 48): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,846: (line 180 column 43): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,846: (line 183 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,846: (line 184 column 45): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,846: (line 191 column 44): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,846: (line 194 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,846: (line 195 column 48): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,862: (line 213 column 33): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,862: (line 215 column 54): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,862: (line 217 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,862: (line 224 column 33): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,862: (line 226 column 54): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,862: (line 228 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,862: (line 235 column 34): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,862: (line 237 column 53): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,862: (line 239 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,862: (line 246 column 42): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,862: (line 248 column 52): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,862: (line 250 column 79): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,862: (line 257 column 38): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,862: (line 259 column 53): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,862: (line 261 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,862: (line 268 column 33): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,862: (line 270 column 54): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,862: (line 272 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,878: (line 279 column 39): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,878: (line 281 column 53): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,878: (line 283 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,878: (line 290 column 40): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,878: (line 292 column 52): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,878: (line 294 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:11:57,878: (line 301 column 37): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,878: (line 307 column 41): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,878: (line 313 column 39): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,878: (line 319 column 40): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,878: (line 331 column 35): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:11:57,878: (line 334 column 83): {W102} unqualified use of rdf:resource is deprecated.
INFO 2014-05-22 13:11:57,878: Loading ontology file: C:\Users\general\karma\preloaded-ontologies\skos.owl
INFO 2014-05-22 13:11:57,878: Detected encoding for file: skos.owl: null
INFO 2014-05-22 13:11:57,878: Reading file: C:\Users\general\karma\preloaded-ontologies\skos.owl using encoding: UTF-8
INFO 2014-05-22 13:11:57,925: Loading ontology file: C:\Users\general\karma\preloaded-ontologies\unit.owl
INFO 2014-05-22 13:11:58,018: Detected encoding for file: unit.owl: UTF-8
INFO 2014-05-22 13:11:58,018: Reading file: C:\Users\general\karma\preloaded-ontologies\unit.owl using encoding: UTF-8
INFO 2014-05-22 13:11:58,534: number of classes:101
INFO 2014-05-22 13:11:58,534: number of all properties:312
INFO 2014-05-22 13:11:58,534: number of data properties:276
INFO 2014-05-22 13:11:58,534: number of object properties:294
INFO 2014-05-22 13:11:58,550: number of properties explicitly defined as owl:DatatypeProperty:18
INFO 2014-05-22 13:11:58,550: number of properties explicitly defined as owl:ObjectProperty:36
INFO 2014-05-22 13:11:58,550: build subclass hashmaps ...
INFO 2014-05-22 13:11:58,675: build superclass hashmaps ...
INFO 2014-05-22 13:11:58,737: build subproperty hashmaps ...
INFO 2014-05-22 13:11:58,815: build superproperty hashmaps ...
INFO 2014-05-22 13:11:58,862: build class hierarchy ...
INFO 2014-05-22 13:11:58,862: build object property hierarchy ...
INFO 2014-05-22 13:11:58,862: build data property hierarchy ...
INFO 2014-05-22 13:11:58,862: build inverse property hashmap ...
INFO 2014-05-22 13:11:58,878: build data property hashmaps ...
INFO 2014-05-22 13:11:59,269: build object property hashmaps ...
INFO 2014-05-22 13:11:59,483: apply subproperty definitions ...
INFO 2014-05-22 13:11:59,514: classify properties ...
INFO 2014-05-22 13:11:59,514: time to build the ontology cache: 1.089
INFO 2014-05-22 13:11:59,514: Set parameter: JSON_MODELS_DIR -> C:\Users\general\karma\JSON/
INFO 2014-05-22 13:11:59,514: Set parameter: USER_PYTHON_SCRIPTS_DIRECTORY -> C:\Users\general\karma\python
INFO 2014-05-22 13:11:59,530: Set parameter: GRAPHVIZ_DIRECTORY -> /publish/GRAPHVIZ/
INFO 2014-05-22 13:11:59,530: Set parameter: ALIGNMENT_GRAPH_DIRECTORY -> C:\Users\general\karma\AlignmentGraph/
INFO 2014-05-22 13:11:59,545: loading the alignment graph ...
INFO 2014-05-22 13:12:00,859: loading is done!
INFO 2014-05-22 13:12:00,859: number of nodes: 84
INFO 2014-05-22 13:12:00,860: number of links: 3202
INFO 2014-05-22 13:12:00,860: Set parameter: R2RML_PUBLISH_DIR -> C:\Users\general\karma\R2RML/
INFO 2014-05-22 13:12:00,861: Set parameter: RDF_PUBLISH_DIR -> /publish/RDF/
INFO 2014-05-22 13:12:00,862: Set parameter: CSV_PUBLISH_DIR -> /publish/CSV/
INFO 2014-05-22 13:12:00,862: Set parameter: JSON_PUBLISH_DIR -> /publish/JSON/
INFO 2014-05-22 13:12:00,863: Set parameter: REPORT_PUBLISH_DIR -> /publish/REPORT/
INFO 2014-05-22 13:12:00,881: Set parameter: USER_PREFERENCES_DIRECTORY -> C:\Users\general\karma\UserPrefs
INFO 2014-05-22 13:12:01,105: Reflections took 210 ms to scan 26 urls, producing 85 keys and 641 values
INFO 2014-05-22 13:12:01,107: Loaded 83 possible commands
INFO 2014-05-22 13:12:01,107: Start Metadata Setup
INFO 2014-05-22 13:12:01,108: Set parameter: CRF_MODEL_DIRECTORY -> C:\Users\general\karma\CRF_Models/
INFO 2014-05-22 13:12:01,130: Set parameter: PRELOADED_ONTOLOGY_DIRECTORY -> C:\Users\general\karma\preloaded-ontologies
INFO 2014-05-22 13:12:01,130: Start OntologyMetadata.setup
INFO 2014-05-22 13:12:01,131: Load ontologies from C:\Users\general\karma\preloaded-ontologies
INFO 2014-05-22 13:12:01,131: Loading ontology file: C:\Users\general\karma\preloaded-ontologies\cidoc-crm.rdf
INFO 2014-05-22 13:12:01,133: Detected encoding for file: cidoc-crm.rdf: UTF-8
INFO 2014-05-22 13:12:01,133: Reading file: C:\Users\general\karma\preloaded-ontologies\cidoc-crm.rdf using encoding: UTF-8
ERROR 2014-05-22 13:12:01,302: the file: C:\Users\general\karma\preloaded-ontologies\Dimension.rtf does not have proper format: xml/rdf/n3/ttl/owl
INFO 2014-05-22 13:12:01,303: Loading ontology file: C:\Users\general\karma\preloaded-ontologies\edan-ontology.owl
INFO 2014-05-22 13:12:01,303: Detected encoding for file: edan-ontology.owl: null
INFO 2014-05-22 13:12:01,304: Reading file: C:\Users\general\karma\preloaded-ontologies\edan-ontology.owl using encoding: UTF-8
INFO 2014-05-22 13:12:01,307: Loading ontology file: C:\Users\general\karma\preloaded-ontologies\rdf-schema.owl
INFO 2014-05-22 13:12:01,308: Detected encoding for file: rdf-schema.owl: null
INFO 2014-05-22 13:12:01,309: Reading file: C:\Users\general\karma\preloaded-ontologies\rdf-schema.owl using encoding: UTF-8
INFO 2014-05-22 13:12:01,313: Loading ontology file: C:\Users\general\karma\preloaded-ontologies\rdf.owl
INFO 2014-05-22 13:12:01,314: Detected encoding for file: rdf.owl: null
INFO 2014-05-22 13:12:01,314: Reading file: C:\Users\general\karma\preloaded-ontologies\rdf.owl using encoding: UTF-8
WARN 2014-05-22 13:12:01,317: (line 20 column 71): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,318: (line 23 column 77): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,319: (line 36 column 52): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,319: (line 39 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,320: (line 40 column 49): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,321: (line 42 column 48): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,321: (line 45 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,322: (line 46 column 44): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,322: (line 48 column 49): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,323: (line 51 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,324: (line 52 column 49): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,325: (line 54 column 47): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,325: (line 57 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,326: (line 58 column 49): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,326: (line 60 column 47): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,327: (line 63 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,328: (line 64 column 44): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,328: (line 66 column 50): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,329: (line 69 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,329: (line 70 column 49): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,330: (line 72 column 48): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,331: (line 75 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,331: (line 76 column 49): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,332: (line 94 column 46): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,332: (line 97 column 79): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,333: (line 104 column 44): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,334: (line 107 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,334: (line 125 column 44): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,335: (line 128 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,335: (line 129 column 48): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,336: (line 136 column 45): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,336: (line 139 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,337: (line 140 column 48): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,338: (line 147 column 48): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,338: (line 150 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,339: (line 151 column 48): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,340: (line 158 column 43): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,340: (line 161 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,341: (line 162 column 43): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,342: (line 169 column 46): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,342: (line 172 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,343: (line 173 column 48): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,343: (line 180 column 43): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,344: (line 183 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,344: (line 184 column 45): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,345: (line 191 column 44): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,346: (line 194 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,346: (line 195 column 48): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,347: (line 213 column 33): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,347: (line 215 column 54): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,348: (line 217 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,349: (line 224 column 33): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,350: (line 226 column 54): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,350: (line 228 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,351: (line 235 column 34): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,351: (line 237 column 53): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,352: (line 239 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,352: (line 246 column 42): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,353: (line 248 column 52): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,354: (line 250 column 79): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,354: (line 257 column 38): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,355: (line 259 column 53): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,356: (line 261 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,356: (line 268 column 33): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,357: (line 270 column 54): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,358: (line 272 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,358: (line 279 column 39): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,359: (line 281 column 53): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,360: (line 283 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,360: (line 290 column 40): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,361: (line 292 column 52): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,361: (line 294 column 83): {W102} unqualified use of rdf:resource is deprecated.
WARN 2014-05-22 13:12:01,362: (line 301 column 37): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,362: (line 307 column 41): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,363: (line 313 column 39): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,364: (line 319 column 40): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,364: (line 331 column 35): {W102} unqualified use of rdf:about is deprecated.
WARN 2014-05-22 13:12:01,365: (line 334 column 83): {W102} unqualified use of rdf:resource is deprecated.
INFO 2014-05-22 13:12:01,366: Loading ontology file: C:\Users\general\karma\preloaded-ontologies\skos.owl
INFO 2014-05-22 13:12:01,367: Detected encoding for file: skos.owl: null
INFO 2014-05-22 13:12:01,367: Reading file: C:\Users\general\karma\preloaded-ontologies\skos.owl using encoding: UTF-8
INFO 2014-05-22 13:12:01,397: Loading ontology file: C:\Users\general\karma\preloaded-ontologies\unit.owl
INFO 2014-05-22 13:12:01,408: Detected encoding for file: unit.owl: UTF-8
INFO 2014-05-22 13:12:01,408: Reading file: C:\Users\general\karma\preloaded-ontologies\unit.owl using encoding: UTF-8
INFO 2014-05-22 13:12:01,797: number of classes:101
INFO 2014-05-22 13:12:01,797: number of all properties:312
INFO 2014-05-22 13:12:01,798: number of data properties:276
INFO 2014-05-22 13:12:01,798: number of object properties:294
INFO 2014-05-22 13:12:01,799: number of properties explicitly defined as owl:DatatypeProperty:18
INFO 2014-05-22 13:12:01,799: number of properties explicitly defined as owl:ObjectProperty:36
INFO 2014-05-22 13:12:01,799: build subclass hashmaps ...
INFO 2014-05-22 13:12:01,839: build superclass hashmaps ...
INFO 2014-05-22 13:12:01,880: build subproperty hashmaps ...
INFO 2014-05-22 13:12:01,959: build superproperty hashmaps ...
INFO 2014-05-22 13:12:02,023: build class hierarchy ...
INFO 2014-05-22 13:12:02,024: build object property hierarchy ...
INFO 2014-05-22 13:12:02,025: build data property hierarchy ...
INFO 2014-05-22 13:12:02,026: build inverse property hashmap ...
INFO 2014-05-22 13:12:02,040: build data property hashmaps ...
INFO 2014-05-22 13:12:02,452: build object property hashmaps ...
INFO 2014-05-22 13:12:03,095: apply subproperty definitions ...
INFO 2014-05-22 13:12:03,121: classify properties ...
INFO 2014-05-22 13:12:03,122: time to build the ontology cache: 1.373
INFO 2014-05-22 13:12:03,123: Set parameter: JSON_MODELS_DIR -> C:\Users\general\karma\JSON/
INFO 2014-05-22 13:12:03,123: Set parameter: USER_PYTHON_SCRIPTS_DIRECTORY -> C:\Users\general\karma\python
INFO 2014-05-22 13:12:03,124: Set parameter: GRAPHVIZ_DIRECTORY -> /publish/GRAPHVIZ/
INFO 2014-05-22 13:12:03,125: Set parameter: ALIGNMENT_GRAPH_DIRECTORY -> C:\Users\general\karma\AlignmentGraph/
INFO 2014-05-22 13:12:03,125: loading the alignment graph ...
INFO 2014-05-22 13:12:03,641: loading is done!
INFO 2014-05-22 13:12:03,642: number of nodes: 84
INFO 2014-05-22 13:12:03,642: number of links: 3202
INFO 2014-05-22 13:12:03,643: Set parameter: R2RML_PUBLISH_DIR -> C:\Users\general\karma\R2RML/
INFO 2014-05-22 13:12:03,644: Set parameter: RDF_PUBLISH_DIR -> /publish/RDF/
INFO 2014-05-22 13:12:03,645: Set parameter: CSV_PUBLISH_DIR -> /publish/CSV/
INFO 2014-05-22 13:12:03,645: Set parameter: JSON_PUBLISH_DIR -> /publish/JSON/
INFO 2014-05-22 13:12:03,646: Set parameter: REPORT_PUBLISH_DIR -> /publish/REPORT/
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.303 sec

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-war-plugin:2.4:war (default-war) @ karma-web ---
[INFO] Packaging webapp
[INFO] Assembling webapp [karma-web] in [C:\app\Web-Karma\karma-web\target\karma-web-0.0.1-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp webResources [C:\app\Web-Karma\karma-web\src/main/webapp/] to [C:\app\Web-Karma\karma-web\target\karma-web-0.0.1-SNAPSHOT]
[INFO] Copying webapp resources [C:\app\Web-Karma\karma-web\src\main\webapp]
[INFO] Building jar: C:\app\Web-Karma\karma-web\target\karma-web-0.0.1-SNAPSHOT\WEB-INF\lib\karma-web-0.0.1-SNAPSHOT.jar
[INFO] Webapp assembled in [4732 msecs]
[INFO] Building war: C:\app\Web-Karma\karma-web\target\karma-web-0.0.1-SNAPSHOT.war
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ karma-web ---
[INFO] Installing C:\app\Web-Karma\karma-web\target\karma-web-0.0.1-SNAPSHOT.war to C:\Users\general.m2\repository\edu\isi\karma-web\0.0.1-SNAPSHOT\karma-web-0.0.1-SNAPSHOT.war
[INFO] Installing C:\app\Web-Karma\karma-web\pom.xml to C:\Users\general.m2\repository\edu\isi\karma-web\0.0.1-SNAPSHOT\karma-web-0.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building karma-offline 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ karma-offline ---
[INFO] Deleting C:\app\Web-Karma\karma-offline\target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] ISI Karma Maven Webapp ............................ SUCCESS [0.344s]
[INFO] karma-util ........................................ SUCCESS [2.657s]
[INFO] karma-crf ......................................... SUCCESS [0.750s]
[INFO] karma-cleaning .................................... SUCCESS [2.093s]
[INFO] karma-common ...................................... SUCCESS [3.766s]
[INFO] karma-commands .................................... SUCCESS [0.016s]
[INFO] commands-common ................................... SUCCESS [0.687s]
[INFO] karma-jdbc ........................................ SUCCESS [0.594s]
[INFO] karma-not-common .................................. SUCCESS [0.857s]
[INFO] commands-update ................................... SUCCESS [0.893s]
[INFO] commands-alignment ................................ SUCCESS [1.031s]
[INFO] commands-worksheet ................................ SUCCESS [1.047s]
[INFO] commands-python ................................... SUCCESS [0.844s]
[INFO] commands-alignment-openrdf ........................ SUCCESS [0.734s]
[INFO] commands-cleaning ................................. SUCCESS [0.578s]
[INFO] commands-publish .................................. SUCCESS [0.766s]
[INFO] commands-publish-jdbc ............................. SUCCESS [0.312s]
[INFO] commands-publish-alignment-openrdf ................ SUCCESS [0.875s]
[INFO] commands-update-jdbc .............................. SUCCESS [0.538s]
[INFO] commands-import ................................... SUCCESS [0.015s]
[INFO] import-common ..................................... SUCCESS [0.594s]
[INFO] import-csv ........................................ SUCCESS [0.547s]
[INFO] import-database ................................... SUCCESS [0.703s]
[INFO] import-excel ...................................... SUCCESS [0.453s]
[INFO] import-file ....................................... SUCCESS [0.281s]
[INFO] import-ontology ................................... SUCCESS [0.454s]
[INFO] import-json ....................................... SUCCESS [0.406s]
[INFO] import-service .................................... SUCCESS [0.531s]
[INFO] import-spatial .................................... SUCCESS [0.985s]
[INFO] import-xml ........................................ SUCCESS [0.437s]
[INFO] commands-include .................................. SUCCESS [0.000s]
[INFO] karma-web ......................................... SUCCESS [21.205s]
[INFO] karma-offline ..................................... FAILURE [0.484s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 47.133s
[INFO] Finished at: Thu May 22 13:12:15 CEST 2014
[INFO] Final Memory: 56M/683M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.4.1:clean (default-clean) on project karma-offline: Failed to clean project: Failed to delete C:\app\Web-Karma\karma-offline\target -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :karma-offline

@dkapoor
Copy link
Collaborator

dkapoor commented May 22, 2014

From the log, I dont see any test cases failing.
It seems more of a folder permission issue.
Can you manually delete C:\app\Web-Karma\karma-offline\target and try again.

@WolfgangPutz
Copy link
Author

I tried it - did not help. Also after reinstalling karma from the scratch yield the same ERROR.
can i live with this error? What are the consequences?
Thanks

@dkapoor
Copy link
Collaborator

dkapoor commented May 27, 2014

so, you should still be able to run the web version of karma, but the batch mode will not work.
You could go to karma-web directory and run karma using mvn jetty:run

@dkapoor dkapoor closed this as completed Nov 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants