Changes between Version 40 and Version 41 of Dev/Tools


Ignore:
Timestamp:
03/03/10 09:37:04 (3 years ago)
Author:
irolewic
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/Tools

    v40 v41  
    157157   * Fill the configuration fields: 
    158158     * Name: for example, !JsLint 
    159      * Location: /usr/bin/rhino or equivalent (you can check with ''which rhino'' in Linux). Under windows put the absolute path of the rhino.bat script. 
     159     * Location: /usr/bin/rhino or equivalent (you can check with ''which rhino'' in Linux). Under Windows put the absolute path of the rhino.bat script. 
    160160     * Working Directory: write ''${workspace_loc}'' here. 
    161161     * Arguments: write ''${project_loc}/tests/javascript/jslint/jslint.js ${resource_loc}'' or ''${project_loc}/tests/jslint/jslint.js ${resource_loc}'' here depending if indicop is integrated or not.