Skip to content
Success

Console Output

Skipping 5,993 KB.. Full Log
	assertTrue((Boolean) alphaNode.getAttrs().get("node"));
	                     ^^^^^^^^^^^^^^^^^^^^
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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[445] 
	assertFalse(alphaNode.getAttrs().containsKey("edge"));
	            ^^^^^^^^^^^^^^^^^^^^
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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[451] 
	Map<Object, org.eclipse.gef4.graph.Node> contentNodeMap = viewer
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[451] 
	Map<Object, org.eclipse.gef4.graph.Node> contentNodeMap = viewer
				.getContentNodeMap();
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getContentNodeMap() from the type ZestContentViewer 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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[453] 
	org.eclipse.gef4.graph.Node firstNode = contentNodeMap
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[455] 
	Graph rootGraph = firstNode.getGraph();
	^^^^^
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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[455] 
	Graph rootGraph = firstNode.getGraph();
	                  ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getGraph() 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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[456] 
	assertTrue(rootGraph.getAttrs().containsKey("root"));
	           ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getAttrs() from 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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[457] 
	assertTrue((Boolean) rootGraph.getAttrs().get("root"));
	                     ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getAttrs() from 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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[459] 
	assertFalse(rootGraph.getAttrs().containsKey("nested"));
	            ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getAttrs() from 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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[505] 
	FXViewer fxViewer = viewer.getFXViewer();
	^^^^^^^^
