Hello guys,

I am trying to get jacoco to analyse my code coverage for an eclipse plugin 
project and have been trying various things suggested on atleast the first 
2 pages of Google search :)

Here's my problem:
I have an eclipse plugin and have written a test plugin to run unit tests 
using jUnit for the plugin. Have followed what This Page 
<http://www.vogella.com/tutorials/EclipseTycho/article.html#exercise-tycho-build-for-test-plug-ins>
 says 
and the tests indeed get kicked off and work well. Now, I have gotta get 
Jacoco to analyse my Code Coverage but the jacoco.exec is getting generated 
anywhere, and am going in circle finding solution to my problems. 

I have attached 2 of my pom.xmls (where the major machanics are happening) 
The smaller one is the root pom and the larger one's my 
tycho.configuration's pom.

I have also attached my console output when I run:
mvn clean install 
-Dtycho.testArgLine="-Dcscbridge.properties=../../bundles/com.tfsc.ilabs.core.csc.bridge/cscbridge.properties"
 
-PcodeCoverage

Any help would mean a lot!

Thanks,
Srini

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/9ef80bc9-25b3-4378-b628-9bce34e3d67c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: pom.xml
Description: XML document

Attachment: pom.xml
Description: XML document

[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: 
com.tfsc.ilabs:com.tfsc.ilabs.core.csc.bridge:2.29.0-SNAPSHOT @ 
D:\coderepos\bridge\bundles\com.tfsc.ilabs.core.csc.bridge\pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/releases/mars/
[INFO] Adding repository http://download.eclipse.org/releases/mars
[INFO] Fetching p2.index from 
http://download.eclipse.org/technology/epp/packages/mars/
[INFO] Fetching p2.index from 
http://download.eclipse.org/technology/epp/packages/mars/
[INFO] Fetching p2.index from 
http://download.eclipse.org/releases/mars/201506241002/
[INFO] Fetching p2.index from 
http://download.eclipse.org/releases/mars/201506241002/
[INFO] Fetching p2.index from 
http://download.eclipse.org/releases/mars/201510021000/
[INFO] Fetching p2.index from 
http://download.eclipse.org/releases/mars/201510021000/
[INFO] Fetching p2.index from 
http://download.eclipse.org/releases/mars/201602261000/
[INFO] Fetching p2.index from 
http://download.eclipse.org/releases/mars/201602261000/
[WARNING] p2 repository with URL http://download.eclipse.org/releases/mars is 
associated with multiple IDs; was 'eclipse-mars', now is 'mars'
[INFO] Fetching p2.index from 
http://host0139.dev.sv2.247-inc.net:8080/p2/ac638679-6c33-48f1-bada-487c9cfca863/
 (111B)
[INFO] Fetching p2.index from 
http://host0139.dev.sv2.247-inc.net:8080/p2/ac638679-6c33-48f1-bada-487c9cfca863/
 (111B)
[INFO] Adding repository 
http://host0139.dev.sv2.247-inc.net:8080/p2/ac638679-6c33-48f1-bada-487c9cfca863
[INFO] Fetching p2.index from 
http://host0139.dev.sv2.247-inc.net:8080/p2/12caffb0-6088-49b2-876b-f48e9b50fb20/
 (111B)
[INFO] Fetching p2.index from 
http://host0139.dev.sv2.247-inc.net:8080/p2/12caffb0-6088-49b2-876b-f48e9b50fb20/
 (111B)
[INFO] Adding repository 
http://host0139.dev.sv2.247-inc.net:8080/p2/12caffb0-6088-49b2-876b-f48e9b50fb20
[INFO] Resolving dependencies of MavenProject: 
com.tfsc.ilabs:com.tfsc.ilabs.core.csc.bridge:2.29.0-SNAPSHOT @ 
D:\coderepos\bridge\bundles\com.tfsc.ilabs.core.csc.bridge\pom.xml
[INFO] Resolving class path of MavenProject: 
com.tfsc.ilabs:com.tfsc.ilabs.core.csc.bridge:2.29.0-SNAPSHOT @ 
D:\coderepos\bridge\bundles\com.tfsc.ilabs.core.csc.bridge\pom.xml
[INFO] Computing target platform for MavenProject: 
com.tfsc.ilabs:com.tfsc.ilabs.core.csc.bridge.product:2.29.0-SNAPSHOT @ 
D:\coderepos\bridge\products\com.tfsc.ilabs.core.csc.bridge.product\pom.xml
[WARNING] p2 repository with URL http://download.eclipse.org/releases/mars is 
associated with multiple IDs; was 'mars', now is 'eclipse-mars'
[WARNING] p2 repository with URL http://download.eclipse.org/releases/mars is 
associated with multiple IDs; was 'eclipse-mars', now is 'mars'
[INFO] Resolving dependencies of MavenProject: 
com.tfsc.ilabs:com.tfsc.ilabs.core.csc.bridge.product:2.29.0-SNAPSHOT @ 
D:\coderepos\bridge\products\com.tfsc.ilabs.core.csc.bridge.product\pom.xml
[WARNING] The following locally built units have been used to resolve project 
dependencies:
[WARNING]   CSCBridge/1.0.0
[INFO] Resolving class path of MavenProject: 
com.tfsc.ilabs:com.tfsc.ilabs.core.csc.bridge.product:2.29.0-SNAPSHOT @ 
D:\coderepos\bridge\products\com.tfsc.ilabs.core.csc.bridge.product\pom.xml
[INFO] Computing target platform for MavenProject: 
com.tfsc.ilabs:com.tfsc.ilabs.core.csc.bridge.test:2.24.0-SNAPSHOT @ 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\pom.xml
[INFO] Resolving dependencies of MavenProject: 
com.tfsc.ilabs:com.tfsc.ilabs.core.csc.bridge.test:2.24.0-SNAPSHOT @ 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\pom.xml
[INFO] Resolving class path of MavenProject: 
com.tfsc.ilabs:com.tfsc.ilabs.core.csc.bridge.test:2.24.0-SNAPSHOT @ 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\pom.xml
[INFO] Computing target platform for MavenProject: 
com.tfsc.ilabs.tycho:com.tfsc.ilabs.tycho.update:1.0.0-SNAPSHOT @ 
D:\coderepos\bridge\releng\com.tfsc.ilabs.tycho.update\pom.xml
[INFO] Resolving dependencies of MavenProject: 
com.tfsc.ilabs.tycho:com.tfsc.ilabs.tycho.update:1.0.0-SNAPSHOT @ 
D:\coderepos\bridge\releng\com.tfsc.ilabs.tycho.update\pom.xml
[INFO] Resolving class path of MavenProject: 
com.tfsc.ilabs.tycho:com.tfsc.ilabs.tycho.update:1.0.0-SNAPSHOT @ 
D:\coderepos\bridge\releng\com.tfsc.ilabs.tycho.update\pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] com.tfsc.ilabs.tycho.root
[INFO] com.tfsc.ilabs.bundles
[INFO] com.tfsc.ilabs.core.csc.bridge
[INFO] com.tfsc.ilabs.core.csc.bridge.features
[INFO] com.tfsc.ilabs.core.csc.bridge.feature
[INFO] com.tfsc.ilabs.core.csc.bridge.products
[INFO] com.tfsc.ilabs.core.csc.bridge.product
[INFO] com.tfsc.ilabs.tests
[INFO] com.tfsc.ilabs.core.csc.bridge.test
[INFO] com.tfsc.ilabs.build.targetdefinition
[INFO] com.tfsc.ilabs.tycho.update
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.tfsc.ilabs.tycho.root 2.29.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
com.tfsc.ilabs.tycho.root ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.6.0.201210061924:prepare-agent (default) @ 
com.tfsc.ilabs.tycho.root ---
[INFO] Skipping JaCoCo for project with packaging type 'pom'
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ 
com.tfsc.ilabs.tycho.root ---
[INFO] Installing D:\coderepos\bridge\pom.xml to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\tycho\com.tfsc.ilabs.tycho.root\2.29.0-SNAPSHOT\com.tfsc.ilabs.tycho.root-2.29.0-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.tfsc.ilabs.bundles 2.29.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
com.tfsc.ilabs.bundles ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.6.0.201210061924:prepare-agent (default) @ 
com.tfsc.ilabs.bundles ---
[INFO] Skipping JaCoCo for project with packaging type 'pom'
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ 
com.tfsc.ilabs.bundles ---
[INFO] Installing D:\coderepos\bridge\bundles\pom.xml to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.bundles\2.29.0-SNAPSHOT\com.tfsc.ilabs.bundles-2.29.0-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.tfsc.ilabs.core.csc.bridge 2.29.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
com.tfsc.ilabs.core.csc.bridge ---
[INFO] Deleting 
D:\coderepos\bridge\bundles\com.tfsc.ilabs.core.csc.bridge\target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier 
(default-build-qualifier) @ com.tfsc.ilabs.core.csc.bridge ---
[INFO] The project's OSGi version is 2.29.0.201704211125
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ 
com.tfsc.ilabs.core.csc.bridge ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version 
(default-validate-version) @ com.tfsc.ilabs.core.csc.bridge ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.6.0.201210061924:prepare-agent (default) @ 
com.tfsc.ilabs.core.csc.bridge ---
[INFO] argLine set to 
-javaagent:C:\Users\srinivasa.g\.m2\repository\org\jacoco\org.jacoco.agent\0.6.0.201210061924\org.jacoco.agent-0.6.0.201210061924-runtime.jar=destfile=D:\coderepos\bridge\bundles\com.tfsc.ilabs.core.csc.bridge\..\target\jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ 
com.tfsc.ilabs.core.csc.bridge ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
D:\coderepos\bridge\bundles\com.tfsc.ilabs.core.csc.bridge\src\main\resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ 
com.tfsc.ilabs.core.csc.bridge ---
[INFO] Compiling 43 source files to 
D:\coderepos\bridge\bundles\com.tfsc.ilabs.core.csc.bridge\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ 
com.tfsc.ilabs.core.csc.bridge ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
D:\coderepos\bridge\bundles\com.tfsc.ilabs.core.csc.bridge\src\test\resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform 
(default-target-platform) @ com.tfsc.ilabs.core.csc.bridge ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) 
@ com.tfsc.ilabs.core.csc.bridge ---
[INFO] Building jar: 
D:\coderepos\bridge\bundles\com.tfsc.ilabs.core.csc.bridge\target\com.tfsc.ilabs.core.csc.bridge-2.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default 
(default-p2-metadata-default) @ com.tfsc.ilabs.core.csc.bridge ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
com.tfsc.ilabs.core.csc.bridge ---
[INFO] Installing 
D:\coderepos\bridge\bundles\com.tfsc.ilabs.core.csc.bridge\target\com.tfsc.ilabs.core.csc.bridge-2.29.0-SNAPSHOT.jar
 to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge\2.29.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge-2.29.0-SNAPSHOT.jar
