(SOLVED)[ERROR] invalid return: return DataTable.settings[i].oInstance;

(SOLVED)[ERROR] invalid return: return DataTable.settings[i].oInstance;

abeingabeing Posts: 2Questions: 0Answers: 0
edited July 2013 in Bug reports
Hi,
I just downloaded the latest version(1.9.4) and tried to include it into my atlassian-jira-gadget, but after running the installation again,
the internal YUI javascript compiler threw this error:

[INFO] Compiling javascript using YUI
[INFO] compressing to /Users/xxx/target/classes/datatable/js/jquery.dataTables.min-min.js
[INFO] compressing to /Users/xxx/target/classes/datatable/src/api/api.internal-min.js
[INFO] compressing to /Users/xxx/target/classes/datatable/src/api/api.methods-min.js
[INFO] compressing to /Users/xxx/target/classes/datatable/src/api/api.static-min.js
[INFO] compressing to /Users/xxx/target/classes/datatable/src/core/core.ajax-min.js
[INFO] compressing to /Users/xxx/target/classes/datatable/src/core/core.columns-min.js
[INFO] compressing to /Users/xxx/target/classes/datatable/src/core/core.constructor-min.js
[ERROR] invalid return
return;
[ERROR] invalid return
return DataTable.settings[i].oInstance;
[ERROR] invalid return
return;
[ERROR] Compilation produced 3 syntax errors.
[ERROR] Unable to complete running command: pi

I have included jquery.colorpicker, and Flexigrid without any of these errors. they run fine. So I think this error really belongs to DataTables.

Can you please help me?

Thanks

Replies

  • allanallan Posts: 61,716Questions: 1Answers: 10,108 Site admin
    Don't compress the files in media/src . The DataTables main file is built from those files using a shell script. Only one file is required for DataTables the js/jquery.dataTables.s one - and there is already a minified version available with better compression that YUI compressor.

    Allan
  • abeingabeing Posts: 2Questions: 0Answers: 0
    Thanks for the superfast and perfect answer!
    It works now!

    I wish you the best
This discussion has been closed.