Discouraged access: 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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[505] 
	FXViewer fxViewer = viewer.getFXViewer();
	                    ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getFXViewer() from the type ZestContentViewer 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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[506] 
	org.eclipse.gef4.graph.Node firstNode = viewer.getContentNodeMap().get(
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[506] 
	org.eclipse.gef4.graph.Node firstNode = viewer.getContentNodeMap().get(
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getContentNodeMap() from the type ZestContentViewer 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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[511] 
	IContentPart<Node, ? extends Node> firstPart = fxViewer
	^^^^^^^^^^^^
Discouraged access: The type IContentPart<Node,? extends 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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[511] 
	IContentPart<Node, ? extends Node> firstPart = fxViewer
	             ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[511] 
	IContentPart<Node, ? extends Node> firstPart = fxViewer
	                             ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[511] 
	IContentPart<Node, ? extends Node> firstPart = fxViewer
				.getContentPartMap().get(firstNode);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getContentPartMap() 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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[513] 
	fxViewer.<SelectionModel<Node>> getAdapter(SelectionModel.class)
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getAdapter(Class<? super SelectionModel<Node>>) 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.tests/src/org/eclipse/gef4/zest/fx/tests/ZestContentViewerTests.java:[513] 
	fxViewer.<SelectionModel<Node>> getAdapter(SelectionModel.class)
				.select(Collections.singletonList(firstPart));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method select(List<? extends IContentPart<Node,? extends Node>>) from the type SelectionModel<Node> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
100 problems (100 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.fx.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.fx.ui.tests ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.tests/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.tests/target/org.eclipse.gef4.zest.fx.ui.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.ui.tests ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.tests/target/org.eclipse.gef4.zest.fx.ui.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.ui.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.fx.ui.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.fx.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:0.19.0:test (default-test) @ org.eclipse.gef4.zest.fx.ui.tests ---
[INFO] Expected eclipse log file: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.tests/target/work/data/.metadata/.log
[INFO] Command line:
	/bin/sh -c cd /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.tests && /opt/public/common/jdk1.8.0_40.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.ui.tests/target/work/data -install /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.tests/target/work -configuration /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.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
Xlib:  extension "RANDR" missing on display ":100.0".
ES2 Prism: Error - reported GLX version = 1.2
    GLX version 1.3 or higher is required
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.856 sec

Results :

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

04/05/2015 15:03:12 Xvnc version X.org/xf4vnc custom version
04/05/2015 15:03:12 Copyright (C) 2001-2004 Alan Hourihane.
04/05/2015 15:03:12 Copyright (C) 2000-2004 Constantin Kaplinsky
04/05/2015 15:03:12 Copyright (C) 1999 AT&T Laboratories Cambridge
04/05/2015 15:03:12 All Rights Reserved.
04/05/2015 15:03:12 See http://www.tightvnc.com/ for information on TightVNC
04/05/2015 15:03:12 See http://xf4vnc.sf.net for xf4vnc-specific information
04/05/2015 15:03:12 Desktop name 'x11' (hudson:100)
04/05/2015 15:03:12 Protocol versions supported: 3.7, 3.3
04/05/2015 15:03:12 RGB format 8 8 8
[INFO] All tests passed!
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.fx.ui.tests ---
[WARNING] Parameter tasks is deprecated, use target instead
04/05/2015 15:03:12 Listening for VNC connections on TCP port 6000
[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!
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.fx.ui.tests ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.tests/target/org.eclipse.gef4.zest.fx.ui.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.fx.ui.tests ---
[INFO] Signed org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.ui.tests:eclipse-test-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.ui.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.ui.tests ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.tests/target/org.eclipse.gef4.zest.fx.ui.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.fx.ui.tests ---
[WARNING] Artifact org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.ui.tests:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.ui.tests: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/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.examples ---
[INFO] The project's OSGi version is 0.1.0.201505041809
[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-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gef4.zest.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/main/resources
[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:
     [echo] Creating backup of about.mappings.
     [copy] Copying 1 file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples
     [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.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ org.eclipse.gef4.zest.examples ---
[INFO] Compiling 1 source file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[17] 
	import javafx.application.Application;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type Application is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[18] 
	import javafx.application.Platform;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type Platform is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[19] 
	import javafx.stage.Stage;
	       ^^^^^^^^^^^^^^^^^^
Access restriction: The type Stage is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[21] 
	import org.eclipse.gef4.fx.nodes.ScrollPaneEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ScrollPaneEx is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[22] 
	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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[23] 
	import org.eclipse.gef4.graph.Edge.Builder;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[24] 
	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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[25] 
	import 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[26] 
	import org.eclipse.gef4.mvc.fx.domain.FXDomain;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXDomain 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[27] 
	import org.eclipse.gef4.mvc.fx.viewer.FXStageSceneContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXStageSceneContainer 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[28] 
	import org.eclipse.gef4.mvc.fx.viewer.FXViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[29] 
	import org.eclipse.gef4.mvc.models.ContentModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ContentModel 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[30] 
	import org.eclipse.gef4.mvc.viewer.IViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IViewer<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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[31] 
	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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[32] 
	import org.eclipse.gef4.zest.fx.ZestProperties;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[38] 
	public abstract class AbstractZestExample extends Application {
	                                                  ^^^^^^^^^^^
Access restriction: The type Application is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[41] 
	protected static final String ID = ZestProperties.ELEMENT_CSS_ID;
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[41] 
	protected static final String ID = ZestProperties.ELEMENT_CSS_ID;
	                                                  ^^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_CSS_ID from the type ZestProperties 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[42] 
	protected static final String LABEL = ZestProperties.ELEMENT_LABEL;
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[42] 
	protected static final String LABEL = ZestProperties.ELEMENT_LABEL;
	                                                     ^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_LABEL from the type ZestProperties 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[43] 
	protected static final String CSS_CLASS = ZestProperties.ELEMENT_CSS_CLASS;
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[43] 
	protected static final String CSS_CLASS = ZestProperties.ELEMENT_CSS_CLASS;
	                                                         ^^^^^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_CSS_CLASS from the type ZestProperties 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[44] 
	protected static final String LAYOUT_IRRELEVANT = ZestProperties.ELEMENT_LAYOUT_IRRELEVANT;
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[44] 
	protected static final String LAYOUT_IRRELEVANT = ZestProperties.ELEMENT_LAYOUT_IRRELEVANT;
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_LAYOUT_IRRELEVANT from the type ZestProperties 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[50] 
	protected 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[50] 
	protected 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[51] 
	org.eclipse.gef4.graph.Node m, Object... attr) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[52] 
	String label = (String) n.getAttrs().get(LABEL)
	                        ^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[53] 
	+ (String) m.getAttrs().get(LABEL);
	           ^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[54] 
	Builder builder = new Edge.Builder(n, m).attr(LABEL, label).attr(ID,
	^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[54] 
	Builder builder = new Edge.Builder(n, m).attr(LABEL, label).attr(ID,
	                  ^^^^^^^^^^^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[54] 
	Builder builder = new Edge.Builder(n, m).attr(LABEL, label).attr(ID,
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(String, 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[54] 
	Builder builder = new Edge.Builder(n, m).attr(LABEL, label).attr(ID,
				genId());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(String, 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[54] 
	Builder builder = new Edge.Builder(n, m).attr(LABEL, label).attr(ID,
	                      ^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[54] 
	Builder builder = new Edge.Builder(n, m).attr(LABEL, label).attr(ID,
	                      ^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[57] 
	builder.attr(attr[i].toString(), attr[i + 1]);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(String, 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[59] 
	return builder.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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[62] 
	protected static Edge e(Graph graph, 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[62] 
	protected static Edge e(Graph graph, org.eclipse.gef4.graph.Node n,
	                        ^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[62] 
	protected static Edge e(Graph graph, 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[63] 
	org.eclipse.gef4.graph.Node m, Object... attr) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[64] 
	Edge edge = e(n, m, attr);
	^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[65] 
	edge.setGraph(graph);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setGraph(Graph) 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[66] 
	graph.getEdges().add(edge);
	^^^^^^^^^^^^^^^^
Discouraged access: The method getEdges() from 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[70] 
	protected static org.eclipse.gef4.graph.Node n(Object... attr) {
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[71] 
	org.eclipse.gef4.graph.Node.Builder builder = new org.eclipse.gef4.graph.Node.Builder();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[71] 
	org.eclipse.gef4.graph.Node.Builder builder = new org.eclipse.gef4.graph.Node.Builder();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[71] 
	org.eclipse.gef4.graph.Node.Builder builder = new org.eclipse.gef4.graph.Node.Builder();
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[71] 
	org.eclipse.gef4.graph.Node.Builder builder = new org.eclipse.gef4.graph.Node.Builder();
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[71] 
	org.eclipse.gef4.graph.Node.Builder builder = new org.eclipse.gef4.graph.Node.Builder();
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[73] 
	builder.attr(ID, id).attr(LABEL, id);
	^^^^^^^^^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[73] 
	builder.attr(ID, id).attr(LABEL, id);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[75] 
	builder.attr(attr[i].toString(), attr[i + 1]);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[77] 
	return builder.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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[80] 
	protected static org.eclipse.gef4.graph.Node n(Graph graph, Object... attr) {
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[80] 
	protected static org.eclipse.gef4.graph.Node n(Graph graph, Object... attr) {
	                                               ^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[81] 
	Node node = n(attr);
	^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[82] 
	node.setGraph(graph);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setGraph(Graph) 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[83] 
	graph.getNodes().add(node);
	^^^^^^^^^^^^^^^^
Discouraged access: The method getNodes() from 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[88] 
	protected FXDomain domain;
	          ^^^^^^^^
Discouraged access: The type FXDomain 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[89] 
	protected FXViewer viewer;
	          ^^^^^^^^
Discouraged access: 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[90] 
	protected 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[96] 
	protected abstract Graph createGraph();
	                   ^^^^^
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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[99] 
	public void start(final Stage primaryStage) throws Exception {
	                        ^^^^^
Access restriction: The type Stage is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[102] 
	domain = injector.getInstance(FXDomain.class);
	                              ^^^^^^^^
Discouraged access: The type FXDomain 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[103] 
	viewer = domain.getAdapter(IViewer.class);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getAdapter(Class<? super FXViewer>) from the type AbstractDomain<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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[103] 
	viewer = domain.getAdapter(IViewer.class);
	                           ^^^^^^^
Discouraged access: The type IViewer<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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[104] 
	viewer.setSceneContainer(new FXStageSceneContainer(primaryStage));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setSceneContainer(ISceneContainer) 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[104] 
	viewer.setSceneContainer(new FXStageSceneContainer(primaryStage));
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor FXStageSceneContainer(Stage) 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[104] 
	viewer.setSceneContainer(new FXStageSceneContainer(primaryStage));
	                             ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXStageSceneContainer 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[106] 
	primaryStage.setResizable(true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method setResizable(boolean) from the type Stage is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[107] 
	primaryStage.setWidth(getStageWidth());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method setWidth(double) from the type Window is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[108] 
	primaryStage.setHeight(getStageHeight());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method setHeight(double) from the type Window is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[111] 
	domain.activate();
	^^^^^^^^^^^^^^^^^
Discouraged access: The method activate() from the type AbstractDomain<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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[115] 
	Platform.runLater(new Runnable() {
	^^^^^^^^
Access restriction: The type Platform is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[115] 
	Platform.runLater(new Runnable() {
			@Override
			public void run() {
				graph = createGraph();
				viewer.getAdapter(ContentModel.class).setContents(
						Collections.singletonList(graph));
			}
		});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method runLater(Runnable) from the type Platform is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[119] 
	viewer.getAdapter(ContentModel.class).setContents(
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getAdapter(Class<? super ContentModel>) 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[119] 
	viewer.getAdapter(ContentModel.class).setContents(
						Collections.singletonList(graph));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setContents(List<? extends Object>) from the type ContentModel 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[119] 
	viewer.getAdapter(ContentModel.class).setContents(
	                  ^^^^^^^^^^^^
Discouraged access: The type ContentModel 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[124] 
	customizeUi(viewer.getScrollPane());
	            ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getScrollPane() 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[126] 
	primaryStage.setTitle(title);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method setTitle(String) from the type Stage is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[127] 
	primaryStage.sizeToScene();
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method sizeToScene() from the type Window is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[128] 
	primaryStage.show();
	^^^^^^^^^^^^^^^^^^^
Access restriction: The method show() from the type Stage is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[139] 
	protected void customizeUi(ScrollPaneEx scrollPane) {
	                           ^^^^^^^^^^^^
Discouraged access: The type ScrollPaneEx is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[143] 
	return 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.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[143] 
	return 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
86 problems (86 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.examples ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/org.eclipse.gef4.zest.examples-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.examples ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/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-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.examples ---
[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:
     [echo] Replacing back modified about.mappings with backup.
     [copy] Copying 1 file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples
   [delete] Deleting: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/about.mappings.backup
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.examples ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/org.eclipse.gef4.zest.examples-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.examples ---
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples:eclipse-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples: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.examples ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/org.eclipse.gef4.zest.examples-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.examples ---
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.examples.graph 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] The project's OSGi version is 0.1.0.201505041809
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/main/resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.examples.graph ---
[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.graph ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Compiling 3 source files to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[20] 
	import javafx.application.Application;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type Application is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[22] 
	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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[23] 
	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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[24] 
	import org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type SpringLayoutAlgorithm 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[25] 
	import org.eclipse.gef4.zest.examples.AbstractZestExample;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[26] 
	import org.eclipse.gef4.zest.fx.ZestProperties;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[30] 
	public class ZestGraphExample extends AbstractZestExample {
	                                      ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[32] 
	private static Graph buildAC(String id) {
	               ^^^^^
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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[34] 
	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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[34] 
	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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[36] 
	n(ZestProperties.ELEMENT_LABEL, "A",
						ZestProperties.NODE_TOOLTIP, "Alpha",
						ZestProperties.ELEMENT_CSS_ID, id + "A"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[36] 
	n(ZestProperties.ELEMENT_LABEL, "A",
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[36] 
	n(ZestProperties.ELEMENT_LABEL, "A",
	                 ^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_LABEL from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[37] 
	ZestProperties.NODE_TOOLTIP, "Alpha",
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[37] 
	ZestProperties.NODE_TOOLTIP, "Alpha",
	               ^^^^^^^^^^^^
Discouraged access: The field NODE_TOOLTIP from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[38] 
	ZestProperties.ELEMENT_CSS_ID, id + "A"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[38] 
	ZestProperties.ELEMENT_CSS_ID, id + "A"),
	               ^^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_CSS_ID from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[39] 
	n(ZestProperties.ELEMENT_LABEL, "B",
						ZestProperties.NODE_TOOLTIP, "Beta",
						ZestProperties.ELEMENT_CSS_ID, id + "B"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[39] 
	n(ZestProperties.ELEMENT_LABEL, "B",
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[39] 
	n(ZestProperties.ELEMENT_LABEL, "B",
	                 ^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_LABEL from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[40] 
	ZestProperties.NODE_TOOLTIP, "Beta",
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[40] 
	ZestProperties.NODE_TOOLTIP, "Beta",
	               ^^^^^^^^^^^^
Discouraged access: The field NODE_TOOLTIP from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[41] 
	ZestProperties.ELEMENT_CSS_ID, id + "B"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[41] 
	ZestProperties.ELEMENT_CSS_ID, id + "B"),
	               ^^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_CSS_ID from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[42] 
	n(ZestProperties.ELEMENT_LABEL, "C",
						ZestProperties.NODE_TOOLTIP, "Gamma",
						ZestProperties.ELEMENT_CSS_ID, id + "C")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[42] 
	n(ZestProperties.ELEMENT_LABEL, "C",
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[42] 
	n(ZestProperties.ELEMENT_LABEL, "C",
	                 ^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_LABEL from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[43] 
	ZestProperties.NODE_TOOLTIP, "Gamma",
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[43] 
	ZestProperties.NODE_TOOLTIP, "Gamma",
	               ^^^^^^^^^^^^
Discouraged access: The field NODE_TOOLTIP from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[44] 
	ZestProperties.ELEMENT_CSS_ID, id + "C")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[44] 
	ZestProperties.ELEMENT_CSS_ID, id + "C")));
	               ^^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_CSS_ID from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[47] 
	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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[47] 
	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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[48] 
	edges.addAll(Arrays.asList(e(nodes.get(0), nodes.get(1)),
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[49] 
	e(nodes.get(1), nodes.get(2)), e(nodes.get(2), nodes.get(0))));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[49] 
	e(nodes.get(1), nodes.get(2)), e(nodes.get(2), nodes.get(0))));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[53] 
	attrs.put(ZestProperties.GRAPH_TYPE, ZestProperties.GRAPH_TYPE_DIRECTED);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[53] 
	attrs.put(ZestProperties.GRAPH_TYPE, ZestProperties.GRAPH_TYPE_DIRECTED);
	                         ^^^^^^^^^^
Discouraged access: The field GRAPH_TYPE from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[53] 
	attrs.put(ZestProperties.GRAPH_TYPE, ZestProperties.GRAPH_TYPE_DIRECTED);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[53] 
	attrs.put(ZestProperties.GRAPH_TYPE, ZestProperties.GRAPH_TYPE_DIRECTED);
	                                                    ^^^^^^^^^^^^^^^^^^^
Discouraged access: The field GRAPH_TYPE_DIRECTED from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[54] 
	attrs.put(ZestProperties.GRAPH_LAYOUT, new SpringLayoutAlgorithm());
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[54] 
	attrs.put(ZestProperties.GRAPH_LAYOUT, new SpringLayoutAlgorithm());
	                         ^^^^^^^^^^^^
Discouraged access: The field GRAPH_LAYOUT from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[54] 
	attrs.put(ZestProperties.GRAPH_LAYOUT, new SpringLayoutAlgorithm());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor SpringLayoutAlgorithm() 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[54] 
	attrs.put(ZestProperties.GRAPH_LAYOUT, new SpringLayoutAlgorithm());
	                                           ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type SpringLayoutAlgorithm 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[58] 
	private static Graph buildAE(String id) {
	               ^^^^^
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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[60] 
	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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[60] 
	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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[62] 
	n(ZestProperties.ELEMENT_LABEL, "A",
						ZestProperties.NODE_TOOLTIP, "Alpha",
						ZestProperties.ELEMENT_CSS_ID, id + "A"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[62] 
	n(ZestProperties.ELEMENT_LABEL, "A",
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[62] 
	n(ZestProperties.ELEMENT_LABEL, "A",
	                 ^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_LABEL from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[63] 
	ZestProperties.NODE_TOOLTIP, "Alpha",
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[63] 
	ZestProperties.NODE_TOOLTIP, "Alpha",
	               ^^^^^^^^^^^^
Discouraged access: The field NODE_TOOLTIP from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[64] 
	ZestProperties.ELEMENT_CSS_ID, id + "A"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[64] 
	ZestProperties.ELEMENT_CSS_ID, id + "A"),
	               ^^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_CSS_ID from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[65] 
	n(ZestProperties.ELEMENT_LABEL, "B",
						ZestProperties.NODE_TOOLTIP, "Beta",
						ZestProperties.ELEMENT_CSS_ID, id + "B"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[65] 
	n(ZestProperties.ELEMENT_LABEL, "B",
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[65] 
	n(ZestProperties.ELEMENT_LABEL, "B",
	                 ^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_LABEL from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[66] 
	ZestProperties.NODE_TOOLTIP, "Beta",
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[66] 
	ZestProperties.NODE_TOOLTIP, "Beta",
	               ^^^^^^^^^^^^
Discouraged access: The field NODE_TOOLTIP from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[67] 
	ZestProperties.ELEMENT_CSS_ID, id + "B"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[67] 
	ZestProperties.ELEMENT_CSS_ID, id + "B"),
	               ^^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_CSS_ID from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[68] 
	n(ZestProperties.ELEMENT_LABEL, "C",
						ZestProperties.NODE_TOOLTIP, "Gamma",
						ZestProperties.ELEMENT_CSS_ID, id + "C"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[68] 
	n(ZestProperties.ELEMENT_LABEL, "C",
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[68] 
	n(ZestProperties.ELEMENT_LABEL, "C",
	                 ^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_LABEL from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[69] 
	ZestProperties.NODE_TOOLTIP, "Gamma",
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[69] 
	ZestProperties.NODE_TOOLTIP, "Gamma",
	               ^^^^^^^^^^^^
Discouraged access: The field NODE_TOOLTIP from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[70] 
	ZestProperties.ELEMENT_CSS_ID, id + "C"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[70] 
	ZestProperties.ELEMENT_CSS_ID, id + "C"),
	               ^^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_CSS_ID from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[71] 
	n(ZestProperties.ELEMENT_LABEL, "D",
						ZestProperties.NODE_TOOLTIP, "Delta",
						ZestProperties.ELEMENT_CSS_ID, id + "D"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[71] 
	n(ZestProperties.ELEMENT_LABEL, "D",
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[71] 
	n(ZestProperties.ELEMENT_LABEL, "D",
	                 ^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_LABEL from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[72] 
	ZestProperties.NODE_TOOLTIP, "Delta",
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[72] 
	ZestProperties.NODE_TOOLTIP, "Delta",
	               ^^^^^^^^^^^^
Discouraged access: The field NODE_TOOLTIP from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[73] 
	ZestProperties.ELEMENT_CSS_ID, id + "D"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[73] 
	ZestProperties.ELEMENT_CSS_ID, id + "D"),
	               ^^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_CSS_ID from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[74] 
	n(ZestProperties.ELEMENT_LABEL, "E",
						ZestProperties.NODE_TOOLTIP, "Epsilon",
						ZestProperties.ELEMENT_CSS_ID, id + "E")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[74] 
	n(ZestProperties.ELEMENT_LABEL, "E",
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[74] 
	n(ZestProperties.ELEMENT_LABEL, "E",
	                 ^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_LABEL from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[75] 
	ZestProperties.NODE_TOOLTIP, "Epsilon",
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[75] 
	ZestProperties.NODE_TOOLTIP, "Epsilon",
	               ^^^^^^^^^^^^
Discouraged access: The field NODE_TOOLTIP from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[76] 
	ZestProperties.ELEMENT_CSS_ID, id + "E")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[76] 
	ZestProperties.ELEMENT_CSS_ID, id + "E")));
	               ^^^^^^^^^^^^^^
Discouraged access: The field ELEMENT_CSS_ID from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[79] 
	nodes.get(4).setNestedGraph(buildAC("c"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setNestedGraph(Graph) 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[82] 
	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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[82] 
	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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[83] 
	edges.addAll(Arrays.asList(e(nodes.get(0), nodes.get(1)),
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[84] 
	e(nodes.get(1), nodes.get(2)), e(nodes.get(2), nodes.get(3)),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[84] 
	e(nodes.get(1), nodes.get(2)), e(nodes.get(2), nodes.get(3)),
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[85] 
	e(nodes.get(3), nodes.get(4)), e(nodes.get(4), nodes.get(0))));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[85] 
	e(nodes.get(3), nodes.get(4)), e(nodes.get(4), nodes.get(0))));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[89] 
	attrs.put(ZestProperties.GRAPH_TYPE, ZestProperties.GRAPH_TYPE_DIRECTED);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[89] 
	attrs.put(ZestProperties.GRAPH_TYPE, ZestProperties.GRAPH_TYPE_DIRECTED);
	                         ^^^^^^^^^^
Discouraged access: The field GRAPH_TYPE from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[89] 
	attrs.put(ZestProperties.GRAPH_TYPE, ZestProperties.GRAPH_TYPE_DIRECTED);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[89] 
	attrs.put(ZestProperties.GRAPH_TYPE, ZestProperties.GRAPH_TYPE_DIRECTED);
	                                                    ^^^^^^^^^^^^^^^^^^^
Discouraged access: The field GRAPH_TYPE_DIRECTED from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[90] 
	attrs.put(ZestProperties.GRAPH_LAYOUT, new SpringLayoutAlgorithm());
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[90] 
	attrs.put(ZestProperties.GRAPH_LAYOUT, new SpringLayoutAlgorithm());
	                         ^^^^^^^^^^^^
Discouraged access: The field GRAPH_LAYOUT from the type ZestProperties 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[90] 
	attrs.put(ZestProperties.GRAPH_LAYOUT, new SpringLayoutAlgorithm());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor SpringLayoutAlgorithm() 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[90] 
	attrs.put(ZestProperties.GRAPH_LAYOUT, new SpringLayoutAlgorithm());
	                                           ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type SpringLayoutAlgorithm 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.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_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[17] 
	import org.eclipse.gef4.mvc.fx.parts.FXDefaultFeedbackPartFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXDefaultFeedbackPartFactory 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[18] 
	import org.eclipse.gef4.mvc.parts.IFeedbackPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IFeedbackPart<VR,V> 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[19] 
	import org.eclipse.gef4.mvc.parts.IVisualPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IVisualPart<VR,V> 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[21] 
	public class ZestGraphExampleFeedbackPartFactory extends FXDefaultFeedbackPartFactory {
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXDefaultFeedbackPartFactory 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[24] 
	protected IFeedbackPart<Node, ? extends Node> createLinkFeedbackPart(IVisualPart<Node, ? extends Node> anchored,
	                        ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[24] 
	protected IFeedbackPart<Node, ? extends Node> createLinkFeedbackPart(IVisualPart<Node, ? extends Node> anchored,
	                                        ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[24] 
	protected IFeedbackPart<Node, ? extends Node> createLinkFeedbackPart(IVisualPart<Node, ? extends Node> anchored,
	                                                                                 ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[24] 
	protected IFeedbackPart<Node, ? extends Node> createLinkFeedbackPart(IVisualPart<Node, ? extends Node> anchored,
	                                                                                                 ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[25] 
	IVisualPart<Node, ? extends Node> anchorage, String anchorageRole) {
	            ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[25] 
	IVisualPart<Node, ? extends Node> anchorage, String anchorageRole) {
	                            ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExampleModule.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_75.x64/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExampleModule.java:[17] 
	import org.eclipse.gef4.mvc.parts.IFeedbackPartFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IFeedbackPartFactory<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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExampleModule.java:[19] 
	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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExampleModule.java:[23] 
	public class ZestGraphExampleModule 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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExampleModule.java:[27] 
	binder().bind(new TypeLiteral<IFeedbackPartFactory<Node>>() {
	                              ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IFeedbackPartFactory<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.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExampleModule.java:[27] 
	binder().bind(new TypeLiteral<IFeedbackPartFactory<Node>>() {
	                                                   ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_75.x64/jre/lib/jfxrt.jar
117 problems (117 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.examples.graph ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/org.eclipse.gef4.zest.examples.graph-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/org.eclipse.gef4.zest.examples.graph-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.graph ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.examples.graph ---
[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.graph ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/org.eclipse.gef4.zest.examples.graph-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph:eclipse-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph: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.examples.graph ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/org.eclipse.gef4.zest.examples.graph-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.examples.graph ---
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.examples.graph.ui 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] The project's OSGi version is 0.1.0.201505041809
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/main/resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.examples.graph.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.examples.graph.ui ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Compiling 2 source files to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/ZestGraphExampleUiModule.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.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/ZestGraphExampleUiModule.java:[5] 
	public class ZestGraphExampleUiModule 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.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[15] 
	import org.eclipse.gef4.zest.examples.graph.ZestGraphExample;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestGraphExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[16] 
	import org.eclipse.gef4.zest.examples.graph.ZestGraphExampleModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestGraphExampleModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[18] 
	import org.eclipse.gef4.zest.fx.ui.parts.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.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[23] 
	public class ZestGraphExampleView 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.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[26] 
	super(Guice.createInjector(Modules.override(new ZestGraphExampleModule()).with(new ZestGraphExampleUiModule())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[26] 
	super(Guice.createInjector(Modules.override(new ZestGraphExampleModule()).with(new ZestGraphExampleUiModule())));
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor ZestGraphExampleModule() is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[26] 
	super(Guice.createInjector(Modules.override(new ZestGraphExampleModule()).with(new ZestGraphExampleUiModule())));
	                                                ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestGraphExampleModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[27] 
	setGraph(ZestGraphExample.createDefaultGraph());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[27] 
	setGraph(ZestGraphExample.createDefaultGraph());
	         ^^^^^^^^^^^^^^^^
Discouraged access: The type ZestGraphExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[27] 
	setGraph(ZestGraphExample.createDefaultGraph());
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method createDefaultGraph() from the type ZestGraphExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/classes
12 problems (12 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.examples.graph.ui ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/target/org.eclipse.gef4.zest.examples.graph.ui-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/target/org.eclipse.gef4.zest.examples.graph.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.examples.graph.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.examples.graph.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.examples.graph.ui ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/target/org.eclipse.gef4.zest.examples.graph.ui-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph.ui:eclipse-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph.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.examples.graph.ui ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/target/org.eclipse.gef4.zest.examples.graph.ui-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.examples.graph.ui ---
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph.ui:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph.ui: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.201505041809
[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 0 seconds.
[INFO] Signed org.eclipse.gef4.features:org.eclipse.gef4.zest.examples:eclipse-feature:sources-feature:0.1.0-SNAPSHOT in 0 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.zest.fx.compatibility.luna 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.compatibility.luna/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] The project's OSGi version is 0.1.0.201505041809
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.compatibility.luna/src/main/resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[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.compatibility.luna
     [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.compatibility.luna ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] No sources to compile
[WARNING] Source directory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.compatibility.luna/src does not exist
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.compatibility.luna/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.compatibility.luna/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.compatibility.luna/target/org.eclipse.gef4.zest.fx.compatibility.luna-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.compatibility.luna/target/org.eclipse.gef4.zest.fx.compatibility.luna-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.compatibility.luna ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[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.compatibility.luna
   [delete] Deleting: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.compatibility.luna/about.mappings.backup
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.compatibility.luna/target/org.eclipse.gef4.zest.fx.compatibility.luna-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] Signed org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.compatibility.luna:eclipse-plugin:0.1.0-SNAPSHOT in 0 seconds.
[INFO] Signed org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.compatibility.luna:java-source:sources:0.1.0-SNAPSHOT in 3 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.compatibility.luna/target/org.eclipse.gef4.zest.fx.compatibility.luna-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[WARNING] Artifact org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.compatibility.luna:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.compatibility.luna:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.fx.compatibility.luna 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.compatibility.luna-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] The project's OSGi version is 0.1.0.201505041809
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[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.compatibility.luna ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-feature (default-package-feature) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.compatibility.luna-feature/target/org.eclipse.gef4.zest.fx.compatibility.luna-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.compatibility.luna ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.compatibility.luna-feature/target/org.eclipse.gef4.zest.fx.compatibility.luna-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.compatibility.luna ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[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.compatibility.luna ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] Signed org.eclipse.gef4.features:org.eclipse.gef4.zest.fx.compatibility.luna:eclipse-feature:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.features:org.eclipse.gef4.zest.fx.compatibility.luna:eclipse-feature:sources-feature:0.1.0-SNAPSHOT in 0 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.fx.compatibility.luna ---
[WARNING] Artifact org.eclipse.gef4.features:org.eclipse.gef4.zest.fx.compatibility.luna:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.features:org.eclipse.gef4.zest.fx.compatibility.luna: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.201505041809
[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] --- repository-utils:0.19.0-SNAPSHOT:generate-repository-facade (generate-facade) @ 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] --- 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.187s]
[INFO] org.eclipse.gef4.target ........................... SUCCESS [0.378s]
[INFO] org.eclipse.gef4.common ........................... SUCCESS [5.530s]
[INFO] org.eclipse.gef4.common ........................... SUCCESS [2.613s]
[INFO] org.eclipse.gef4.common.tests ..................... SUCCESS [6.056s]
[INFO] org.eclipse.gef4.common.doc ....................... SUCCESS [6:27.831s]
[INFO] org.eclipse.gef4.common.doc ....................... SUCCESS [1.240s]
[INFO] org.eclipse.gef4.common.sdk ....................... SUCCESS [1.444s]
[INFO] org.eclipse.gef4.geometry ......................... SUCCESS [5.530s]
[INFO] org.eclipse.gef4.geometry ......................... SUCCESS [2.525s]
[INFO] org.eclipse.gef4.geometry.tests ................... SUCCESS [21.439s]
[INFO] org.eclipse.gef4.geometry.convert.swt ............. SUCCESS [2.649s]
[INFO] org.eclipse.gef4.geometry.convert.swt ............. SUCCESS [2.219s]
[INFO] org.eclipse.gef4.geometry.convert.swt.tests ....... SUCCESS [5.817s]
[INFO] org.eclipse.gef4.geometry.convert.fx .............. SUCCESS [11.754s]
[INFO] org.eclipse.gef4.geometry.convert.fx .............. SUCCESS [3.179s]
[INFO] org.eclipse.gef4.geometry.convert.fx.tests ........ SUCCESS [5.521s]
[INFO] org.eclipse.gef4.geometry.doc ..................... SUCCESS [7:08.010s]
[INFO] org.eclipse.gef4.geometry.doc ..................... SUCCESS [1.506s]
[INFO] org.eclipse.gef4.geometry.sdk ..................... SUCCESS [1.319s]
[INFO] org.eclipse.gef4.fx ............................... SUCCESS [12.075s]
[INFO] org.eclipse.gef4.fx ............................... SUCCESS [2.821s]
[INFO] org.eclipse.gef4.fx.tests ......................... SUCCESS [5.485s]
[INFO] org.eclipse.gef4.fx.ui ............................ SUCCESS [3.020s]
[INFO] org.eclipse.gef4.fx.ui ............................ SUCCESS [2.587s]
[INFO] org.eclipse.gef4.fx.doc ........................... SUCCESS [7:09.641s]
[INFO] org.eclipse.gef4.fx.doc ........................... SUCCESS [1.208s]
[INFO] org.eclipse.gef4.fx.sdk ........................... SUCCESS [1.949s]
[INFO] org.eclipse.gef4.fx.compatibility.luna ............ SUCCESS [2.523s]
[INFO] org.eclipse.gef4.fx.compatibility.luna ............ SUCCESS [3.211s]
[INFO] org.eclipse.gef4.mvc .............................. SUCCESS [3.746s]
[INFO] org.eclipse.gef4.mvc .............................. SUCCESS [2.572s]
[INFO] org.eclipse.gef4.mvc.tests ........................ SUCCESS [7.073s]
[INFO] org.eclipse.gef4.mvc.ui ........................... SUCCESS [2.974s]
[INFO] org.eclipse.gef4.mvc.ui ........................... SUCCESS [2.487s]
[INFO] org.eclipse.gef4.mvc.fx ........................... SUCCESS [4.622s]
[INFO] org.eclipse.gef4.mvc.fx ........................... SUCCESS [2.709s]
[INFO] org.eclipse.gef4.mvc.fx.tests ..................... SUCCESS [6.078s]
[INFO] org.eclipse.gef4.mvc.fx.ui ........................ SUCCESS [3.147s]
[INFO] org.eclipse.gef4.mvc.fx.ui ........................ SUCCESS [2.752s]
[INFO] org.eclipse.gef4.mvc.doc .......................... SUCCESS [7:06.160s]
[INFO] org.eclipse.gef4.mvc.doc .......................... SUCCESS [1.551s]
[INFO] org.eclipse.gef4.mvc.sdk .......................... SUCCESS [1.460s]
[INFO] org.eclipse.gef4.mvc.examples ..................... SUCCESS [2.674s]
[INFO] org.eclipse.gef4.mvc.examples.logo ................ SUCCESS [3.408s]
[INFO] org.eclipse.gef4.mvc.examples.logo.ui ............. SUCCESS [2.898s]
[INFO] org.eclipse.gef4.mvc.examples.logo.web ............ SUCCESS [8.860s]
[INFO] org.eclipse.gef4.mvc.examples ..................... SUCCESS [2.613s]
[INFO] org.eclipse.gef4.mvc.compatibility.luna ........... SUCCESS [2.342s]
[INFO] org.eclipse.gef4.mvc.compatibility.luna ........... SUCCESS [2.390s]
[INFO] org.eclipse.gef4.mvc.fx.compatibility.luna ........ SUCCESS [2.402s]
[INFO] org.eclipse.gef4.mvc.fx.compatibility.luna ........ SUCCESS [4.497s]
[INFO] org.eclipse.gef4.cloudio.ui ....................... SUCCESS [3.593s]
[INFO] org.eclipse.gef4.cloudio.ui ....................... SUCCESS [2.519s]
[INFO] org.eclipse.gef4.cloudio.tests .................... SUCCESS [9.814s]
[INFO] org.eclipse.gef4.cloudio.doc ...................... SUCCESS [3:50.133s]
[INFO] org.eclipse.gef4.cloudio.doc ...................... SUCCESS [1.194s]
[INFO] org.eclipse.gef4.cloudio.sdk ...................... SUCCESS [1.421s]
[INFO] org.eclipse.gef4.graph ............................ SUCCESS [2.922s]
[INFO] org.eclipse.gef4.graph ............................ SUCCESS [2.541s]
[INFO] org.eclipse.gef4.graph.doc ........................ SUCCESS [3:17.260s]
[INFO] org.eclipse.gef4.graph.doc ........................ SUCCESS [1.368s]
[INFO] org.eclipse.gef4.graph.sdk ........................ SUCCESS [1.216s]
[INFO] org.eclipse.gef4.layout ........................... SUCCESS [3.452s]
[INFO] org.eclipse.gef4.dot .............................. SUCCESS [36.968s]
[INFO] org.eclipse.gef4.layout ........................... SUCCESS [2.167s]
[INFO] org.eclipse.gef4.dot .............................. SUCCESS [2.490s]
[INFO] org.eclipse.gef4.zest.fx .......................... SUCCESS [3.591s]
[INFO] org.eclipse.gef4.zest.fx.ui ....................... SUCCESS [3.097s]
[INFO] org.eclipse.gef4.dot.ui ........................... SUCCESS [4.342s]
[INFO] org.eclipse.gef4.zest.fx .......................... SUCCESS [3.186s]
[INFO] org.eclipse.gef4.zest.fx.ui ....................... SUCCESS [2.646s]
[INFO] org.eclipse.gef4.dot.ui ........................... SUCCESS [2.408s]
[INFO] org.eclipse.gef4.layout.doc ....................... SUCCESS [3:48.302s]
[INFO] org.eclipse.gef4.zest.doc ......................... SUCCESS [3:50.247s]
[INFO] org.eclipse.gef4.dot.doc .......................... SUCCESS [3:47.419s]
[INFO] org.eclipse.gef4.layout.doc ....................... SUCCESS [1.389s]
[INFO] org.eclipse.gef4.zest.doc ......................... SUCCESS [1.179s]
[INFO] org.eclipse.gef4.dot.doc .......................... SUCCESS [1.465s]
[INFO] org.eclipse.gef4.dot.tests ........................ SUCCESS [11.185s]
[INFO] org.eclipse.gef4.layout.sdk ....................... SUCCESS [1.177s]
[INFO] org.eclipse.gef4.zest.sdk ......................... SUCCESS [1.240s]
[INFO] org.eclipse.gef4.dot.sdk .......................... SUCCESS [1.519s]
[INFO] org.eclipse.gef4.zest.fx.tests .................... SUCCESS [6.680s]
[INFO] org.eclipse.gef4.zest.fx.ui.tests ................. SUCCESS [11.340s]
[INFO] org.eclipse.gef4.zest.examples .................... SUCCESS [2.876s]
[INFO] org.eclipse.gef4.zest.examples.graph .............. SUCCESS [2.731s]
[INFO] org.eclipse.gef4.zest.examples.graph.ui ........... SUCCESS [2.974s]
[INFO] org.eclipse.gef4.zest.examples .................... SUCCESS [2.177s]
[INFO] org.eclipse.gef4.zest.fx.compatibility.luna ....... SUCCESS [4.545s]
[INFO] org.eclipse.gef4.zest.fx.compatibility.luna ....... SUCCESS [2.375s]
[INFO] org.eclipse.gef4.repository ....................... SUCCESS [9.852s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57:33.095s
[INFO] Finished at: Mon May 04 15:03:43 EDT 2015
[INFO] Final Memory: 121M/983M
[INFO] ------------------------------------------------------------------------
[DEBUG] Closing connection to remote
[DEBUG] Waiting for process to finish
[DEBUG] Result: 0
[workspace] $ /bin/sh -xe /tmp/hudson5353135190473954066.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/index.html org.eclipse.gef4.repository/target/repository/plugins org.eclipse.gef4.repository/target/repository/site.properties org.eclipse.gef4.repository/target/repository/site.xml org.eclipse.gef4.repository/target/repository/web update-site/
+ '[' -d org.eclipse.gef4.mvc.examples.logo.web-files ']'
+ rm -fr org.eclipse.gef4.mvc.examples.logo.web-files
+ mkdir org.eclipse.gef4.mvc.examples.logo.web-files
+ cp -R org.eclipse.gef4.mvc.examples.logo.web/target/web-files/com.google.inject.multibindings_3.0.0.v201402270930.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/com.google.inject.multibindings_3.0.0.v201402270930_resigned.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/com.google.inject_3.0.0.v201312141243.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/com.google.inject_3.0.0.v201312141243_resigned.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/index.html org.eclipse.gef4.mvc.examples.logo.web/target/web-files/javax.inject_1.0.0.v20091030.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/javax.inject_1.0.0.v20091030_resigned.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/javax.xml_1.3.4.v201005080400.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/javax.xml_1.3.4.v201005080400_resigned.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.core.commands_3.6.100.v20150311-0214.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.core.contenttype_3.4.200.v20150316-1243.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.core.jobs_3.7.0.v20150316-1238.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.core.runtime_3.11.0.v20150316-1241.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.equinox.app_1.3.200.v20130910-1609.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.equinox.common_3.7.0.v20150318-1503.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.equinox.preferences_3.5.300.v20150313-2125.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.equinox.registry_3.6.0.v20150318-1503.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.fx.javafx_2.2.0.201504212146.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.common_0.1.0.201505041809.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.fx_0.1.0.201505041809.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.geometry.convert.fx_0.1.0.201505041809.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.geometry_0.1.0.201505041809.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.mvc.examples.logo.web.jnlp org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.mvc.examples.logo_0.1.0.201505041809.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.mvc.fx_0.1.0.201505041809.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.mvc_0.1.0.201505041809.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.osgi_3.10.100.v20150318-0312.jar org.eclipse.gef4.mvc.examples.logo.web-files/
Terminating xvnc.
Archiving artifacts
Recording test results
[DEBUG] Skipping watched dependency update; build not configured with trigger: gef4-master #2342
Finished: SUCCESS