[INFO] Installing 
D:\coderepos\bridge\bundles\com.tfsc.ilabs.core.csc.bridge\pom.xml to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge\2.29.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge-2.29.0-SNAPSHOT.pom
[INFO] Installing 
D:\coderepos\bridge\bundles\com.tfsc.ilabs.core.csc.bridge\target\p2content.xml 
to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge\2.29.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge-2.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing 
D:\coderepos\bridge\bundles\com.tfsc.ilabs.core.csc.bridge\target\p2artifacts.xml
 to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge\2.29.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge-2.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index 
(default-update-local-index) @ com.tfsc.ilabs.core.csc.bridge ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.tfsc.ilabs.core.csc.bridge.features 2.29.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
com.tfsc.ilabs.core.csc.bridge.features ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.6.0.201210061924:prepare-agent (default) @ 
com.tfsc.ilabs.core.csc.bridge.features ---
[INFO] Skipping JaCoCo for project with packaging type 'pom'
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ 
com.tfsc.ilabs.core.csc.bridge.features ---
[INFO] Installing D:\coderepos\bridge\features\pom.xml to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge.features\2.29.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge.features-2.29.0-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.tfsc.ilabs.core.csc.bridge.feature 2.29.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
com.tfsc.ilabs.core.csc.bridge.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.6.0.201210061924:prepare-agent (default) @ 
com.tfsc.ilabs.core.csc.bridge.feature ---
[INFO] Skipping JaCoCo for project with packaging type 'pom'
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ 
com.tfsc.ilabs.core.csc.bridge.feature ---
[INFO] Installing 
D:\coderepos\bridge\features\com.tfsc.ilabs.core.csc.bridge.feature\pom.xml to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge.feature\2.29.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge.feature-2.29.0-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.tfsc.ilabs.core.csc.bridge.products 2.29.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
com.tfsc.ilabs.core.csc.bridge.products ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.6.0.201210061924:prepare-agent (default) @ 
com.tfsc.ilabs.core.csc.bridge.products ---
[INFO] Skipping JaCoCo for project with packaging type 'pom'
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ 
com.tfsc.ilabs.core.csc.bridge.products ---
[INFO] Installing D:\coderepos\bridge\products\pom.xml to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge.products\2.29.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge.products-2.29.0-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.tfsc.ilabs.core.csc.bridge.product 2.29.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
com.tfsc.ilabs.core.csc.bridge.product ---
[INFO] Deleting 
D:\coderepos\bridge\products\com.tfsc.ilabs.core.csc.bridge.product\target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator 
(default-build-qualifier-aggregator) @ com.tfsc.ilabs.core.csc.bridge.product 
---
[INFO] The project's OSGi version is 2.29.0.201704211125
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ 
com.tfsc.ilabs.core.csc.bridge.product ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.6.0.201210061924:prepare-agent (default) @ 
com.tfsc.ilabs.core.csc.bridge.product ---
[INFO] argLine set to 
-javaagent:C:\Users\srinivasa.g\.m2\repository\org\jacoco\org.jacoco.agent\0.6.0.201210061924\org.jacoco.agent-0.6.0.201210061924-runtime.jar=destfile=D:\coderepos\bridge\products\com.tfsc.ilabs.core.csc.bridge.product\..\target\jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ 
com.tfsc.ilabs.core.csc.bridge.product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
D:\coderepos\bridge\products\com.tfsc.ilabs.core.csc.bridge.product\src\main\resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform 
(default-target-platform) @ com.tfsc.ilabs.core.csc.bridge.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-products 
(default-publish-products) @ com.tfsc.ilabs.core.csc.bridge.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-categories 
(default-publish-categories) @ com.tfsc.ilabs.core.csc.bridge.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:attach-artifacts 
(default-attach-artifacts) @ com.tfsc.ilabs.core.csc.bridge.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.0.0:assemble-repository 
(default-assemble-repository) @ com.tfsc.ilabs.core.csc.bridge.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository 
(default-archive-repository) @ com.tfsc.ilabs.core.csc.bridge.product ---
[INFO] Building zip: 
D:\coderepos\bridge\products\com.tfsc.ilabs.core.csc.bridge.product\target\com.tfsc.ilabs.core.csc.bridge.product-2.29.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.0.0:materialize-products 
(materialize-products) @ com.tfsc.ilabs.core.csc.bridge.product ---
[INFO] Installing product CSCBridge for environment linux/gtk/x86_64 to 
D:\coderepos\bridge\products\com.tfsc.ilabs.core.csc.bridge.product\target\products\CSCBridge\linux\gtk\x86_64\CSCBridge
Installing CSCBridge 1.0.0.
Operation completed in 8075 ms.
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.0.0:archive-products (archive-products) @ 
com.tfsc.ilabs.core.csc.bridge.product ---
[INFO] Building tar: 
D:\coderepos\bridge\products\com.tfsc.ilabs.core.csc.bridge.product\target\products\CSCBridge-linux.gtk.x86_64.tar.gz
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
com.tfsc.ilabs.core.csc.bridge.product ---
[INFO] Installing 
D:\coderepos\bridge\products\com.tfsc.ilabs.core.csc.bridge.product\target\com.tfsc.ilabs.core.csc.bridge.product-2.29.0-SNAPSHOT.zip
 to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge.product\2.29.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge.product-2.29.0-SNAPSHOT.zip
[INFO] Installing 
D:\coderepos\bridge\products\com.tfsc.ilabs.core.csc.bridge.product\pom.xml to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge.product\2.29.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge.product-2.29.0-SNAPSHOT.pom
[INFO] Installing 
D:\coderepos\bridge\products\com.tfsc.ilabs.core.csc.bridge.product\target\extraArtifacts\CSCBridge.executable.gtk.linux.x86_64.zip
 to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge.product\2.29.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge.product-2.29.0-SNAPSHOT-CSCBridge.executable.gtk.linux.x86_64.zip
[INFO] Installing 
D:\coderepos\bridge\products\com.tfsc.ilabs.core.csc.bridge.product\target\p2content.xml
 to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge.product\2.29.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge.product-2.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing 
D:\coderepos\bridge\products\com.tfsc.ilabs.core.csc.bridge.product\target\p2artifacts.xml
 to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge.product\2.29.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge.product-2.29.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing 
D:\coderepos\bridge\products\com.tfsc.ilabs.core.csc.bridge.product\target\products\CSCBridge-linux.gtk.x86_64.tar.gz
 to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge.product\2.29.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge.product-2.29.0-SNAPSHOT-linux.gtk.x86_64.tar.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index 
(default-update-local-index) @ com.tfsc.ilabs.core.csc.bridge.product ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.tfsc.ilabs.tests 2.24.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.tfsc.ilabs.tests 
---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.5.3.201107060350:prepare-agent 
(default-prepare-agent) @ com.tfsc.ilabs.tests ---
[INFO] Skipping JaCoCo for project with packaging type 'pom'
[INFO] 
[INFO] --- jacoco-maven-plugin:0.5.3.201107060350:prepare-agent (default) @ 
com.tfsc.ilabs.tests ---
[INFO] Skipping JaCoCo for project with packaging type 'pom'
[INFO] 
[INFO] --- jacoco-maven-plugin:0.5.3.201107060350:report (default-report) @ 
com.tfsc.ilabs.tests ---
[INFO] Skipping JaCoCo for project with packaging type 'pom'
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ 
com.tfsc.ilabs.tests ---
[INFO] Installing D:\coderepos\bridge\tests\pom.xml to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.tests\2.24.0-SNAPSHOT\com.tfsc.ilabs.tests-2.24.0-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.tfsc.ilabs.core.csc.bridge.test 2.24.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
com.tfsc.ilabs.core.csc.bridge.test ---
[INFO] Deleting 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier 
(default-build-qualifier) @ com.tfsc.ilabs.core.csc.bridge.test ---
[INFO] The project's OSGi version is 2.24.0.201704211125
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ 
com.tfsc.ilabs.core.csc.bridge.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version 
(default-validate-version) @ com.tfsc.ilabs.core.csc.bridge.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.5.3.201107060350:prepare-agent 
(default-prepare-agent) @ com.tfsc.ilabs.core.csc.bridge.test ---
[INFO] tycho.testArgLine set to 
-javaagent:C:\Users\srinivasa.g\.m2\repository\org\jacoco\org.jacoco.agent\0.5.3.201107060350\org.jacoco.agent-0.5.3.201107060350-runtime.jar=destfile=D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\jacoco.exec
 
