Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[emfcompare-build] [Hudson] Build failed in Hudson: maintenance-nightly » juno #72

See <https://hudson.eclipse.org/emfcompare/job/maintenance-nightly/./PLATFORM=juno/72/changes>

Changes:

[Mathieu Cartaud] [478032] Fix accept/reject dropdown icon

------------------------------------------
[...truncated 3610 lines...]
	     ^^^^^^^^^^^^^^
Discouraged access: The type 'IChangeFactory' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/factories/DiagramExtensionFactoryRegistry.java:[54] 
	List<IChangeFactory> factories = new ArrayList<IChangeFactory>();
	                                               ^^^^^^^^^^^^^^
Discouraged access: The type 'IChangeFactory' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/factories/DiagramExtensionFactoryRegistry.java:[62] 
	for (IChangeFactory iDiffExtensionFactory : factories) {
	     ^^^^^^^^^^^^^^
Discouraged access: The type 'IChangeFactory' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/factories/DiagramExtensionFactoryRegistry.java:[63] 
	dataset.put(iDiffExtensionFactory.getExtensionKind(), iDiffExtensionFactory);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IChangeFactory.getExtensionKind()' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/CompareDiagramPostProcessor.java:[23] 
	import org.eclipse.emf.compare.internal.postprocessor.factories.IChangeFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IChangeFactory' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/CompareDiagramPostProcessor.java:[34] 
	private Set<IChangeFactory> diagramExtensionFactories;
	            ^^^^^^^^^^^^^^
Discouraged access: The type 'IChangeFactory' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/CompareDiagramPostProcessor.java:[101] 
	final Map<Class<? extends Diff>, IChangeFactory> mapDiagramExtensionFactories = DiagramExtensionFactoryRegistry
	                                 ^^^^^^^^^^^^^^
Discouraged access: The type 'IChangeFactory' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/CompareDiagramPostProcessor.java:[103] 
	diagramExtensionFactories = new HashSet<IChangeFactory>(mapDiagramExtensionFactories
	                                        ^^^^^^^^^^^^^^
Discouraged access: The type 'IChangeFactory' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/CompareDiagramPostProcessor.java:[115] 
	final IChangeFactory diffFactory = mapDiagramExtensionFactories
	      ^^^^^^^^^^^^^^
Discouraged access: The type 'IChangeFactory' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/CompareDiagramPostProcessor.java:[118] 
	diffFactory.fillRequiredDifferences(comparison, diff);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IChangeFactory.fillRequiredDifferences(Comparison, Diff)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/CompareDiagramPostProcessor.java:[131] 
	for (IChangeFactory factory : diagramExtensionFactories) {
	     ^^^^^^^^^^^^^^
Discouraged access: The type 'IChangeFactory' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/CompareDiagramPostProcessor.java:[132] 
	if (factory.handles(element)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IChangeFactory.handles(Diff)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/CompareDiagramPostProcessor.java:[133] 
	final Diff extension = factory.create(element);
	                       ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IChangeFactory.create(Diff)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/CompareDiagramPostProcessor.java:[134] 
	final Match match = factory.getParentMatch(element);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IChangeFactory.getParentMatch(Diff)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/factories/extensions/NodeChangeFactory.java:[82] 
	extension.getRefinedBy().addAll(getAllContainedDifferences(refiningDiff));
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractChangeFactory.getAllContainedDifferences(Diff)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/factories/extensions/NodeChangeFactory.java:[94] 
	super.fillRequiredDifferences(comparison, extension);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractChangeFactory.fillRequiredDifferences(Comparison, Diff)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/factories/extensions/DiagramChangeFactory.java:[73] 
	extension.getRefinedBy().addAll(getAllContainedDifferences(refiningDiff));
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractChangeFactory.getAllContainedDifferences(Diff)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/factories/extensions/EdgeChangeFactory.java:[122] 
	return getRelatedExtensionKind(diff) == DifferenceKind.CHANGE;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractChangeFactory.getRelatedExtensionKind(Diff)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/factories/AbstractDiagramChangeFactory.java:[24] 
	import org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractChangeFactory' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/factories/AbstractDiagramChangeFactory.java:[37] 
	public abstract class AbstractDiagramChangeFactory extends AbstractChangeFactory {
	                                                           ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractChangeFactory' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/factories/AbstractDiagramChangeFactory.java:[46] 
	Diff ret = super.create(input);
	           ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractChangeFactory.create(Diff)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
[WARNING] /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/org/eclipse/emf/compare/diagram/internal/factories/AbstractDiagramChangeFactory.java:[168] 
	final List<Diff> diffs = findCrossReferences(input.getMatch().getComparison(),
						(EObject)element, new Predicate<Diff>() {
							public boolean apply(Diff diff) {
								return diff instanceof ReferenceChange
										&& ((ReferenceChange)diff).getReference().isContainment();
							}
						});
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractChangeFactory.findCrossReferences(Comparison, EObject, Predicate<Diff>)' is not API (restriction on classpath entry '/jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare/target/classes')
26 problems (26 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.emf.compare.diagram ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.emf.compare.diagram ---
[INFO] Building jar: /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/target/org.eclipse.emf.compare.diagram-2.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.emf.compare.diagram ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.emf.compare.diagram ---
[INFO] Building jar: /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/target/org.eclipse.emf.compare.diagram-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.compare.diagram ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.21.0:source-feature (source-feature) @ org.eclipse.emf.compare.diagram ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.21.0:normalize (pack200-normalize) @ org.eclipse.emf.compare.diagram ---
[INFO] Pack200 normalizing jar /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/target/org.eclipse.emf.compare.diagram-2.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.5:sign (sign) @ org.eclipse.emf.compare.diagram ---
[INFO] Searching org.eclipse.emf.compare.diagram-2.3.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.emf.compare:org.eclipse.emf.compare.diagram:eclipse-plugin:2.3.0-SNAPSHOT in 0 seconds.
[INFO] Searching org.eclipse.emf.compare.diagram-2.3.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.emf.compare:org.eclipse.emf.compare.diagram:java-source:sources:2.3.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.21.0:pack (pack200-pack) @ org.eclipse.emf.compare.diagram ---
[INFO] Pack200 packing jar /jobs/genie.emfcompare/maintenance-nightly/workspace/PLATFORM/juno/plugins/org.eclipse.emf.compare.diagram/target/org.eclipse.emf.compare.diagram-2.3.0-SNAPSHOT.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping org.eclipse.emf.compare.diagram.edit
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping org.eclipse.emf.compare.diagram.ide.ui
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping org.eclipse.emf.compare.diagram.gmf
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping org.eclipse.emf.compare.diagram.ide.ui.ecoretools
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping org.eclipse.emf.compare.diagram.ecoretools
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping org.eclipse.emf.compare.diagram.ecoretools.tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping org.eclipse.emf.compare.diagram.ide.ecoretools.tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] emf.compare-parent ................................ SUCCESS [3.879s]
[INFO] org.eclipse.emf.compare.gendoc .................... SUCCESS [17.579s]
[INFO] org.eclipse.emf.compare ........................... SUCCESS [12.992s]
[INFO] org.eclipse.emf.compare ........................... SUCCESS [2.305s]
[INFO] org.eclipse.emf.compare.edit ...................... SUCCESS [3.717s]
[INFO] org.eclipse.emf.compare.rcp ....................... SUCCESS [3.709s]
[INFO] org.eclipse.emf.compare.tests ..................... SUCCESS [33.350s]
[INFO] org.eclipse.emf.compare.rcp.ui .................... SUCCESS [4.728s]
[INFO] org.eclipse.emf.compare.ide ....................... SUCCESS [3.090s]
[INFO] org.eclipse.emf.compare.ide.ui .................... SUCCESS [9.821s]
[INFO] org.eclipse.emf.compare.doc ....................... SUCCESS [1:03.754s]
[INFO] org.eclipse.emf.compare.ide.ui .................... SUCCESS [3.221s]
[INFO] org.eclipse.emf.compare.rcp.ui.tests .............. SUCCESS [20.389s]
[INFO] org.eclipse.emf.compare.ide.ui.tests .............. SUCCESS [21.562s]
[INFO] org.eclipse.emf.compare.rcp.ui .................... SUCCESS [2.308s]
[INFO] org.eclipse.emf.compare.diagram ................... FAILURE [2.712s]
[INFO] org.eclipse.emf.compare.diagram.edit .............. SKIPPED
[INFO] org.eclipse.emf.compare.diagram.ide.ui ............ SKIPPED
[INFO] org.eclipse.emf.compare.diagram.gmf ............... SKIPPED
[INFO] org.eclipse.emf.compare.diagram.ide.ui.ecoretools . SKIPPED
[INFO] org.eclipse.emf.compare.diagram.ecoretools ........ SKIPPED
[INFO] org.eclipse.emf.compare.diagram.ecoretools.tests .. SKIPPED
[INFO] org.eclipse.emf.compare.diagram.ide.ecoretools.tests  SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:11.773s
[INFO] Finished at: Tue Oct 06 02:17:25 EDT 2015
[INFO] Final Memory: 257M/9634M
[INFO] ------------------------------------------------------------------------
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho.extras:tycho-pack200b-plugin:0.21.0:pack (pack200-pack) on project org.eclipse.emf.compare.diagram: Execution pack200-pack of goal org.eclipse.tycho.extras:tycho-pack200b-plugin:0.21.0:pack failed: MALFORMED
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-pack200b-plugin:0.21.0:pack (pack200-pack) on project org.eclipse.emf.compare.diagram: Execution pack200-pack of goal org.eclipse.tycho.extras:tycho-pack200b-plugin:0.21.0:pack failed: MALFORMED -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho.extras:tycho-pack200b-plugin:0.21.0:pack (pack200-pack) on project org.eclipse.emf.compare.diagram: Execution pack200-pack of goal org.eclipse.tycho.extras:tycho-pack200b-plugin:0.21.0:pack failed: MALFORMED
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution pack200-pack of goal org.eclipse.tycho.extras:tycho-pack200b-plugin:0.21.0:pack failed: MALFORMED
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 more
Caused by: java.lang.IllegalArgumentException: MALFORMED
	at java.util.zip.ZipCoder.toString(ZipCoder.java:58)
	at java.util.zip.ZipFile.getZipEntry(ZipFile.java:531)
	at java.util.zip.ZipFile.access$900(ZipFile.java:56)
	at java.util.zip.ZipFile$1.nextElement(ZipFile.java:513)
	at java.util.zip.ZipFile$1.nextElement(ZipFile.java:483)
	at java.util.jar.JarFile$1.nextElement(JarFile.java:244)
	at java.util.jar.JarFile$1.nextElement(JarFile.java:239)
	at java.util.Collections.list(Collections.java:3688)
	at com.sun.java.util.jar.pack.PackerImpl$DoPack.scanJar(PackerImpl.java:631)
	at com.sun.java.util.jar.pack.PackerImpl$DoPack.run(PackerImpl.java:457)
	at com.sun.java.util.jar.pack.PackerImpl.pack(PackerImpl.java:99)
	at org.eclipse.tycho.extras.pack200.Pack200Wrapper.pack(Pack200Wrapper.java:51)
	at org.eclipse.tycho.extras.pack200.Pack200Wrapper.pack(Pack200Wrapper.java:41)
	at org.eclipse.tycho.extras.pack200.Pack200Archiver.pack(Pack200Archiver.java:162)
	at org.eclipse.tycho.extras.pack200.mojo.Pack200PackMojo.execute(Pack200PackMojo.java:70)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 20 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.emf.compare.diagram
[DEBUG] Waiting for process to finish
[DEBUG] Result: 1
Terminating xvnc.
Recording test results
Archiving artifacts

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top