-
Notifications
You must be signed in to change notification settings - Fork 666
Closed
Milestone
Description
I tried to update our existing web projects from 2.2.0 to 2.3.0/2.3.1 and get the following errors. I couldn't find a existing issue or something in the change notes that would hint at what could cause this. I'm fine with running 2.2.0, but thought I would share. This is running on Windows 10 with Java 1.8.0_66 (64-bit, Server VM).
2.2.0 (File Ref)
jjs -scripting src\main\resources\lib\r.js -- -o build.js dir=target\dist
Optimizing (standard.keepLines.keepWhitespace) CSS file: (...)
Optimizing (standard.keepLines.keepWhitespace) CSS file: (...)
Optimizing (standard.keepLines.keepWhitespace) CSS file: (...)
Optimizing (standard.keepLines.keepWhitespace) CSS file: (...)
Tracing dependencies for: (...)
Tracing dependencies for: (...)
(...)
2.3.0: (File Ref)
jjs -scripting src\main\resources\lib\r.js -- -o build.js dir=target\dist
src\main\resources\lib\r.js:22357:8 In strict mode, function declarations can only occur at program or function body level. You should use a function expression here instead.
function addFile(file, fileUrl) {
^
src\main\resources\lib\r.js:22447:1 Expected , but found ;
};
^
src\main\resources\lib\r.js:22498:1 Expected ; but found )
});
^
src\main\resources\lib\r.js:27768:4 Expected ) but found function
function setBaseUrl(fileName) {
^
src\main\resources\lib\r.js:27778:4 Expected eof but found }
}
^
2.3.1 (Current Master)
jjs -scripting src\main\resources\lib\r.js -- -o build.js dir=target\dist
src\main\resources\lib\r.js:260 ReferenceError: "setTimeout" is not defined
Metadata
Metadata
Assignees
Labels
No labels