[INFO] 
[INFO] --- jacoco-maven-plugin:0.5.3.201107060350:prepare-agent (default) @ 
com.tfsc.ilabs.core.csc.bridge.test ---
[INFO] tycho.testArgLine set to 
-javaagent:C:\Users\srinivasa.g\.m2\repository\org\jacoco\org.jacoco.agent\0.5.3.201107060350\org.jacoco.agent-0.5.3.201107060350-runtime.jar=destfile=D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\coverage-reports\jacoco-unit.exec
 
-javaagent:C:\Users\srinivasa.g\.m2\repository\org\jacoco\org.jacoco.agent\0.5.3.201107060350\org.jacoco.agent-0.5.3.201107060350-runtime.jar=destfile=D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\jacoco.exec
 
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ 
com.tfsc.ilabs.core.csc.bridge.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\src\main\resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ 
com.tfsc.ilabs.core.csc.bridge.test ---
[INFO] Compiling 1 source file to 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ 
com.tfsc.ilabs.core.csc.bridge.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\src\test\resources
[INFO] 
[INFO] --- jacoco-maven-plugin:0.5.3.201107060350:report (default-report) @ 
com.tfsc.ilabs.core.csc.bridge.test ---
[ERROR] Unable to read execution data file 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\jacoco.exec:
 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\jacoco.exec
 (The system cannot find the file specified)
