Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [henshin-dev] [Hudson] Build failed in Hudson: cbi_henshin_nightly #861

Dear all,

i merged the changes by Stefan into the repository. The automatic nightly build failed since it was configured for jdk 1.7 and one used method does not exist in jdk 1.7 but only in 1.8.

I changed the build configuration to jdk 1.8 and it builds correctly now. But we should discuss whether we really want to move to jdk 1.8 or would prefer to change the code and stay at jdk 1.7.

What do you think?

Cheers,

Matthias


Am 20.03.16 um 05:01 schrieb hudsonbuild@xxxxxxxxxxx:
See <http://hudson.eclipse.org/henshin/job/cbi_henshin_nightly/861/changes>

Changes:

[Stefan Schulz] Added types to parameters as suggested by Christian Krause (dev mailing

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.20.0:compile (default-compile) on project org.eclipse.emf.henshin.diagram: Compilation failure: Compilation failure:
[ERROR] /jobs/genie.henshin/cbi_henshin_nightly/workspace/plugins/org.eclipse.emf.henshin.diagram/src/org/eclipse/emf/henshin/diagram/parsers/UnitNameParser.java:[215]
[ERROR] names[i] = String.join(" ", Arrays.copyOfRange(splitTypeAndKind,
[ERROR] ^^^^
[ERROR] The method join(String, String[]) is undefined for the type String
[ERROR] 1 problem (1 error)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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.emf.henshin.diagram



--
Prof. Dr. Matthias Tichy
Institute of Software Engineering and Compiler Construction
Faculty of Engineering, Computer Science and Psychology
University of Ulm
89069 Ulm, Germany

Tel.:  +49 731 50-24160
Fax:   +49 731 50-24162
email: matthias.tichy@xxxxxxxxxx

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top