Helioviewer-Project / helioviewer.org

Main web application for solar data visualization
Other
18 stars 15 forks source link

ReferenceError: TimeSelector is not defined #214

Closed PabloA-dev-coder closed 7 years ago

PabloA-dev-coder commented 7 years ago

Hello,

I am trying to install helioviewer.org on my test server at IAS inf-helio-test.ias.u-psud.fr Although I do have the file TimeSelector.js I have an error in firebug saying "TimeSelector is not defined"

 root@dev-helioviewer:/var/www/helioviewer# find . -name TimeSelector.js
./resources/js/UI/TimeSelector.js

In index.php this file seems to be loaded :


Do you have a clue about that ?

Best regards, Pablo

ddialer commented 7 years ago

Could you replace content of /resources/build/build.xml file with https://github.com/Helioviewer-Project/helioviewer.org/blob/master/resources/build/build.xml

I just made some changes. There was missing TimeSelector reference.

PabloA-dev-coder commented 7 years ago

Hello,

Done. Sorry to bother but I ve tried to launch 'ant '

root@inf-helio-test:/var/www/helioviewer/resources/build# ant
Buildfile: /var/www/helioviewer/resources/build/build.xml

BUILD FAILED
/var/www/helioviewer/resources/build/build.xml:8: Unexpected element "{}html" {antlib:org.apache.tools.ant}html

Total time: 0 seconds

Best regards, Pablo IAS

PabloA-dev-coder commented 7 years ago

solved my fault doing a wget Solved thank you