You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.
Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
file:/E:/dbg/netci/r14/release-1.4/combinednetci.groovy: 478: Apparent variable 'GenerationSettings' was found in
a static scope but doesn't refer to a local variable, static field or class. Possible causes:
You attempted to reference a variable in the binding or an instance variable from a static context.
You misspelled a classname or statically imported field. Please check the spelling.
You attempted to use a method 'GenerationSettings' but left out brackets in a place not allowed by the
grammar.
@ line 478, column 13.
if (GenerationSettings.isTestGeneration()) {
^
The text was updated successfully, but these errors were encountered:
dilijev
changed the title
Local-Job-Gen.ps1 broken (GenerationSettings missing identifier?)
Local-Job-Gen.ps1 broken (GenerationSettings not a variable?)
Jan 6, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Partially blocking chakra-core/ChakraCore#2326
The text was updated successfully, but these errors were encountered: