Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [henshin-dev] henshin-dev Digest, Vol 69, Issue 3

Hello Matthias,

looks like there was something wrong with my configuration.

I removed that method call in a later commit, 
so it shouldn’t be necessary to switch to JDK 1.8.

Cheers,
Stefan

> Am 20.03.2016 um 17:00 schrieb henshin-dev-request@xxxxxxxxxxx:
> 
> Send henshin-dev mailing list submissions to
> 	henshin-dev@xxxxxxxxxxx
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://dev.eclipse.org/mailman/listinfo/henshin-dev
> or, via email, send a message with subject or body 'help' to
> 	henshin-dev-request@xxxxxxxxxxx
> 
> You can reach the person managing the list at
> 	henshin-dev-owner@xxxxxxxxxxx
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of henshin-dev digest..."
> 
> 
> Today's Topics:
> 
>   1. Re: [Hudson] Build failed in Hudson:	cbi_henshin_nightly #861
>      (Matthias Tichy)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Sun, 20 Mar 2016 14:20:03 +0100
> From: Matthias Tichy <matthias.tichy@xxxxxxxxxx>
> To: Henshin developers mailing list <henshin-dev@xxxxxxxxxxx>
> Subject: Re: [henshin-dev] [Hudson] Build failed in Hudson:
> 	cbi_henshin_nightly #861
> Message-ID: <56EEA383.2070106@xxxxxxxxxx>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
> 
> 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
> 
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: smime.p7s
> Type: application/pkcs7-signature
> Size: 4905 bytes
> Desc: S/MIME Cryptographic Signature
> URL: <https://dev.eclipse.org/mailman/private/henshin-dev/attachments/20160320/1aec13d9/attachment.p7s>
> 
> ------------------------------
> 
> _______________________________________________
> henshin-dev mailing list
> henshin-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/henshin-dev
> 
> End of henshin-dev Digest, Vol 69, Issue 3
> ******************************************



Back to the top