java.io.FileNotFoundException: 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\jacoco.exec
 (The system cannot find the file specified)
        at java.io.FileInputStream.open0(Native Method)
        at java.io.FileInputStream.open(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at org.jacoco.maven.ReportMojo.loadExecutionData(ReportMojo.java:108)
        at org.jacoco.maven.ReportMojo.executeMojo(ReportMojo.java:85)
        at 
org.jacoco.maven.AbstractJacocoMojo.execute(AbstractJacocoMojo.java:47)
        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
        at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform 
(default-target-platform) @ com.tfsc.ilabs.core.csc.bridge.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) 
@ com.tfsc.ilabs.core.csc.bridge.test ---
[INFO] Building jar: 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\com.tfsc.ilabs.core.csc.bridge.test-2.24.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default 
(default-p2-metadata-default) @ com.tfsc.ilabs.core.csc.bridge.test ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.0.0:test (default-test) @ 
com.tfsc.ilabs.core.csc.bridge.test ---
[INFO] Expected eclipse log file: 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\work\data\.metadata\.log
[INFO] Command line:
        [C:\Program Files\Java\jre1.8.0_101\bin\java.exe, 
-Dosgi.noShutdown=false, -Dosgi.os=win32, -Dosgi.ws=win32, -Dosgi.arch=x86_64, 
-Dcscbridge.properties=../../bundles/com.tfsc.ilabs.core.csc.bridge/cscbridge.properties,
 -Dosgi.clean=true, -jar, 
C:\Users\srinivasa.g\.m2\repository\p2\osgi\bundle\org.eclipse.equinox.launcher\1.3.100.v20150511-1540\org.eclipse.equinox.launcher-1.3.100.v20150511-1540.jar,
 -data, 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\work\data, 
-install, 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\work, 
-configuration, 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\work\configuration,
 -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, 
-testproperties, 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\surefire.properties]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.tfsc.ilabs.core.csc.bridge.test.BridgeUtilsTest
Could not load configuration file: com.tfsc.ilabs.logger/conf/log4j.properties. 
Using default
[2017-04-24 12:23:09,020]  INFO [L:core.api T:'main']  - STARTING bundle 
com.tfsc.ilabs.core
[2017-04-24 12:23:09,020] ERROR [L:ILabsPropertiesImpl T:'main']  - 
java.io.FileNotFoundException: com.tfsc.ilabs.core\ilabscore.properties (The 
system cannot find the path specified)
        at java.io.FileInputStream.open0(Native Method)
        at java.io.FileInputStream.open(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at 
com.tfsc.ilabs.core.properties.ILabsPropertiesImpl.<init>(ILabsPropertiesImpl.java:51)
        at 
com.tfsc.ilabs.core.properties.ILabsPropertiesImpl.<clinit>(ILabsPropertiesImpl.java:34)
        at com.tfsc.ilabs.core.CorePlugin.startBundle(CorePlugin.java:59)
        at com.tfsc.ilabs.core.api.PlatformPlugin.start(PlatformPlugin.java:41)
        at 
org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:771)
        at 
