Skip to content

Console Output

Skipping 5,128 KB.. Full Log
	assertSame(edges.get(x).getSource(), source.getItems()[0]);
	           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getSource() from the type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[101] 
	assertSame(edges.get(x).getSource(), source.getItems()[0]);
	                                     ^^^^^^^^^^^^^^^^^
Discouraged access: The method getItems() from the type EntityLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[102] 
	assertSame(edges.get(x).getTarget(), target.getItems()[0]);
	           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getTarget() from the type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[102] 
	assertSame(edges.get(x).getTarget(), target.getItems()[0]);
	                                     ^^^^^^^^^^^^^^^^^
Discouraged access: The method getItems() from the type EntityLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[104] 
	ConnectionLayout[] connections = glc.getConnections(source, target);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type ConnectionLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[104] 
	ConnectionLayout[] connections = glc.getConnections(source, target);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getConnections(EntityLayout, EntityLayout) from the type AbstractLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[127] 
	private void checkIntegrity(List<Node> nodes, List<Edge> edges) {
	                                 ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[127] 
	private void checkIntegrity(List<Node> nodes, List<Edge> edges) {
	                                                   ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[128] 
	Graph graph = new Graph(ATTR_EMPTY, nodes, edges);
	^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[128] 
	Graph graph = new Graph(ATTR_EMPTY, nodes, edges);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Graph(Map<String,Object>, List<Node>, List<Edge>) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[128] 
	Graph graph = new Graph(ATTR_EMPTY, nodes, edges);
	                  ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[129] 
	GraphLayoutContext glc = new GraphLayoutContext(graph);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[129] 
	GraphLayoutContext glc = new GraphLayoutContext(graph);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor GraphLayoutContext(Graph) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[129] 
	GraphLayoutContext glc = new GraphLayoutContext(graph);
	                             ^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[145] 
	private void checkNodeIdentity(List<Node> nodes, GraphLayoutContext glc,
	                                    ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[145] 
	private void checkNodeIdentity(List<Node> nodes, GraphLayoutContext glc,
	                                                 ^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[147] 
	Object[] items = glc.getNodes()[x].getItems();
	                 ^^^^^^^^^^^^^^
Discouraged access: The method getNodes() from the type AbstractLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[147] 
	Object[] items = glc.getNodes()[x].getItems();
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getItems() from the type EntityLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[162] 
	private void checkNodesAndEdges(List<Node> nodes, List<Edge> edges,
	                                     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[162] 
	private void checkNodesAndEdges(List<Node> nodes, List<Edge> edges,
	                                                       ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[163] 
	GraphLayoutContext glc) {
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[183] 
	private void checkSizes(List<Node> nodes, List<Edge> edges,
	                             ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[183] 
	private void checkSizes(List<Node> nodes, List<Edge> edges,
	                                               ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[184] 
	GraphLayoutContext glc) {
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[185] 
	assertEquals(nodes.size(), glc.getNodes().length);
	                           ^^^^^^^^^^^^^^
Discouraged access: The method getNodes() from the type AbstractLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[186] 
	assertEquals(edges.size(), glc.getConnections().length);
	                           ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getConnections() from the type AbstractLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[187] 
	assertEquals(nodes.size(), glc.getEntities().length);
	                           ^^^^^^^^^^^^^^^^^
Discouraged access: The method getEntities() from the type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[192] 
	List<Node> nodes = nodes("1");
	     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[193] 
	List<Edge> edges = edges(nodes);
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[199] 
	List<Node> nodes = nodes("1", "2");
	     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[200] 
	List<Edge> edges = edges(nodes, 0, 1);
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[206] 
	List<Node> nodes = nodes("1", "2", "3", "4");
	     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[207] 
	List<Edge> edges = edges(nodes, 0, 1, 1, 2, 2, 3, 0, 3);
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[213] 
	List<Node> nodes = nodes();
	     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[214] 
	List<Edge> edges = edges(nodes);
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
176 problems (176 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.fx.tests ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.fx.tests ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/org.eclipse.gef4.zest.fx.tests-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/org.eclipse.gef4.zest.fx.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:0.19.0:test (default-test) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Expected eclipse log file: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/work/data/.metadata/.log
[INFO] Command line:
	/bin/sh -c cd /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests && /opt/public/common/jdk1.8.0_x64/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -Xmx512m -XX:MaxPermSize=256m -Dosgi.framework.extensions=org.eclipse.fx.osgi -Dosgi.clean=true -jar /opt/public/jobs/gef4-master/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20140415-2008/org.eclipse.equinox.launcher-1.3.0.v20140415-2008.jar -data /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/work/data -install /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/work -configuration /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/surefire.properties
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Could not acquire PlatformAdmin server

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.gef4.zest.fx.tests.AllTests
ES2 Prism: Error - reported GLX version = 1.2
    GLX version 1.3 or higher is required
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 sec

Results :

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

18/08/2014 12:46:00 Xvnc version X.org/xf4vnc custom version
18/08/2014 12:46:00 Copyright (C) 2001-2004 Alan Hourihane.
18/08/2014 12:46:00 Copyright (C) 2000-2004 Constantin Kaplinsky
18/08/2014 12:46:00 Copyright (C) 1999 AT&T Laboratories Cambridge
18/08/2014 12:46:00 All Rights Reserved.
18/08/2014 12:46:00 See http://www.tightvnc.com/ for information on TightVNC
18/08/2014 12:46:00 See http://xf4vnc.sf.net for xf4vnc-specific information
18/08/2014 12:46:00 Desktop name 'x11' (hudson:102)
18/08/2014 12:46:00 Protocol versions supported: 3.7, 3.3
18/08/2014 12:46:00 RGB format 8 8 8
18/08/2014 12:46:00 Listening for VNC connections on TCP port 6002
[INFO] All tests passed!
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.fx.tests ---
[WARNING] Parameter tasks is deprecated, use target instead
[dix] Could not init font path element /usr/share/fonts/TTF/, removing from list!
[dix] Could not init font path element /usr/share/fonts/OTF, removing from list!
(EE) config/hal: NewInputDeviceRequest failed (2)
(EE) config/hal: NewInputDeviceRequest failed (2)
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/org.eclipse.gef4.zest.fx.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Signed org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.tests:eclipse-test-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.tests:java-source:sources:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/org.eclipse.gef4.zest.fx.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.fx.tests ---
[WARNING] Artifact org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.tests:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.tests:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.fx.ui 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] The project's OSGi version is 0.1.0.201408181558
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gef4.zest.fx.ui ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/main/resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.fx.ui ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] Creating backup of about.mappings.
     [copy] Copying 1 file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui
     [echo] Replacing @build@ token within about.mappings with build id.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] Compiling 3 source files to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[19] 
	import javafx.scene.Scene;
	       ^^^^^^^^^^^^^^^^^^
Access restriction: The type Scene is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[38] 
	import org.eclipse.gef4.dot.DotExport;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type DotExport is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[39] 
	import org.eclipse.gef4.dot.DotImport;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type DotImport is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[40] 
	import org.eclipse.gef4.internal.dot.export.DotFileUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type DotFileUtils is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[41] 
	import org.eclipse.gef4.zest.fx.ZestFxModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFxModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[162] 
	DotExport dotExport = new DotExport(view.currentDot);
	^^^^^^^^^
Discouraged access: The type DotExport is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[162] 
	DotExport dotExport = new DotExport(view.currentDot);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor DotExport(String) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[162] 
	DotExport dotExport = new DotExport(view.currentDot);
	                          ^^^^^^^^^
Discouraged access: The type DotExport is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[163] 
	File image = dotExport.toImage(DotDirStore.getDotDirPath(), format,
					null);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method toImage(String, String, String) from the type DotExport is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[170] 
	File copy = DotFileUtils.copySingleFile(
	            ^^^^^^^^^^^^
Discouraged access: The type DotFileUtils is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[170] 
	File copy = DotFileUtils.copySingleFile(
						DotFileUtils.resolve(url), view.currentFile.getName()
								+ "." + format, image);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method copySingleFile(File, String, File) from the type DotFileUtils is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[171] 
	DotFileUtils.resolve(url), view.currentFile.getName()
	^^^^^^^^^^^^
Discouraged access: The type DotFileUtils is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[171] 
	DotFileUtils.resolve(url), view.currentFile.getName()
	^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method resolve(URL) from the type DotFileUtils is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[355] 
	super(Guice.createInjector(Modules.override(new ZestFxModule())//
	                                            ^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor ZestFxModule() is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[355] 
	super(Guice.createInjector(Modules.override(new ZestFxModule())//
	                                                ^^^^^^^^^^^^
Discouraged access: The type ZestFxModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[357] 
	setGraph(new DotImport(currentDot).newGraphInstance());
	         ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor DotImport(String) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[357] 
	setGraph(new DotImport(currentDot).newGraphInstance());
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method newGraphInstance() from the type DotImport is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[357] 
	setGraph(new DotImport(currentDot).newGraphInstance());
	             ^^^^^^^^^
Discouraged access: The type DotImport is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[374] 
	super.createPartControl(parent);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method createPartControl(Composite) from the type FXView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[375] 
	Scene scene = getViewer().getScene();
	^^^^^
Access restriction: The type Scene is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[375] 
	Scene scene = getViewer().getScene();
	              ^^^^^^^^^^^
Discouraged access: The method getViewer() from the type FXView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[375] 
	Scene scene = getViewer().getScene();
	              ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getScene() from the type FXViewer is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[376] 
	scene.getStylesheets().add(STYLES_CSS_FILE);
	^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method getStylesheets() from the type Scene is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[385] 
	DotImport dotImport = new DotImport(dot);
	^^^^^^^^^
Discouraged access: The type DotImport is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[385] 
	DotImport dotImport = new DotImport(dot);
	                      ^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor DotImport(String) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[385] 
	DotImport dotImport = new DotImport(dot);
	                          ^^^^^^^^^
Discouraged access: The type DotImport is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[386] 
	if (dotImport.getErrors().size() > 0) {
	    ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getErrors() from the type DotImport is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[389] 
	dotImport.getErrors(), dot));
	^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getErrors() from the type DotImport is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[392] 
	setGraph(dotImport.newGraphInstance());
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method newGraphInstance() from the type DotImport is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[419] 
	dotString = DotFileUtils.read(DotFileUtils.resolve(file
	            ^^^^^^^^^^^^
Discouraged access: The type DotFileUtils is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[419] 
	dotString = DotFileUtils.read(DotFileUtils.resolve(file
					.getLocationURI().toURL()));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method read(File) from the type DotFileUtils is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[419] 
	dotString = DotFileUtils.read(DotFileUtils.resolve(file
	                              ^^^^^^^^^^^^
Discouraged access: The type DotFileUtils is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/DotGraphView.java:[419] 
	dotString = DotFileUtils.read(DotFileUtils.resolve(file
					.getLocationURI().toURL()));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method resolve(URL) from the type DotFileUtils is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.dot/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/ZestFxUiModule.java:[15] 
	import org.eclipse.gef4.mvc.fx.ui.MvcFxUiModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type MvcFxUiModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/ZestFxUiModule.java:[17] 
	public class ZestFxUiModule extends MvcFxUiModule {
	                                    ^^^^^^^^^^^^^
Discouraged access: The type MvcFxUiModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[20] 
	import org.eclipse.gef4.graph.Graph;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[21] 
	import org.eclipse.gef4.mvc.fx.ui.parts.FXView;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[29] 
	public class ZestFxUiView extends FXView {
	                                  ^^^^^^
Discouraged access: The type FXView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[34] 
	super(injector);
	^^^^^^^^^^^^^^^^
Discouraged access: The constructor FXView(Injector) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[39] 
	FXCanvas canvas = super.createCanvas(parent);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method createCanvas(Composite) from the type FXView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[47] 
	Rectangle bounds = getCanvas().getBounds();
	                   ^^^^^^^^^^^
Discouraged access: The method getCanvas() from the type FXView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[48] 
	getViewer().getViewportModel().setWidth(bounds.width);
	^^^^^^^^^^^
Discouraged access: The method getViewer() from the type FXView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[48] 
	getViewer().getViewportModel().setWidth(bounds.width);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getViewportModel() from the type AbstractViewer<Node> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[48] 
	getViewer().getViewportModel().setWidth(bounds.width);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setWidth(double) from the type IViewportModel is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[49] 
	getViewer().getViewportModel().setHeight(bounds.height);
	^^^^^^^^^^^
Discouraged access: The method getViewer() from the type FXView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[49] 
	getViewer().getViewportModel().setHeight(bounds.height);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getViewportModel() from the type AbstractViewer<Node> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[49] 
	getViewer().getViewportModel().setHeight(bounds.height);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setHeight(double) from the type IViewportModel is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[62] 
	public void setGraph(Graph graph) {
	                     ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[64] 
	if (!getViewer().getContents().isEmpty()) {
	     ^^^^^^^^^^^
Discouraged access: The method getViewer() from the type FXView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[64] 
	if (!getViewer().getContents().isEmpty()) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getContents() from the type AbstractViewer<Node> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[65] 
	getViewer().setContents(getContents());
	^^^^^^^^^^^
Discouraged access: The method getViewer() from the type FXView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/org/eclipse/gef4/zest/fx/ui/view/ZestFxUiView.java:[65] 
	getViewer().setContents(getContents());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setContents(List<? extends Object>) from the type AbstractViewer<Node> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
52 problems (52 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.fx.ui ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.fx.ui ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/org.eclipse.gef4.zest.fx.ui-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/org.eclipse.gef4.zest.fx.ui-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.fx.ui ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] Replacing back modified about.mappings with backup.
     [copy] Copying 1 file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui
   [delete] Deleting: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/about.mappings.backup
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/org.eclipse.gef4.zest.fx.ui-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] Signed org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.ui:eclipse-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.ui:java-source:sources:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/org.eclipse.gef4.zest.fx.ui-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.fx.ui ---
[WARNING] Artifact org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.ui:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.ui:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.fx.ui 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] The project's OSGi version is 0.1.0.201408181558
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.fx.ui ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-feature (default-package-feature) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui-feature/target/org.eclipse.gef4.zest.fx.ui-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui-feature/target/org.eclipse.gef4.zest.fx.ui-0.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.fx.ui ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] Signed org.eclipse.gef4.features:org.eclipse.gef4.zest.fx.ui:eclipse-feature:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.features:org.eclipse.gef4.zest.fx.ui:eclipse-feature:sources-feature:0.1.0-SNAPSHOT in 2 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.fx.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.fx.ui ---
[WARNING] Artifact org.eclipse.gef4.features:org.eclipse.gef4.zest.fx.ui:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.features:org.eclipse.gef4.zest.fx.ui:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.doc 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.doc ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.doc ---
[INFO] The project's OSGi version is 0.1.0.201408181558
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:copy-dependencies (prepare-api-context-libs) @ org.eclipse.gef4.zest.doc ---
[INFO] Copying org.eclipse.gef4.common-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.common.jar
[INFO] Copying org.eclipse.gef4.common.doc-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.common.doc.jar
[INFO] Copying org.eclipse.gef4.dot-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.dot.jar
[INFO] Copying org.eclipse.gef4.dot.doc-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.dot.doc.jar
[INFO] Copying org.eclipse.gef4.fx-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.fx.jar
[INFO] Copying org.eclipse.gef4.fx.doc-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.fx.doc.jar
[INFO] Copying org.eclipse.gef4.fx.ui-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.fx.ui.jar
[INFO] Copying org.eclipse.gef4.geometry-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.geometry.jar
[INFO] Copying org.eclipse.gef4.geometry.convert.fx-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.geometry.convert.fx.jar
[INFO] Copying org.eclipse.gef4.geometry.doc-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.geometry.doc.jar
[INFO] Copying org.eclipse.gef4.graph-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.graph.jar
[INFO] Copying org.eclipse.gef4.graph.doc-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.graph.doc.jar
[INFO] Copying org.eclipse.gef4.layout-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.layout.jar
[INFO] Copying org.eclipse.gef4.layout.doc-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.layout.doc.jar
[INFO] Copying org.eclipse.gef4.mvc-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.mvc.jar
[INFO] Copying org.eclipse.gef4.mvc.doc-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.mvc.doc.jar
[INFO] Copying org.eclipse.gef4.mvc.fx-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.mvc.fx.jar
[INFO] Copying org.eclipse.gef4.mvc.fx.ui-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.mvc.fx.ui.jar
[INFO] Copying org.eclipse.gef4.mvc.ui-0.1.0-SNAPSHOT.jar to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.mvc.ui.jar
[INFO] aopalliance-1.0.jar already exists in destination.
[INFO] guice-3.0.jar already exists in destination.
[INFO] guice-multibindings-3.0.jar already exists in destination.
[INFO] javax.inject-1.jar already exists in destination.
[INFO] com.google.guava-15.0.0.v201403281430.jar already exists in destination.
[INFO] com.google.inject-3.0.0.v201312141243.jar already exists in destination.
[INFO] com.ibm.icu-52.1.0.v201404241930.jar already exists in destination.
[INFO] javax.annotation-1.2.0.v201401042248.jar already exists in destination.
[INFO] javax.inject-1.0.0.v20091030.jar already exists in destination.
[INFO] javax.xml-1.3.4.v201005080400.jar already exists in destination.
[INFO] org.antlr.runtime-3.2.0.v201101311130.jar already exists in destination.
[INFO] ant-antlr.jar already exists in destination.
[INFO] ant-apache-bcel.jar already exists in destination.
[INFO] ant-apache-bsf.jar already exists in destination.
[INFO] ant-apache-log4j.jar already exists in destination.
[INFO] ant-apache-oro.jar already exists in destination.
[INFO] ant-apache-regexp.jar already exists in destination.
[INFO] ant-apache-resolver.jar already exists in destination.
[INFO] ant-apache-xalan2.jar already exists in destination.
[INFO] ant-commons-logging.jar already exists in destination.
[INFO] ant-commons-net.jar already exists in destination.
[INFO] ant-jai.jar already exists in destination.
[INFO] ant-javamail.jar already exists in destination.
[INFO] ant-jdepend.jar already exists in destination.
[INFO] ant-jmf.jar already exists in destination.
[INFO] ant-jsch.jar already exists in destination.
[INFO] ant-junit.jar already exists in destination.
[INFO] ant-junit4.jar already exists in destination.
[INFO] ant-launcher.jar already exists in destination.
[INFO] ant-netrexx.jar already exists in destination.
[INFO] ant-swing.jar already exists in destination.
[INFO] ant-testutil.jar already exists in destination.
[INFO] ant.jar already exists in destination.
[INFO] org.apache.batik.css-1.7.0.v201011041433.jar already exists in destination.
[INFO] org.apache.batik.util-1.7.0.v201011041433.jar already exists in destination.
[INFO] org.apache.batik.util.gui-1.7.0.v200903091627.jar already exists in destination.
[INFO] org.apache.commons.cli-1.2.0.v201404270220.jar already exists in destination.
[INFO] org.apache.commons.lang-2.6.0.v201404270220.jar already exists in destination.
[INFO] org.apache.commons.logging-1.1.1.v201101211721.jar already exists in destination.
[INFO] org.apache.log4j-1.2.15.v201012070815.jar already exists in destination.
[INFO] org.eclipse.core.commands-3.6.100.v20140528-1422.jar already exists in destination.
[INFO] org.eclipse.core.contenttype-3.4.200.v20140207-1251.jar already exists in destination.
[INFO] org.eclipse.core.databinding-1.4.1.v20140214-0004.jar already exists in destination.
[INFO] org.eclipse.core.databinding.observable-1.4.1.v20140210-1835.jar already exists in destination.
[INFO] org.eclipse.core.databinding.property-1.4.200.v20140214-0004.jar already exists in destination.
[INFO] org.eclipse.core.expressions-3.4.600.v20140128-0851.jar already exists in destination.
[INFO] org.eclipse.core.filesystem-1.4.100.v20140514-1614.jar already exists in destination.
[INFO] org.eclipse.core.jobs-3.6.0.v20140424-0053.jar already exists in destination.
[INFO] org.eclipse.core.resources-3.9.0.v20140514-1307.jar already exists in destination.
[INFO] org.eclipse.core.runtime-3.10.0.v20140318-2214.jar already exists in destination.
[INFO] org.eclipse.core.variables-3.2.800.v20130819-1716.jar already exists in destination.
[INFO] org.eclipse.debug.core-3.9.0.v20140521-1435.jar already exists in destination.
[INFO] org.eclipse.e4.core.commands-0.10.2.v20140424-2344.jar already exists in destination.
[INFO] org.eclipse.e4.core.contexts-1.3.100.v20140407-1019.jar already exists in destination.
[INFO] org.eclipse.e4.core.di-1.4.0.v20140414-1837.jar already exists in destination.
[INFO] org.eclipse.e4.core.di.extensions-0.12.0.v20140417-2033.jar already exists in destination.
[INFO] org.eclipse.e4.core.services-1.2.0.v20140509-1840.jar already exists in destination.
[INFO] org.eclipse.e4.ui.bindings-0.10.200.v20140424-2042.jar already exists in destination.
[INFO] org.eclipse.e4.ui.css.core-0.10.100.v20140424-2042.jar already exists in destination.
[INFO] org.eclipse.e4.ui.css.swt-0.11.100.v20140522-1045.jar already exists in destination.
[INFO] org.eclipse.e4.ui.css.swt.theme-0.9.300.v20140424-2042.jar already exists in destination.
[INFO] org.eclipse.e4.ui.di-1.0.0.v20140328-2112.jar already exists in destination.
[INFO] org.eclipse.e4.ui.model.workbench-1.1.0.v20140512-1820.jar already exists in destination.
[INFO] org.eclipse.e4.ui.services-1.1.0.v20140328-1925.jar already exists in destination.
[INFO] org.eclipse.e4.ui.widgets-1.0.0.v20140514-1823.jar already exists in destination.
[INFO] org.eclipse.e4.ui.workbench-1.1.0.v20140528-1949.jar already exists in destination.
[INFO] org.eclipse.e4.ui.workbench.addons.swt-1.1.0.v20140602-1537.jar already exists in destination.
[INFO] org.eclipse.e4.ui.workbench.renderers.swt-0.12.0.v20140521-1818.jar already exists in destination.
[INFO] org.eclipse.e4.ui.workbench.swt-0.12.100.v20140530-1436.jar already exists in destination.
[INFO] org.eclipse.e4.ui.workbench3-0.12.0.v20140227-2118.jar already exists in destination.
[INFO] org.eclipse.emf.codegen-2.10.0.v20140519-0339.jar already exists in destination.
[INFO] org.eclipse.emf.codegen.ecore-2.10.0.v20140519-0339.jar already exists in destination.
[INFO] org.eclipse.emf.common-2.10.0.v20140514-1158.jar already exists in destination.
[INFO] org.eclipse.emf.ecore-2.10.0.v20140514-1158.jar already exists in destination.
[INFO] org.eclipse.emf.ecore.change-2.10.0.v20140514-1158.jar already exists in destination.
[INFO] org.eclipse.emf.ecore.xmi-2.10.0.v20140514-1158.jar already exists in destination.
[INFO] org.eclipse.emf.mwe.core-1.3.3.v201406110919.jar already exists in destination.
[INFO] org.eclipse.emf.mwe.utils-1.3.3.v201406110919.jar already exists in destination.
[INFO] org.eclipse.emf.mwe2.runtime-2.6.0.v201405200714.jar already exists in destination.
[INFO] org.eclipse.equinox.app-1.3.200.v20130910-1609.jar already exists in destination.
[INFO] org.eclipse.equinox.common-3.6.200.v20130402-1505.jar already exists in destination.
[INFO] org.eclipse.equinox.ds-1.4.200.v20131126-2331.jar already exists in destination.
[INFO] org.eclipse.equinox.preferences-3.5.200.v20140224-1527.jar already exists in destination.
[INFO] org.eclipse.equinox.registry-3.5.400.v20140428-1507.jar already exists in destination.
[INFO] org.eclipse.equinox.util-1.0.500.v20130404-1337.jar already exists in destination.
[INFO] org.eclipse.fx.javafx-2.2.0.201408150502.jar already exists in destination.
[INFO] org.eclipse.help-3.6.0.v20130326-1254.jar already exists in destination.
[INFO] org.eclipse.jdt.core-3.10.0.v20140604-1726.jar already exists in destination.
[INFO] jdi.jar already exists in destination.
[INFO] jdimodel.jar already exists in destination.
[INFO] org.eclipse.jdt.launching-3.7.100.v20140428-1912.jar already exists in destination.
[INFO] org.eclipse.jface-3.10.0.v20140604-0740.jar already exists in destination.
[INFO] org.eclipse.jface.databinding-1.6.200.v20140528-1422.jar already exists in destination.
[INFO] org.eclipse.osgi-3.10.0.v20140606-1445.jar already exists in destination.
[INFO] org.eclipse.osgi.services-3.4.0.v20140312-2051.jar already exists in destination.
[INFO] org.eclipse.swt-3.103.0.v20140605-2008.jar already exists in destination.
[INFO] org.eclipse.swt.cocoa.macosx.x86_64-3.103.0.v20140605-2012.jar already exists in destination.
[INFO] org.eclipse.swt.gtk.linux.x86-3.103.0.v20140605-2012.jar already exists in destination.
[INFO] org.eclipse.swt.gtk.linux.x86_64-3.103.0.v20140605-2012.jar already exists in destination.
[INFO] org.eclipse.swt.win32.win32.x86-3.103.0.v20140605-2012.jar already exists in destination.
[INFO] org.eclipse.swt.win32.win32.x86_64-3.103.0.v20140605-2012.jar already exists in destination.
[INFO] org.eclipse.text-3.5.300.v20130515-1451.jar already exists in destination.
[INFO] org.eclipse.ui-3.106.0.v20140519-0906.jar already exists in destination.
[INFO] org.eclipse.ui.views-3.7.0.v20140408-0703.jar already exists in destination.
[INFO] org.eclipse.ui.workbench-3.106.0.v20140530-0732.jar already exists in destination.
[INFO] org.eclipse.xtend-2.0.0.v201406030414.jar already exists in destination.
[INFO] org.eclipse.xtend.typesystem.emf-2.0.0.v201406030414.jar already exists in destination.
[INFO] org.eclipse.xtext-2.6.0.v201405210727.jar already exists in destination.
[INFO] org.eclipse.xtext.smap-2.6.0.v201405210727.jar already exists in destination.
[INFO] org.eclipse.xtext.util-2.6.0.v201405210727.jar already exists in destination.
[INFO] org.w3c.css.sac-1.3.1.v200903091627.jar already exists in destination.
[INFO] org.w3c.dom.events-3.0.0.draft20060413_v201105210656.jar already exists in destination.
[INFO] org.w3c.dom.smil-1.0.0.v200806040011.jar already exists in destination.
[INFO] org.w3c.dom.svg-1.1.0.v201011041433.jar already exists in destination.
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:copy-dependencies (prepare-linkoffline-target) @ org.eclipse.gef4.zest.doc ---
[INFO] org.eclipse.platform.doc.isv-4.4.0.v20140604-2138.jar already exists in destination.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (prepare-offline-link-targets) @ org.eclipse.gef4.zest.doc ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] Preparing linkoffline-target
    [unzip] Expanding: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/linkoffline-target/org.eclipse.platform.doc.isv.jar into /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/linkoffline-target/org.eclipse.platform.doc.isv
     [echo] Done: linkoffline-target contains unzipped offline link target.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gef4.zest.doc ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/src/main/resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.doc ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] Creating backup of about.mappings.
     [copy] Copying 1 file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc
     [echo] Replacing @build@ token within about.mappings with build id.
     [copy] Copying 1 file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc
     [echo] Creating backup of javadocOptions.txt
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.doc ---
[INFO] Executing tasks

main:

generate.wikitext:
     [echo] Generating reference documentation for GEF4 Zest Documentation by extracting it from GEF/GEF4/Zest wiki page.
[mediawiki-to-eclipse-help] Fetching http://wiki.eclipse.org/images/9/9d/DotZestGraphView.png
     [null] Getting: http://wiki.eclipse.org/images/9/9d/DotZestGraphView.png
     [null] To: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/reference/wiki/GEF/GEF4/Zest/images/DotZestGraphView.png
[mediawiki-to-eclipse-help] Fetching http://wiki.eclipse.org/images/6/66/Zest-tree-subgraph-label.png
     [null] Getting: http://wiki.eclipse.org/images/6/66/Zest-tree-subgraph-label.png
     [null] To: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/reference/wiki/GEF/GEF4/Zest/images/Zest-tree-subgraph-label.png
[mediawiki-to-eclipse-help] Fetching http://wiki.eclipse.org/images/e/e2/Zest-tree-subgraph-successors.png
     [null] Getting: http://wiki.eclipse.org/images/e/e2/Zest-tree-subgraph-successors.png
     [null] To: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/reference/wiki/GEF/GEF4/Zest/images/Zest-tree-subgraph-successors.png
[mediawiki-to-eclipse-help] Fetching http://wiki.eclipse.org/images/7/7a/Zest-tree-subgraph-triangle.png
     [null] Getting: http://wiki.eclipse.org/images/7/7a/Zest-tree-subgraph-triangle.png
     [null] To: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/reference/wiki/GEF/GEF4/Zest/images/Zest-tree-subgraph-triangle.png
[mediawiki-to-eclipse-help] Fetched 4 image files for GEF/GEF4/Zest

generate.api:
     [echo] Cleaning reference/api...
   [delete] Deleting directory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/reference/api
    [mkdir] Created dir: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/reference/api
     [echo] Done.
     [echo] Determining path to javadoc executable, using home dir /opt/public/common/jdk1.8.0_x64/jre...
     [echo] Done: /opt/public/common/jdk1.8.0_x64/jre/../bin/javadoc
     [echo] Determining args list delimiter...
     [echo] Done: ':'
     [echo] Determining context libs for javadoc generation ...
     [echo] Done: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/aopalliance.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/com.google.guava.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/com.google.inject.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/com.ibm.icu.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/guice-multibindings.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/guice.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/javax.annotation.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/javax.inject.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/javax.xml.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.antlr.runtime.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.apache.batik.css.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.apache.batik.util.gui.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.apache.batik.util.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.apache.commons.cli.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.apache.commons.lang.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.apache.commons.logging.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.apache.log4j.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.core.commands.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.core.contenttype.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.core.databinding.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.core.databinding.observable.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.core.databinding.property.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.core.expressions.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.core.filesystem.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.core.jobs.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.core.resources.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.core.runtime.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.core.variables.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.debug.core.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.draw2d.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.core.commands.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.core.contexts.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.core.di.extensions.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.core.di.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.core.services.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.ui.bindings.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.ui.css.core.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.ui.css.swt.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.ui.css.swt.theme.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.ui.di.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.ui.model.workbench.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.ui.services.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.ui.widgets.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.ui.workbench.addons.swt.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.ui.workbench.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.ui.workbench.renderers.swt.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.ui.workbench.swt.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.e4.ui.workbench3.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.emf.codegen.ecore.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.emf.codegen.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.emf.common.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.emf.ecore.change.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.emf.ecore.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.emf.ecore.xmi.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.emf.mwe.core.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.emf.mwe.utils.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.emf.mwe2.runtime.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.equinox.app.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.equinox.common.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.equinox.ds.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.equinox.event.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.equinox.preferences.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.equinox.registry.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.equinox.util.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.fx.javafx.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.common.doc.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.common.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.dot.doc.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.dot.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.fx.doc.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.fx.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.fx.ui.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.geometry.convert.fx.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.geometry.doc.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.geometry.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.graph.doc.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.graph.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.layout.doc.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.layout.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.mvc.doc.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.mvc.fx.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.mvc.fx.ui.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.mvc.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.mvc.ui.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.swtfx.doc.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.swtfx.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.zest.core.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.gef4.zest.jface.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.help.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.jdt.core.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.jdt.debug-jdi.jar.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.jdt.debug-jdimodel.jar.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.jdt.launching.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.jface.databinding.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.jface.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.osgi.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.osgi.services.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.swt.cocoa.macosx.x86_64.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.swt.gtk.linux.x86.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.swt.gtk.linux.x86_64.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.swt.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.swt.win32.win32.x86.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.swt.win32.win32.x86_64.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.text.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.ui.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.ui.views.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.ui.workbench.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.xtend.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.xtend.typesystem.emf.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.xtext.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.xtext.smap.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.eclipse.xtext.util.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.w3c.css.sac.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.w3c.dom.events.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.w3c.dom.smil.jar:/opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/api-context-libs/org.w3c.dom.svg.jar
     [echo] Replacing tokens in javadocOptions.txt
     [echo] Done.
     [echo] Generating javadoc...
     [echo] Done.
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.doc ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.doc ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/target/org.eclipse.gef4.zest.doc-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.doc ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] Replacing back modified about.mappings with backup.
     [copy] Copying 1 file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc
   [delete] Deleting: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/about.mappings.backup
     [echo] Replacing back modified javadocOptions.txt with backup.
     [copy] Copying 1 file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc
   [delete] Deleting: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/javadocOptions.txt.backup
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.doc ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/target/org.eclipse.gef4.zest.doc-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.doc ---
[INFO] Signed org.eclipse.gef4.plugins:org.eclipse.gef4.zest.doc:eclipse-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.doc ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc/target/org.eclipse.gef4.zest.doc-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.doc ---
[WARNING] Artifact org.eclipse.gef4.plugins:org.eclipse.gef4.zest.doc:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.plugins:org.eclipse.gef4.zest.doc:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.doc 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.doc ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef4.zest.doc ---
[INFO] The project's OSGi version is 0.1.0.201408181558
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.doc ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.doc ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-feature (default-package-feature) @ org.eclipse.gef4.zest.doc ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.doc-feature/target/org.eclipse.gef4.zest.doc-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.doc ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.doc ---
[INFO] Signed org.eclipse.gef4.features:org.eclipse.gef4.zest.doc:eclipse-feature:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.doc ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.doc ---
[WARNING] Artifact org.eclipse.gef4.features:org.eclipse.gef4.zest.doc:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.features:org.eclipse.gef4.zest.doc:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.sdk 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.sdk ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.sdk-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef4.zest.sdk ---
[INFO] The project's OSGi version is 0.1.0.201408181558
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.sdk ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.sdk ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-feature (default-package-feature) @ org.eclipse.gef4.zest.sdk ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.sdk-feature/target/org.eclipse.gef4.zest.sdk-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef4.zest.sdk ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.sdk ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.sdk ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.sdk ---
[INFO] Signed org.eclipse.gef4.features:org.eclipse.gef4.zest.sdk:eclipse-feature:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.sdk ---
[WARNING] Artifact org.eclipse.gef4.features:org.eclipse.gef4.zest.sdk:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.features:org.eclipse.gef4.zest.sdk:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.fx.example 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.fx.example ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.fx.example ---
[INFO] The project's OSGi version is 0.1.0.201408181558
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.fx.example ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.fx.example ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gef4.zest.fx.example ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/main/resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.fx.example ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.fx.example ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ org.eclipse.gef4.zest.fx.example ---
[INFO] Compiling 2 source files to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFxExampleModule.java:[15] 
	import javafx.scene.Node;
	       ^^^^^^^^^^^^^^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFxExampleModule.java:[17] 
	import org.eclipse.gef4.mvc.parts.IHandlePartFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IHandlePartFactory<VR> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFxExampleModule.java:[18] 
	import org.eclipse.gef4.zest.fx.ZestFxModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFxModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFxExampleModule.java:[23] 
	public class ZestFxExampleModule extends ZestFxModule {
	                                         ^^^^^^^^^^^^
Discouraged access: The type ZestFxModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFxExampleModule.java:[27] 
	binder().bind(new TypeLiteral<IHandlePartFactory<Node>>() {
	                                                 ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleHandlePartFactory.java:[19] 
	import javafx.scene.Node;
	       ^^^^^^^^^^^^^^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleHandlePartFactory.java:[21] 
	import org.eclipse.gef4.mvc.behaviors.IBehavior;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IBehavior<VR> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleHandlePartFactory.java:[22] 
	import org.eclipse.gef4.mvc.fx.parts.FXDefaultHandlePartFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXDefaultHandlePartFactory is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleHandlePartFactory.java:[23] 
	import org.eclipse.gef4.mvc.parts.IContentPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IContentPart<VR> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleHandlePartFactory.java:[24] 
	import org.eclipse.gef4.mvc.parts.IHandlePart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IHandlePart<VR> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleHandlePartFactory.java:[26] 
	public class ZestFxExampleHandlePartFactory extends FXDefaultHandlePartFactory {
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXDefaultHandlePartFactory is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleHandlePartFactory.java:[29] 
	public List<IHandlePart<Node>> createHandleParts(
	                        ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleHandlePartFactory.java:[30] 
	List<IContentPart<Node>> targets, IBehavior<Node> contextBehavior,
	                  ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleHandlePartFactory.java:[30] 
	List<IContentPart<Node>> targets, IBehavior<Node> contextBehavior,
	                                            ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
14 problems (14 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.fx.example ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.fx.example ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/org.eclipse.gef4.zest.fx.example-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.fx.example ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/org.eclipse.gef4.zest.fx.example-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.fx.example ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.fx.example ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.fx.example ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.fx.example ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.fx.example ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/org.eclipse.gef4.zest.fx.example-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.fx.example ---
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.example:eclipse-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.example:java-source:sources:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.fx.example ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/org.eclipse.gef4.zest.fx.example-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.fx.example ---
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.example:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.example:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.fx.ui.example 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] The project's OSGi version is 0.1.0.201408181558
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gef4.zest.fx.ui.example ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/main/resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.fx.ui.example ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] Creating backup of about.mappings.
     [copy] Copying 1 file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example
     [echo] Replacing @build@ token within about.mappings with build id.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] Compiling 2 source files to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/ZestFxUiExampleModule.java:[3] 
	import org.eclipse.gef4.zest.fx.ui.ZestFxUiModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFxUiModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/ZestFxUiExampleModule.java:[5] 
	public class ZestFxUiExampleModule extends ZestFxUiModule {
	                                           ^^^^^^^^^^^^^^
Discouraged access: The type ZestFxUiModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[20] 
	import org.eclipse.gef4.graph.Edge;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[21] 
	import org.eclipse.gef4.graph.Graph;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[22] 
	import org.eclipse.gef4.graph.Graph.Attr.Key;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[23] 
	import org.eclipse.gef4.zest.fx.example.ZestFxExampleModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFxExampleModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[24] 
	import org.eclipse.gef4.zest.fx.parts.NodeContentPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type NodeContentPart is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[26] 
	import org.eclipse.gef4.zest.fx.ui.view.ZestFxUiView;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFxUiView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[31] 
	public class ZestFxUiExampleView extends ZestFxUiView {
	                                         ^^^^^^^^^^^^
Discouraged access: The type ZestFxUiView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[33] 
	public static Graph DEFAULT_GRAPH = build09();
	              ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[35] 
	private static Graph build09() {
	               ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[37] 
	List<org.eclipse.gef4.graph.Node> nodes = new ArrayList<org.eclipse.gef4.graph.Node>();
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[37] 
	List<org.eclipse.gef4.graph.Node> nodes = new ArrayList<org.eclipse.gef4.graph.Node>();
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[43] 
	List<Edge> edges = new ArrayList<Edge>();
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[43] 
	List<Edge> edges = new ArrayList<Edge>();
	                                 ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[53] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[53] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[53] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[53] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	                         ^^^^^^^^^^
Discouraged access: The field GRAPH_TYPE from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[54] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[54] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[54] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr.Value is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[54] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	                 ^^^^^^^^^^^^^^
Discouraged access: The field GRAPH_DIRECTED from the type Graph.Attr.Value is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[55] 
	return new Graph(attrs, nodes, edges);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Graph(Map<String,Object>, List<Node>, List<Edge>) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[55] 
	return new Graph(attrs, nodes, edges);
	           ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[58] 
	private static Edge e(org.eclipse.gef4.graph.Node n,
	               ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[58] 
	private static Edge e(org.eclipse.gef4.graph.Node n,
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[59] 
	org.eclipse.gef4.graph.Node m) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[60] 
	String label = (String) n.getAttrs().get(Key.LABEL.toString())
	                        ^^^^^^^^^^^^
Discouraged access: The method getAttrs() from the type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[60] 
	String label = (String) n.getAttrs().get(Key.LABEL.toString())
	                                         ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[60] 
	String label = (String) n.getAttrs().get(Key.LABEL.toString())
	                                             ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[61] 
	+ (String) m.getAttrs().get(Key.LABEL.toString());
	           ^^^^^^^^^^^^
Discouraged access: The method getAttrs() from the type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[61] 
	+ (String) m.getAttrs().get(Key.LABEL.toString());
	                            ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[61] 
	+ (String) m.getAttrs().get(Key.LABEL.toString());
	                                ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[62] 
	return new Edge.Builder(n, m).attr(Key.LABEL, label).build();
	       ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Edge.Builder(Node, Node) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[62] 
	return new Edge.Builder(n, m).attr(Key.LABEL, label).build();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(Graph.Attr.Key, Object) from the type Edge.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[62] 
	return new Edge.Builder(n, m).attr(Key.LABEL, label).build();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method build() from the type Edge.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[62] 
	return new Edge.Builder(n, m).attr(Key.LABEL, label).build();
	           ^^^^^^^^^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[62] 
	return new Edge.Builder(n, m).attr(Key.LABEL, label).build();
	           ^^^^^^^^^^^^
Discouraged access: The type Edge.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[62] 
	return new Edge.Builder(n, m).attr(Key.LABEL, label).build();
	                                   ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[62] 
	return new Edge.Builder(n, m).attr(Key.LABEL, label).build();
	                                       ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[65] 
	private static org.eclipse.gef4.graph.Node n(String label) {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[66] 
	return new org.eclipse.gef4.graph.Node.Builder().attr(Key.LABEL, label)
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Node.Builder() is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[66] 
	return new org.eclipse.gef4.graph.Node.Builder().attr(Key.LABEL, label)
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(Graph.Attr.Key, Object) from the type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[66] 
	return new org.eclipse.gef4.graph.Node.Builder().attr(Key.LABEL, label)
				.build();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method build() from the type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[66] 
	return new org.eclipse.gef4.graph.Node.Builder().attr(Key.LABEL, label)
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[66] 
	return new org.eclipse.gef4.graph.Node.Builder().attr(Key.LABEL, label)
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[66] 
	return new org.eclipse.gef4.graph.Node.Builder().attr(Key.LABEL, label)
	                                                      ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[66] 
	return new org.eclipse.gef4.graph.Node.Builder().attr(Key.LABEL, label)
	                                                          ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[70] 
	private static org.eclipse.gef4.graph.Node n(String label, String cssClass) {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[71] 
	return new org.eclipse.gef4.graph.Node.Builder().attr(Key.LABEL, label)
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Node.Builder() is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[71] 
	return new org.eclipse.gef4.graph.Node.Builder().attr(Key.LABEL, label)
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(Graph.Attr.Key, Object) from the type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[71] 
	return new org.eclipse.gef4.graph.Node.Builder().attr(Key.LABEL, label)
				.attr(NodeContentPart.ATTR_CLASS, cssClass).build();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(String, Object) from the type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[71] 
	return new org.eclipse.gef4.graph.Node.Builder().attr(Key.LABEL, label)
				.attr(NodeContentPart.ATTR_CLASS, cssClass).build();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method build() from the type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[71] 
	return new org.eclipse.gef4.graph.Node.Builder().attr(Key.LABEL, label)
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[71] 
	return new org.eclipse.gef4.graph.Node.Builder().attr(Key.LABEL, label)
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[71] 
	return new org.eclipse.gef4.graph.Node.Builder().attr(Key.LABEL, label)
	                                                      ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[71] 
	return new org.eclipse.gef4.graph.Node.Builder().attr(Key.LABEL, label)
	                                                          ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[72] 
	.attr(NodeContentPart.ATTR_CLASS, cssClass).build();
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type NodeContentPart is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[72] 
	.attr(NodeContentPart.ATTR_CLASS, cssClass).build();
	                      ^^^^^^^^^^
Discouraged access: The field ATTR_CLASS from the type NodeContentPart is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[76] 
	super(Guice.createInjector(Modules.override(new ZestFxExampleModule())
				.with(new ZestFxUiExampleModule())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor ZestFxUiView(Injector) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[76] 
	super(Guice.createInjector(Modules.override(new ZestFxExampleModule())
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor ZestFxExampleModule() is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[76] 
	super(Guice.createInjector(Modules.override(new ZestFxExampleModule())
	                                                ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFxExampleModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[78] 
	setGraph(DEFAULT_GRAPH);
	^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setGraph(Graph) from the type ZestFxUiView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
64 problems (64 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.fx.ui.example ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.fx.ui.example ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/target/org.eclipse.gef4.zest.fx.ui.example-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/target/org.eclipse.gef4.zest.fx.ui.example-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.fx.ui.example ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] Replacing back modified about.mappings with backup.
     [copy] Copying 1 file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example
   [delete] Deleting: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/about.mappings.backup
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/target/org.eclipse.gef4.zest.fx.ui.example-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.ui.example:eclipse-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.ui.example:java-source:sources:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/target/org.eclipse.gef4.zest.fx.ui.example-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.fx.ui.example ---
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.ui.example:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.ui.example:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.examples 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.examples ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef4.zest.examples ---
[INFO] The project's OSGi version is 0.1.0.201408181558
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.examples ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-feature (default-package-feature) @ org.eclipse.gef4.zest.examples ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples-feature/target/org.eclipse.gef4.zest.examples-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.examples ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples-feature/target/org.eclipse.gef4.zest.examples-0.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.examples ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.examples ---
[INFO] Signed org.eclipse.gef4.features:org.eclipse.gef4.zest.examples:eclipse-feature:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.features:org.eclipse.gef4.zest.examples:eclipse-feature:sources-feature:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.examples ---
[WARNING] Artifact org.eclipse.gef4.features:org.eclipse.gef4.zest.examples:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.features:org.eclipse.gef4.zest.examples:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.repository 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.repository ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.repository/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef4.repository ---
[INFO] The project's OSGi version is 0.1.0.201408181558
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean-1) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.repository ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.repository ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.19.0:publish-products (default-publish-products) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.19.0:publish-categories (default-publish-categories) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.19.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.19.0:assemble-repository (default-assemble-repository) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.19.0:archive-repository (default-archive-repository) @ org.eclipse.gef4.repository ---
[INFO] Building zip: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.repository/target/org.eclipse.gef4.repository-0.1.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.repository ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.gef4.releng ........................... SUCCESS [1.150s]
[INFO] org.eclipse.gef4.target ........................... SUCCESS [0.367s]
[INFO] org.eclipse.gef4.common ........................... SUCCESS [6.361s]
[INFO] org.eclipse.gef4.common ........................... SUCCESS [4.243s]
[INFO] org.eclipse.gef4.common.doc ....................... SUCCESS [6:25.801s]
[INFO] org.eclipse.gef4.common.doc ....................... SUCCESS [1.837s]
[INFO] org.eclipse.gef4.common.sdk ....................... SUCCESS [2.135s]
[INFO] org.eclipse.gef4.geometry ......................... SUCCESS [6.251s]
[INFO] org.eclipse.gef4.geometry ......................... SUCCESS [3.697s]
[INFO] org.eclipse.gef4.geometry.tests ................... SUCCESS [14.828s]
[INFO] org.eclipse.gef4.geometry.convert.swt ............. SUCCESS [4.334s]
[INFO] org.eclipse.gef4.geometry.convert.swt ............. SUCCESS [3.670s]
[INFO] org.eclipse.gef4.geometry.convert.swt.tests ....... SUCCESS [6.636s]
[INFO] org.eclipse.gef4.geometry.convert.fx .............. SUCCESS [4.438s]
[INFO] org.eclipse.gef4.geometry.convert.fx .............. SUCCESS [3.720s]
[INFO] org.eclipse.gef4.geometry.convert.fx.tests ........ SUCCESS [5.932s]
[INFO] org.eclipse.gef4.geometry.doc ..................... SUCCESS [6:58.339s]
[INFO] org.eclipse.gef4.geometry.doc ..................... SUCCESS [2.044s]
[INFO] org.eclipse.gef4.geometry.sdk ..................... SUCCESS [2.379s]
[INFO] org.eclipse.gef4.fx ............................... SUCCESS [4.537s]
[INFO] org.eclipse.gef4.fx ............................... SUCCESS [3.697s]
[INFO] org.eclipse.gef4.fx.tests ......................... SUCCESS [6.242s]
[INFO] org.eclipse.gef4.fx.ui ............................ SUCCESS [4.193s]
[INFO] org.eclipse.gef4.fx.ui ............................ SUCCESS [3.662s]
[INFO] org.eclipse.gef4.fx.doc ........................... SUCCESS [6:57.161s]
[INFO] org.eclipse.gef4.fx.doc ........................... SUCCESS [2.173s]
[INFO] org.eclipse.gef4.fx.sdk ........................... SUCCESS [1.782s]
[INFO] org.eclipse.gef4.mvc .............................. SUCCESS [5.298s]
[INFO] org.eclipse.gef4.mvc .............................. SUCCESS [4.461s]
[INFO] org.eclipse.gef4.mvc.ui ........................... SUCCESS [4.451s]
[INFO] org.eclipse.gef4.mvc.ui ........................... SUCCESS [3.711s]
[INFO] org.eclipse.gef4.mvc.fx ........................... SUCCESS [4.996s]
[INFO] org.eclipse.gef4.mvc.fx ........................... SUCCESS [3.613s]
[INFO] org.eclipse.gef4.mvc.fx.ui ........................ SUCCESS [4.540s]
[INFO] org.eclipse.gef4.mvc.fx.ui ........................ SUCCESS [3.926s]
[INFO] org.eclipse.gef4.mvc.doc .......................... SUCCESS [7:03.060s]
[INFO] org.eclipse.gef4.mvc.doc .......................... SUCCESS [2.197s]
[INFO] org.eclipse.gef4.mvc.sdk .......................... SUCCESS [1.882s]
[INFO] org.eclipse.gef4.mvc.fx.example ................... SUCCESS [4.329s]
[INFO] org.eclipse.gef4.mvc.fx.ui.example ................ SUCCESS [3.974s]
[INFO] org.eclipse.gef4.mvc.fx.example.web ............... SUCCESS [14.108s]
[INFO] org.eclipse.gef4.mvc.examples ..................... SUCCESS [3.819s]
[INFO] org.eclipse.gef4.cloudio .......................... SUCCESS [4.708s]
[INFO] org.eclipse.gef4.cloudio .......................... SUCCESS [3.404s]
[INFO] org.eclipse.gef4.cloudio.tests .................... SUCCESS [11.195s]
[INFO] org.eclipse.gef4.cloudio.doc ...................... SUCCESS [3:46.934s]
[INFO] org.eclipse.gef4.cloudio.doc ...................... SUCCESS [1.739s]
[INFO] org.eclipse.gef4.cloudio.sdk ...................... SUCCESS [2.071s]
[INFO] org.eclipse.gef4.graph ............................ SUCCESS [4.394s]
[INFO] org.eclipse.gef4.graph ............................ SUCCESS [3.644s]
[INFO] org.eclipse.gef4.graph.doc ........................ SUCCESS [3:14.389s]
[INFO] org.eclipse.gef4.graph.doc ........................ SUCCESS [1.804s]
[INFO] org.eclipse.gef4.graph.sdk ........................ SUCCESS [1.755s]
[INFO] org.eclipse.gef4.layout ........................... SUCCESS [4.773s]
[INFO] org.eclipse.gef4.dot .............................. SUCCESS [44.769s]
[INFO] org.eclipse.gef4.layout ........................... SUCCESS [4.350s]
[INFO] org.eclipse.gef4.dot .............................. SUCCESS [3.829s]
[INFO] org.eclipse.gef4.dot.ui ........................... SUCCESS [5.002s]
[INFO] org.eclipse.gef4.dot.ui ........................... SUCCESS [4.104s]
[INFO] org.eclipse.gef4.dot.doc .......................... SUCCESS [3:45.604s]
[INFO] org.eclipse.gef4.dot.doc .......................... SUCCESS [2.296s]
[INFO] org.eclipse.gef4.dot.tests ........................ SUCCESS [13.042s]
[INFO] org.eclipse.gef4.dot.sdk .......................... SUCCESS [2.439s]
[INFO] org.eclipse.gef4.layout.doc ....................... SUCCESS [3:46.487s]
[INFO] org.eclipse.gef4.layout.doc ....................... SUCCESS [1.879s]
[INFO] org.eclipse.gef4.layout.sdk ....................... SUCCESS [2.218s]
[INFO] org.eclipse.gef4.zest.core ........................ SUCCESS [5.513s]
[INFO] org.eclipse.gef4.zest.jface ....................... SUCCESS [4.876s]
[INFO] org.eclipse.gef4.zest.ui .......................... SUCCESS [5.059s]
[INFO] org.eclipse.gef4.zest.tests ....................... SUCCESS [23.682s]
[INFO] org.eclipse.gef4.zest.fx .......................... SUCCESS [4.496s]
[INFO] org.eclipse.gef4.zest.fx .......................... SUCCESS [4.205s]
[INFO] org.eclipse.gef4.zest.fx.tests .................... SUCCESS [8.505s]
[INFO] org.eclipse.gef4.zest.fx.ui ....................... SUCCESS [4.532s]
[INFO] org.eclipse.gef4.zest.fx.ui ....................... SUCCESS [4.404s]
[INFO] org.eclipse.gef4.zest.doc ......................... SUCCESS [3:46.662s]
[INFO] org.eclipse.gef4.zest.doc ......................... SUCCESS [1.882s]
[INFO] org.eclipse.gef4.zest.sdk ......................... SUCCESS [2.351s]
[INFO] org.eclipse.gef4.zest.fx.example .................. SUCCESS [3.674s]
[INFO] org.eclipse.gef4.zest.fx.ui.example ............... SUCCESS [4.193s]
[INFO] org.eclipse.gef4.zest.examples .................... SUCCESS [3.392s]
[INFO] org.eclipse.gef4.repository ....................... SUCCESS [7.283s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53:49.402s
[INFO] Finished at: Mon Aug 18 12:50:23 EDT 2014
[INFO] Final Memory: 95M/331M
[INFO] ------------------------------------------------------------------------
[DEBUG] Closing connection to remote
[DEBUG] Waiting for process to finish
[DEBUG] Result: 0
[workspace] $ /bin/sh -xe /tmp/hudson2022141775123375982.sh
+ '[' -d update-site ']'
+ rm -fr update-site
+ mkdir update-site
+ cp -R org.eclipse.gef4.repository/target/repository/artifacts.jar org.eclipse.gef4.repository/target/repository/content.jar org.eclipse.gef4.repository/target/repository/features org.eclipse.gef4.repository/target/repository/plugins update-site/
+ '[' -d org.eclipse.gef4.mvc.fx.example.web-files ']'
+ rm -fr org.eclipse.gef4.mvc.fx.example.web-files
+ mkdir org.eclipse.gef4.mvc.fx.example.web-files
+ cp -R org.eclipse.gef4.mvc.fx.example.web/target/web-files/com.google.inject.assistedinject_3.0.0.v201402270930.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/com.google.inject.assistedinject_3.0.0.v201402270930_resigned.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/com.google.inject.multibindings_3.0.0.v201402270930.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/com.google.inject.multibindings_3.0.0.v201402270930_resigned.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/com.google.inject_3.0.0.v201312141243.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/com.google.inject_3.0.0.v201312141243_resigned.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/index.html org.eclipse.gef4.mvc.fx.example.web/target/web-files/javax.inject_1.0.0.v20091030.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/javax.inject_1.0.0.v20091030_resigned.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/javax.xml_1.3.4.v201005080400.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/javax.xml_1.3.4.v201005080400_resigned.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.core.commands_3.6.100.v20140528-1422.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.core.contenttype_3.4.200.v20140207-1251.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.core.jobs_3.6.0.v20140424-0053.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.core.runtime_3.10.0.v20140318-2214.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.equinox.app_1.3.200.v20130910-1609.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.equinox.common_3.6.200.v20130402-1505.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.equinox.preferences_3.5.200.v20140224-1527.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.equinox.registry_3.5.400.v20140428-1507.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.fx.javafx_2.2.0.201408150502.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.common_0.1.0.201408181558.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.fx_0.1.0.201408181558.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.geometry.convert.fx_0.1.0.201408181558.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.geometry_0.1.0.201408181558.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.mvc.fx.example.web.jnlp org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.mvc.fx.example_0.1.0.201408181558.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.mvc.fx_0.1.0.201408181558.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.mvc_0.1.0.201408181558.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.osgi_3.10.0.v20140606-1445.jar org.eclipse.gef4.mvc.fx.example.web-files/
Terminating xvnc.
Archiving artifacts
Recording test results
[DEBUG] Skipping watched dependency update; build not configured with trigger: gef4-master #1786
Finished: SUCCESS