Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hudson-dev] Can't build sources from git

Title: Can't build sources from git

Hello,

I am trying to build the sources from git, but I always get a compliation error.

First I have tried to compile the master, which failed with a similar error to tag 3.0.1-M1:

[INFO] --- maven-compiler-plugin:2.3.2:compile (compile-everything-else) @ hudson-core ---

[INFO] Compiling 757 source files to /root/org.eclipse.hudson.core/hudson-core/target/classes

[INFO] -------------------------------------------------------------

[ERROR] COMPILATION ERROR :

[INFO] -------------------------------------------------------------

[ERROR] /root/org.eclipse.hudson.core/hudson-core/src/main/java/hudson/model/Build.java:[74,16] types hudson.model.AbstractBuild<P,B> andted return types

[ERROR] /root/org.eclipse.hudson.core/hudson-core/src/main/java/hudson/markup/MarkupFormatterDescriptor.java:[55,53] incompatible types; rkup.MarkupFormatter,D> conforms to hudson.DescriptorExtensionList<hudson.markup.MarkupFormatter,hudson.markup.MarkupFormatterDescriptor>

found   : <D>hudson.DescriptorExtensionList<hudson.markup.MarkupFormatter,D>

required: hudson.DescriptorExtensionList<hudson.markup.MarkupFormatter,hudson.markup.MarkupFormatterDescriptor>

[ERROR] /root/org.eclipse.hudson.core/hudson-core/src/main/java/hudson/model/FreeStyleBuild.java:[28,7] types hudson.model.Build<hudson.mStyleProject,hudson.model.FreeStyleBuild> are incompatible; both define getParent(), but with unrelated return types

[ERROR] /root/org.eclipse.hudson.core/hudson-core/src/main/java/hudson/matrix/MatrixBuild.java:[53,7] types hudson.model.AbstractBuild<humatrix.MatrixProject,hudson.matrix.MatrixBuild> are incompatible; both define getParent(), but with unrelated return types

[ERROR] /root/org.eclipse.hudson.core/hudson-core/src/main/java/org/eclipse/hudson/jna/NativeUnixSupport.java:[46,53] incompatible types;pse.hudson.jna.NativeUnixSupport,D> conforms to hudson.DescriptorExtensionList<org.eclipse.hudson.jna.NativeUnixSupport,hudson.model.Desc

found   : <D>hudson.DescriptorExtensionList<org.eclipse.hudson.jna.NativeUnixSupport,D>

required: hudson.DescriptorExtensionList<org.eclipse.hudson.jna.NativeUnixSupport,hudson.model.Descriptor<org.eclipse.hudson.jna.NativeUn

[ERROR] /root/org.eclipse.hudson.core/hudson-core/src/main/java/hudson/slaves/ComputerConnectorDescriptor.java:[30,53] incompatible typesslaves.ComputerConnector,D> conforms to hudson.DescriptorExtensionList<hudson.slaves.ComputerConnector,hudson.slaves.ComputerConnectorDes

found   : <D>hudson.DescriptorExtensionList<hudson.slaves.ComputerConnector,D>

required: hudson.DescriptorExtensionList<hudson.slaves.ComputerConnector,hudson.slaves.ComputerConnectorDescriptor>


Perhaps I am doing something wrong, but I would be glad to know, what is going wrong.

Best Regards,

Chris

This email (including any attachments) may contain confidential and/or
privileged information or information otherwise protected from disclosure.
If you are not the intended recipient, please notify the sender immediately,
do not copy this message or any attachments and do not use it for any
purpose or disclose its content to any person, but delete this message and
any attachments from your system.
Astrium disclaims any and all liability if this email transmission
was virus corrupted, altered or falsified.
----------------------------------------------------------------------------
Astrium GmbH
Vorsitzender des Aufsichtsrates: Thomas S. Müller -
Geschäftsführung: Evert Dudok (Vorsitzender), Jens Schomburgk,
Dr. Johannes von Thadden
Sitz der Gesellschaft: München -
Registergericht: Amtsgericht München, HRB Nr. 107647
----------------------------------------------------------------------------
Weitere Informationen über EADS Astrium unter www.astrium.eads.net

Back to the top