org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
        at java.security.AccessController.doPrivileged(Native Method)
        at 
org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:764)
        at 
org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:721)
        at 
org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:941)
        at 
org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:318)
        at org.eclipse.osgi.container.Module.doStart(Module.java:571)
        at org.eclipse.osgi.container.Module.start(Module.java:439)
        at 
org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:454)
        at 
org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
        at 
org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:531)
        at 
org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:324)
        at 
org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:327)
        at 
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:402)
        at 
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:352)
        at 
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344)
        at 
org.eclipse.osgi.internal.framework.BundleContextImpl.loadBundleActivator(BundleContextImpl.java:754)
        at 
org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:706)
        at 
org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:941)
        at 
org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:318)
        at org.eclipse.osgi.container.Module.doStart(Module.java:571)
        at org.eclipse.osgi.container.Module.start(Module.java:439)
        at 
org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:454)
        at 
org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
        at 
org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:531)
        at 
org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:324)
        at 
org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:327)
        at 
org.eclipse.osgi.internal.loader.sources.SingleSourcePackage.loadClass(SingleSourcePackage.java:36)
        at 
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:398)
        at 
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:352)
        at 
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344)
        at 
org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at 
com.tfsc.ilabs.core.csc.bridge.test.BridgeUtilsTest.test(BridgeUtilsTest.java:11)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:252)
        at junit.framework.TestSuite.run(TestSuite.java:247)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
        at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
        at 
org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
        at 
org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at 
org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
        at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
[2017-04-24 12:23:09,020]  INFO [L:core.api T:'main']  - STARTED bundle 
com.tfsc.ilabs.core
[2017-04-24 12:23:09,020]  INFO [L:core.api T:'main']  - STARTING bundle 
com.tfsc.ilabs.util
[2017-04-24 12:23:17,357]  INFO [L:core.api T:'main']  - STARTED bundle 
com.tfsc.ilabs.util
[2017-04-24 12:23:17,357]  INFO [L:core.api T:'main']  - STARTING bundle 
com.tfsc.ilabs.core.csc.bridge
[2017-04-24 12:23:17,654]  INFO [L:core.api T:'main']  - STARTING bundle 
com.tfsc.ilabs.core.csc.base
[2017-04-24 12:23:17,654]  INFO [L:core.api T:'main']  - STARTED bundle 
com.tfsc.ilabs.core.csc.base
[2017-04-24 12:23:17,654]  INFO 
[L:com.tfsc.ilabs.core.csc.bridge.discovery.impl.DiscoveryProxy T:'main']  - 
Initialized the parameters in Discovery proxy. Discovery protocol = http , 
appin.dev.assist.247-inc.net , en , 8,080 
[2017-04-24 12:23:17,654]  INFO [L:core.api T:'main']  - STARTED bundle 
com.tfsc.ilabs.core.csc.bridge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.626 sec - in 
com.tfsc.ilabs.core.csc.bridge.test.BridgeUtilsTest
test(com.tfsc.ilabs.core.csc.bridge.test.BridgeUtilsTest)  Time elapsed: 9.61 
sec

