Skip to content

Console Output

[INFO] 
[INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui >----------
[INFO] Building org.eclipse.ecf.remoteservice.ui 3.4.300-SNAPSHOT      [71/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] The project's OSGi version is 3.4.300.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Compiling 79 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[34] 
	import org.eclipse.ecf.remoteservices.ui.MethodInvocationDialog;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[88] 
	final MethodInvocationDialog mid = new MethodInvocationDialog((Shell) null, cls);
	      ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[88] 
	final MethodInvocationDialog mid = new MethodInvocationDialog((Shell) null, cls);
	                                       ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[88] 
	final MethodInvocationDialog mid = new MethodInvocationDialog((Shell) null, cls);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor MethodInvocationDialog(Shell, Class) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[90] 
	final int timeout = (mid.getTimeout() > 0) ? mid.getTimeout() : 30000;
	                         ^^^^^^^^^^^^
The method getTimeout() from the type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[90] 
	final int timeout = (mid.getTimeout() > 0) ? mid.getTimeout() : 30000;
	                                                 ^^^^^^^^^^^^
The method getTimeout() from the type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[91] 
	final String methodName = mid.getMethod().getName();
	                              ^^^^^^^^^^^
The method getMethod() from the type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[92] 
	final Object[] methodArgs = mid.getMethodArguments();
	                                ^^^^^^^^^^^^^^^^^^^^
The method getMethodArguments() from the type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[106] 
	final int invokeType = mid.getInvocationType();
	                           ^^^^^^^^^^^^^^^^^^^
The method getInvocationType() from the type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[109] 
	case MethodInvocationDialog.ASYNC_FIRE_AND_GO:
	     ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[109] 
	case MethodInvocationDialog.ASYNC_FIRE_AND_GO:
	                            ^^^^^^^^^^^^^^^^^
The field MethodInvocationDialog.ASYNC_FIRE_AND_GO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[112] 
	case MethodInvocationDialog.ASYNC_FUTURE_RESULT:
	     ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[112] 
	case MethodInvocationDialog.ASYNC_FUTURE_RESULT:
	                            ^^^^^^^^^^^^^^^^^^^
The field MethodInvocationDialog.ASYNC_FUTURE_RESULT is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[115] 
	case MethodInvocationDialog.ASYNC_LISTENER:
	     ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[115] 
	case MethodInvocationDialog.ASYNC_LISTENER:
	                            ^^^^^^^^^^^^^^
The field MethodInvocationDialog.ASYNC_LISTENER is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[118] 
	case MethodInvocationDialog.OSGI_SERVICE_PROXY:
	     ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[118] 
	case MethodInvocationDialog.OSGI_SERVICE_PROXY:
	                            ^^^^^^^^^^^^^^^^^^
The field MethodInvocationDialog.OSGI_SERVICE_PROXY is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[122] 
	case MethodInvocationDialog.REMOTE_SERVICE_PROXY:
	     ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[122] 
	case MethodInvocationDialog.REMOTE_SERVICE_PROXY:
	                            ^^^^^^^^^^^^^^^^^^^^
The field MethodInvocationDialog.REMOTE_SERVICE_PROXY is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[126] 
	case MethodInvocationDialog.SYNCHRONOUS:
	     ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[126] 
	case MethodInvocationDialog.SYNCHRONOUS:
	                            ^^^^^^^^^^^
The field MethodInvocationDialog.SYNCHRONOUS is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[54] 
	ImageData id = overlays[i].getImageData();
	                           ^^^^^^^^^^^^^^
The method getImageData() from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[55] 
	drawImage(id, x, getSize().y - id.height);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[68] 
	ImageData id = overlays[i].getImageData();
	                           ^^^^^^^^^^^^^^
The method getImageData() from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[70] 
	drawImage(id, x, getSize().y - id.height);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[76] 
	ImageData bg = fBase.getImageData();
	                     ^^^^^^^^^^^^^^
The method getImageData() from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[77] 
	drawImage(bg, 0, 0);
	^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[101] 
	ImageData id = overlays[i].getImageData();
	                           ^^^^^^^^^^^^^^
The method getImageData() from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[102] 
	drawImage(id, x, 0);
	^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[115] 
	ImageData id = overlays[i].getImageData();
	                           ^^^^^^^^^^^^^^
The method getImageData() from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[117] 
	drawImage(id, x, 0);
	^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
31 problems (31 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Fetching org.eclipse.ecf.remoteservice.ui_3.4.300.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (52.99kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.ui.source_3.4.300.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (109.18kB)
[JENKINS] Archiving disabled