Indefinite error when running yuitest-coverage.jar on JavaScript files
Hello,
I am utilizing the Yahoo User Interface (YUI) Test Standalone beta (yuitest_1.0.0b1). When I tried to run the yuitest-coverage.jar test coverage implementation on my JavaScript files, I got this message on the console:
line 50:0 no viable alternative at input '}'.
I am trying to implement all documents within a directory.
For what it's worth, I am operating the coverage JAR as a Java ANT task from Eclipse (Helios).
Is there a technique to raise the verbosity of the error messages from the reporting code? Perhaps something that can help me isolate which file the instrument is complaining about? Need your help to solve this error.
Thanks a lot.