Ticket #2528011 (closed defect)
Reporternooneeverknows |
Opened: 11/16/09 Last modified: 12/12/12 Status: closed Type: defect Resolution: wontfix |
Owner Adam Moore |
Target Release: Priority: |
|---|---|---|---|
| Summary: | EvaluatorException while processing js file | ||
| Description: | Using java -jar util/yuicompressor-2.4.2.jar --charset UTF-8 -o lib/iphone/phonegap-min.js lib/iphone/phonegap.js the following Errors are thrown : { { { [ERROR] 1103:14:syntax error [ERROR] 1104:1:syntax error [ERROR] 1213:14:missing ; before statement [ERROR] 1214:11:syntax error [ERROR] 1215:1:syntax error [ERROR] 1:0:Compilation produced 6 syntax errors. |
||
| Type: | defect | Observed in Version: | 2.4.2 |
| Component: | YUICompressor | Severity: | S3 (normal) |
| Assigned To: | Adam Moore | Target Release: | |
| Location: | Priority: | ||
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 12/1/09
|
|
Posted: 12/1/09
The problem is that there are two places in the file where the end of a function is Should be } Startofnewfunction The file you posted does not tally with line numbers. An incorrect file? |
|
Posted: 01/30/10
|
|
Posted: 12/12/12
Thank you for your bug report. We are deprecating YUI Compressor in favor of yuglify. Please see our announcement for more information: http://www.yuiblog.com/blog/2012/10/16/state-of-yui-compressor/. We will consider migrating these legacy tickets to GitHub if there are community maintainers willing to step up and own them. |
George
The problem is that there are two places in the file where the end of a function is
}Startofnewfunction.
Should be
}
Startofnewfunction