| Summary: | Update build optimization step for new require.js | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | John Arthorne <john.arthorne> |
| Component: | Releng | Assignee: | Project Inbox <orion.releng-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | simon_kaegi |
| Version: | 0.4 | ||
| Target Milestone: | 3.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
John Arthorne
We are currently trying to just run the optimizer directly from the command line to see if we can figure out the arguments. Here is our latest attempt (still failing): e4Build@build:/shared/eclipse/e4/orion/I201204101235/optimization> java -classpath "/shared/common/requirejs-1.0.7/lib/closure/compiler.jar" -jar /shared/common/requirejs-1.0.7/lib/rhino/js.jar /shared/common/requirejs-1.0.7/dist/r.js -o orion.build.js optimize=closure name=edit/edit.js appDir=edit baseUrl=.. This was done awhile ago. |