Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jubula-dev] [Hudson] Build failed in Hudson: jubula-nightly #2014

See <https://hudson.eclipse.org/hudson/job/jubula-nightly/2014/changes>

Changes:

[Markus Tiede] Non-sprint task - replace tabs with spaces in javajet templates

------------------------------------------
[...truncated 4795 lines...]
[ERROR] Syntax error on token "GraphicsComponentimplements", { expected after this token
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/GraphicsComponent.java>:[26]
[ERROR] public class GraphicsComponentimplements org.eclipse.jubula.toolkit.base.components.GraphicsComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The public type GraphicsComponentimplements must be defined in its own file
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/GraphicsComponent.java>:[26]
[ERROR] public class GraphicsComponentimplements org.eclipse.jubula.toolkit.base.components.GraphicsComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Syntax error on token(s), misplaced construct(s)
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/GraphicsComponent.java>:[26]
[ERROR] public class GraphicsComponentimplements org.eclipse.jubula.toolkit.base.components.GraphicsComponent {
[ERROR] ^
[ERROR] Syntax error, insert "}" to complete Block
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/GraphicsComponent.java>:[28]
[ERROR] public GraphicsComponent(@NonNull ComponentIdentifier componentIdentifier) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Return type for the method is missing
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/GraphicsComponent.java>:[29]
[ERROR] super();
[ERROR] ^^^^^^^^
[ERROR] Constructor call must be the first statement in a constructor
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/AbstractComponents.java>:[34]
[ERROR] return new org.eclipse.jubula.toolkit.base.internal.impl.GraphicsComponent(componentIdentifier);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] org.eclipse.jubula.toolkit.base.internal.impl.GraphicsComponent cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/AbstractComponents.java>:[37]
[ERROR] @NonNull public static org.eclipse.jubula.toolkit.base.components.TextInputComponent createTextInputComponent (@NonNull ComponentIdentifier componentIdentifier) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] org.eclipse.jubula.toolkit.base.components.TextInputComponent cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/AbstractComponents.java>:[39]
[ERROR] return new org.eclipse.jubula.toolkit.base.internal.impl.TextInputComponent(componentIdentifier);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] org.eclipse.jubula.toolkit.base.internal.impl.TextInputComponent cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/AbstractComponents.java>:[42]
[ERROR] @NonNull public static org.eclipse.jubula.toolkit.base.components.TextComponent createTextComponent (@NonNull ComponentIdentifier componentIdentifier) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] org.eclipse.jubula.toolkit.base.components.TextComponent cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/AbstractComponents.java>:[44]
[ERROR] return new org.eclipse.jubula.toolkit.base.internal.impl.TextComponent(componentIdentifier);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] org.eclipse.jubula.toolkit.base.internal.impl.TextComponent cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/AbstractComponents.java>:[47]
[ERROR] @NonNull public static org.eclipse.jubula.toolkit.base.components.ButtonComponent createButtonComponent (@NonNull ComponentIdentifier componentIdentifier) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] org.eclipse.jubula.toolkit.base.components.ButtonComponent cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/AbstractComponents.java>:[49]
[ERROR] return new org.eclipse.jubula.toolkit.base.internal.impl.ButtonComponent(componentIdentifier);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] org.eclipse.jubula.toolkit.base.internal.impl.ButtonComponent cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/components/ButtonComponent.java>:[21]
[ERROR] public interface ButtonComponentextends org.eclipse.jubula.toolkit.base.components.TextComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Syntax error on token "ButtonComponentextends", { expected after this token
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/components/ButtonComponent.java>:[21]
[ERROR] public interface ButtonComponentextends org.eclipse.jubula.toolkit.base.components.TextComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The public type ButtonComponentextends must be defined in its own file
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/components/ButtonComponent.java>:[21]
[ERROR] public interface ButtonComponentextends org.eclipse.jubula.toolkit.base.components.TextComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Syntax error on token(s), misplaced construct(s)
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/components/ButtonComponent.java>:[21]
[ERROR] public interface ButtonComponentextends org.eclipse.jubula.toolkit.base.components.TextComponent {
[ERROR] ^
[ERROR] Syntax error, insert "}" to complete Block
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/components/TextComponent.java>:[21]
[ERROR] public interface TextComponentextends org.eclipse.jubula.toolkit.base.components.GraphicsComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] Syntax error on token "TextComponentextends", { expected after this token
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/components/TextComponent.java>:[21]
[ERROR] public interface TextComponentextends org.eclipse.jubula.toolkit.base.components.GraphicsComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] The public type TextComponentextends must be defined in its own file
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/components/TextComponent.java>:[21]
[ERROR] public interface TextComponentextends org.eclipse.jubula.toolkit.base.components.GraphicsComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Syntax error on token(s), misplaced construct(s)
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/components/TextComponent.java>:[21]
[ERROR] public interface TextComponentextends org.eclipse.jubula.toolkit.base.components.GraphicsComponent {
[ERROR] ^
[ERROR] Syntax error, insert "}" to complete Block
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextComponent.java>:[27]
[ERROR] public class TextComponentextends org.eclipse.jubula.toolkit.base.internal.impl.GraphicsComponentimplements org.eclipse.jubula.toolkit.base.components.TextComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] Syntax error on token "TextComponentextends", { expected after this token
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextComponent.java>:[27]
[ERROR] public class TextComponentextends org.eclipse.jubula.toolkit.base.internal.impl.GraphicsComponentimplements org.eclipse.jubula.toolkit.base.components.TextComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] The public type TextComponentextends must be defined in its own file
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextComponent.java>:[27]
[ERROR] public class TextComponentextends org.eclipse.jubula.toolkit.base.internal.impl.GraphicsComponentimplements org.eclipse.jubula.toolkit.base.components.TextComponent {
[ERROR] ^
[ERROR] Syntax error on token ".", ; expected
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextComponent.java>:[27]
[ERROR] public class TextComponentextends org.eclipse.jubula.toolkit.base.internal.impl.GraphicsComponentimplements org.eclipse.jubula.toolkit.base.components.TextComponent {
[ERROR] ^
[ERROR] Syntax error, insert "}" to complete Block
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextComponent.java>:[28]
[ERROR] public TextComponent(@NonNull ComponentIdentifier componentIdentifier) {
[ERROR] ^^^^^^
[ERROR] Syntax error on token "public", delete this token
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextComponent.java>:[28]
[ERROR] public TextComponent(@NonNull ComponentIdentifier componentIdentifier) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Return type for the method is missing
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextComponent.java>:[29]
[ERROR] super(componentIdentifier);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Constructor call must be the first statement in a constructor
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextComponent.java>:[43]
[ERROR] messageCap.setCi(m_componentIdentifier);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] m_componentIdentifier cannot be resolved to a variable
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/ButtonComponent.java>:[27]
[ERROR] public class ButtonComponentextends org.eclipse.jubula.toolkit.base.internal.impl.TextComponentimplements org.eclipse.jubula.toolkit.base.components.ButtonComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Syntax error on token "ButtonComponentextends", { expected after this token
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/ButtonComponent.java>:[27]
[ERROR] public class ButtonComponentextends org.eclipse.jubula.toolkit.base.internal.impl.TextComponentimplements org.eclipse.jubula.toolkit.base.components.ButtonComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The public type ButtonComponentextends must be defined in its own file
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/ButtonComponent.java>:[27]
[ERROR] public class ButtonComponentextends org.eclipse.jubula.toolkit.base.internal.impl.TextComponentimplements org.eclipse.jubula.toolkit.base.components.ButtonComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] org.eclipse.jubula.toolkit.base.internal.impl.TextComponentimplements cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/ButtonComponent.java>:[27]
[ERROR] public class ButtonComponentextends org.eclipse.jubula.toolkit.base.internal.impl.TextComponentimplements org.eclipse.jubula.toolkit.base.components.ButtonComponent {
[ERROR] ^
[ERROR] Syntax error on token ".", ; expected
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/ButtonComponent.java>:[27]
[ERROR] public class ButtonComponentextends org.eclipse.jubula.toolkit.base.internal.impl.TextComponentimplements org.eclipse.jubula.toolkit.base.components.ButtonComponent {
[ERROR] ^
[ERROR] Syntax error, insert "}" to complete Block
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/ButtonComponent.java>:[28]
[ERROR] public ButtonComponent(@NonNull ComponentIdentifier componentIdentifier) {
[ERROR] ^^^^^^
[ERROR] Syntax error on token "public", delete this token
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/ButtonComponent.java>:[28]
[ERROR] public ButtonComponent(@NonNull ComponentIdentifier componentIdentifier) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Return type for the method is missing
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/ButtonComponent.java>:[29]
[ERROR] super(componentIdentifier);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Constructor call must be the first statement in a constructor
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/ButtonComponent.java>:[42]
[ERROR] messageCap.setCi(m_componentIdentifier);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] m_componentIdentifier cannot be resolved to a variable
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextInputComponent.java>:[27]
[ERROR] public class TextInputComponentextends org.eclipse.jubula.toolkit.base.internal.impl.TextComponentimplements org.eclipse.jubula.toolkit.base.components.TextInputComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Syntax error on token "TextInputComponentextends", { expected after this token
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextInputComponent.java>:[27]
[ERROR] public class TextInputComponentextends org.eclipse.jubula.toolkit.base.internal.impl.TextComponentimplements org.eclipse.jubula.toolkit.base.components.TextInputComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The public type TextInputComponentextends must be defined in its own file
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextInputComponent.java>:[27]
[ERROR] public class TextInputComponentextends org.eclipse.jubula.toolkit.base.internal.impl.TextComponentimplements org.eclipse.jubula.toolkit.base.components.TextInputComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] org.eclipse.jubula.toolkit.base.internal.impl.TextComponentimplements cannot be resolved to a type
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextInputComponent.java>:[27]
[ERROR] public class TextInputComponentextends org.eclipse.jubula.toolkit.base.internal.impl.TextComponentimplements org.eclipse.jubula.toolkit.base.components.TextInputComponent {
[ERROR] ^
[ERROR] Syntax error on token ".", ; expected
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextInputComponent.java>:[27]
[ERROR] public class TextInputComponentextends org.eclipse.jubula.toolkit.base.internal.impl.TextComponentimplements org.eclipse.jubula.toolkit.base.components.TextInputComponent {
[ERROR] ^
[ERROR] Syntax error, insert "}" to complete Block
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextInputComponent.java>:[28]
[ERROR] public TextInputComponent(@NonNull ComponentIdentifier componentIdentifier) {
[ERROR] ^^^^^^
[ERROR] Syntax error on token "public", delete this token
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextInputComponent.java>:[28]
[ERROR] public TextInputComponent(@NonNull ComponentIdentifier componentIdentifier) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Return type for the method is missing
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextInputComponent.java>:[29]
[ERROR] super(componentIdentifier);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Constructor call must be the first statement in a constructor
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextInputComponent.java>:[42]
[ERROR] messageCap.setCi(m_componentIdentifier);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] m_componentIdentifier cannot be resolved to a variable
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextInputComponent.java>:[56]
[ERROR] messageCap.setCi(m_componentIdentifier);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] m_componentIdentifier cannot be resolved to a variable
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/internal/impl/TextInputComponent.java>:[70]
[ERROR] messageCap.setCi(m_componentIdentifier);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] m_componentIdentifier cannot be resolved to a variable
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/components/TextInputComponent.java>:[21]
[ERROR] public interface TextInputComponentextends org.eclipse.jubula.toolkit.base.components.TextComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Syntax error on token "TextInputComponentextends", { expected after this token
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/components/TextInputComponent.java>:[21]
[ERROR] public interface TextInputComponentextends org.eclipse.jubula.toolkit.base.components.TextComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The public type TextInputComponentextends must be defined in its own file
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/components/TextInputComponent.java>:[21]
[ERROR] public interface TextInputComponentextends org.eclipse.jubula.toolkit.base.components.TextComponent {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Syntax error on token(s), misplaced construct(s)
[ERROR] <https://hudson.eclipse.org/hudson/job/jubula-nightly/ws/org.eclipse.jubula.core/org.eclipse.jubula.toolkit.base.api/src-gen/org/eclipse/jubula/toolkit/base/components/TextInputComponent.java>:[21]
[ERROR] public interface TextInputComponentextends org.eclipse.jubula.toolkit.base.components.TextComponent {
[ERROR] ^
[ERROR] Syntax error, insert "}" to complete Block
[ERROR] 53 problems (53 errors)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.21.0:compile (default-compile) on project org.eclipse.jubula.toolkit.base.api: Compilation failure
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	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:319)
	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:601)
	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: copied.org.apache.maven.plugin.CompilationFailureException: Compilation failure
	at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:418)
	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:224)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.jubula.toolkit.base.api
[DEBUG] Waiting for process to finish
[DEBUG] Result: 1
Archiving artifacts

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


Back to the top