Results :

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

[2017-04-24 12:23:17,717]  INFO [L:core.api T:'Framework stop']  - STOPPING 
bundle com.tfsc.ilabs.core.csc.bridge
[2017-04-24 12:23:17,717]  INFO [L:core.api T:'Framework stop']  - STOPPED 
bundle com.tfsc.ilabs.core.csc.bridge
[2017-04-24 12:23:17,717]  INFO [L:core.api T:'Framework stop']  - STOPPING 
bundle com.tfsc.ilabs.core.csc.base
[2017-04-24 12:23:17,717]  INFO [L:core.api T:'Framework stop']  - STOPPED 
bundle com.tfsc.ilabs.core.csc.base
[2017-04-24 12:23:17,717]  INFO [L:core.api T:'Framework stop']  - STOPPING 
bundle com.tfsc.ilabs.util
[2017-04-24 12:23:17,717]  INFO [L:core.api T:'Framework stop']  - STOPPED 
bundle com.tfsc.ilabs.util
[2017-04-24 12:23:17,717]  INFO [L:core.api T:'Framework stop']  - STOPPING 
bundle com.tfsc.ilabs.core
[2017-04-24 12:23:17,717]  INFO [L:core.api T:'Framework stop']  - STOPPED 
bundle com.tfsc.ilabs.core
Could not load configuration file: com.tfsc.ilabs.logger/conf/log4j.properties. 
Using default
[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
com.tfsc.ilabs.core.csc.bridge.test ---
[INFO] Installing 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\com.tfsc.ilabs.core.csc.bridge.test-2.24.0-SNAPSHOT.jar
 to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge.test\2.24.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge.test-2.24.0-SNAPSHOT.jar
[INFO] Installing 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\pom.xml to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge.test\2.24.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge.test-2.24.0-SNAPSHOT.pom
[INFO] Installing 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\p2content.xml
 to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge.test\2.24.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge.test-2.24.0-SNAPSHOT-p2metadata.xml
[INFO] Installing 
D:\coderepos\bridge\tests\com.tfsc.ilabs.core.csc.bridge.test\target\p2artifacts.xml
 to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\com.tfsc.ilabs.core.csc.bridge.test\2.24.0-SNAPSHOT\com.tfsc.ilabs.core.csc.bridge.test-2.24.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index 
(default-update-local-index) @ com.tfsc.ilabs.core.csc.bridge.test ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.tfsc.ilabs.build.targetdefinition 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
com.tfsc.ilabs.build.targetdefinition ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.6.0.201210061924:prepare-agent (default) @ 
com.tfsc.ilabs.build.targetdefinition ---
[INFO] argLine set to 
-javaagent:C:\Users\srinivasa.g\.m2\repository\org\jacoco\org.jacoco.agent\0.6.0.201210061924\org.jacoco.agent-0.6.0.201210061924-runtime.jar=destfile=D:\coderepos\bridge\releng\com.tfsc.ilabs.build.targetdefinition\..\target\jacoco.exec
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-target-definition 
(default-package-target-definition) @ com.tfsc.ilabs.build.targetdefinition ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
com.tfsc.ilabs.build.targetdefinition ---
[INFO] Installing 
D:\coderepos\bridge\releng\com.tfsc.ilabs.build.targetdefinition\com.tfsc.ilabs.build.targetdefinition.target
 to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\tycho\com.tfsc.ilabs.build.targetdefinition\1.0.0-SNAPSHOT\com.tfsc.ilabs.build.targetdefinition-1.0.0-SNAPSHOT.target
[INFO] Installing 
D:\coderepos\bridge\releng\com.tfsc.ilabs.build.targetdefinition\pom.xml to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\tycho\com.tfsc.ilabs.build.targetdefinition\1.0.0-SNAPSHOT\com.tfsc.ilabs.build.targetdefinition-1.0.0-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building com.tfsc.ilabs.tycho.update 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
com.tfsc.ilabs.tycho.update ---
[INFO] Deleting D:\coderepos\bridge\releng\com.tfsc.ilabs.tycho.update\target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator 
(default-build-qualifier-aggregator) @ com.tfsc.ilabs.tycho.update ---
[INFO] The project's OSGi version is 1.0.0.201704030927
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ 
com.tfsc.ilabs.tycho.update ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.6.0.201210061924:prepare-agent (default) @ 
com.tfsc.ilabs.tycho.update ---
[INFO] argLine set to 
-javaagent:C:\Users\srinivasa.g\.m2\repository\org\jacoco\org.jacoco.agent\0.6.0.201210061924\org.jacoco.agent-0.6.0.201210061924-runtime.jar=destfile=D:\coderepos\bridge\releng\com.tfsc.ilabs.tycho.update\..\target\jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ 
com.tfsc.ilabs.tycho.update ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
D:\coderepos\bridge\releng\com.tfsc.ilabs.tycho.update\src\main\resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform 
(default-target-platform) @ com.tfsc.ilabs.tycho.update ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-products 
(default-publish-products) @ com.tfsc.ilabs.tycho.update ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-categories 
(default-publish-categories) @ com.tfsc.ilabs.tycho.update ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:attach-artifacts 
(default-attach-artifacts) @ com.tfsc.ilabs.tycho.update ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.0.0:assemble-repository 
(default-assemble-repository) @ com.tfsc.ilabs.tycho.update ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository 
(default-archive-repository) @ com.tfsc.ilabs.tycho.update ---
[INFO] Building zip: 
D:\coderepos\bridge\releng\com.tfsc.ilabs.tycho.update\target\com.tfsc.ilabs.tycho.update-1.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
com.tfsc.ilabs.tycho.update ---
[INFO] Installing 
D:\coderepos\bridge\releng\com.tfsc.ilabs.tycho.update\target\com.tfsc.ilabs.tycho.update-1.0.0-SNAPSHOT.zip
 to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\tycho\com.tfsc.ilabs.tycho.update\1.0.0-SNAPSHOT\com.tfsc.ilabs.tycho.update-1.0.0-SNAPSHOT.zip
[INFO] Installing 
D:\coderepos\bridge\releng\com.tfsc.ilabs.tycho.update\pom.xml to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\tycho\com.tfsc.ilabs.tycho.update\1.0.0-SNAPSHOT\com.tfsc.ilabs.tycho.update-1.0.0-SNAPSHOT.pom
[INFO] Installing 
D:\coderepos\bridge\releng\com.tfsc.ilabs.tycho.update\target\p2content.xml to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\tycho\com.tfsc.ilabs.tycho.update\1.0.0-SNAPSHOT\com.tfsc.ilabs.tycho.update-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing 
D:\coderepos\bridge\releng\com.tfsc.ilabs.tycho.update\target\p2artifacts.xml 
to 
C:\Users\srinivasa.g\.m2\repository\com\tfsc\ilabs\tycho\com.tfsc.ilabs.tycho.update\1.0.0-SNAPSHOT\com.tfsc.ilabs.tycho.update-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index 
(default-update-local-index) @ com.tfsc.ilabs.tycho.update ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] com.tfsc.ilabs.tycho.root .......................... SUCCESS [  2.566 s]
[INFO] com.tfsc.ilabs.bundles ............................. SUCCESS [  0.128 s]
[INFO] com.tfsc.ilabs.core.csc.bridge ..................... SUCCESS [  7.911 s]
[INFO] com.tfsc.ilabs.core.csc.bridge.features ............ SUCCESS [  0.078 s]
[INFO] com.tfsc.ilabs.core.csc.bridge.feature ............. SUCCESS [  0.063 s]
[INFO] com.tfsc.ilabs.core.csc.bridge.products ............ SUCCESS [  0.062 s]
[INFO] com.tfsc.ilabs.core.csc.bridge.product ............. SUCCESS [ 28.591 s]
[INFO] com.tfsc.ilabs.tests ............................... SUCCESS [  0.281 s]
[INFO] com.tfsc.ilabs.core.csc.bridge.test ................ SUCCESS [ 23.936 s]
[INFO] com.tfsc.ilabs.build.targetdefinition .............. SUCCESS [  0.125 s]
[INFO] com.tfsc.ilabs.tycho.update ........................ SUCCESS [  6.645 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:40 min
[INFO] Finished at: 2017-04-24T12:23:25+05:30
[INFO] Final Memory: 99M/546M
[INFO] ------------------------------------------------------------------------

Reply via email to