Issue Details (XML | Word | Printable)

Key: TESTINGWEB-1
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Diego Schivo
Reporter: Diego Schivo
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Testing for web utilities

On Windows, jsp tests fails on jsp compilation

Created: 08/Mar/10 17:20   Updated: 09/Mar/10 20:32   Resolved: 09/Mar/10 20:32
Component/s: None
Affects Version/s: 1.2
Fix Version/s: 1.2.1


 Description  « Hide

The javac error occurs at the following line of the .java file:

_jspx_dependants.add("-tldsfromclasspath\stringutils.tld");

and the cause of the error is the unescaped path separator:
Invalid escape sequence (valid ones are \b \t \n \f \r \" \')



Diego Schivo added a comment - 08/Mar/10 17:25

Fixed by converting backslash to forward slash, avoiding escaping issues.
(cannot assign/resolve the issue)