Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 399320

Summary: Some pages are not minified
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2013-01-28 17:03:16 EST
The git-log and git-repository pages aren't minified in the 2.0M2 build:

>      [java] Tracing dependencies for: git/git-repository
>      [java] Minifying file: /opt/public/eclipse/e4/orion/I201301281619/optimization/./git/built-git-repository.js
>      [java] Jan 28, 2013 4:30:14 PM com.google.javascript.jscomp.LoggerErrorManager println
>      [java] SEVERE: /opt/public/eclipse/e4/orion/I201301281619/optimization/./git/built-git-repository.js:23504: ERROR - Parse error. Duplicate parameter name "PageUtil".
>      [java] 		function(messages, require, mCommands, mSection, i18nUtil, lib, PageUtil, mDynamicContent, mFileUtils, PageUtil, mGlobalCommands, mGitCommands, Deferred,
>      [java] 		                                                                                                                ^
>      [java] 
>      [java] Jan 28, 2013 4:30:14 PM com.google.javascript.jscomp.LoggerErrorManager println
>      [java] SEVERE: /opt/public/eclipse/e4/orion/I201301281619/optimization/./git/built-git-repository.js:24445: ERROR - Parse error. missing name after . operator
>      [java] 			authorImage.style.float = "left";
>
Comment 1 Mark Macdonald CLA 2013-01-28 17:12:56 EST
Should be fixed now:
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=df92db16e6b827ee377e836c4c2d55135f1d089d

FWIW, these are basically the same changes I did in commit 4071db262d, but I 
missed the 2 files above.