sbailliez 02/02/07 14:08:33
Modified: src/main/org/apache/tools/ant/taskdefs XSLTLiaison.java
Log:
Fixed javadoc
Revision Changes Path
1.11 +2 -6
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/XSLTLiaison.java
Index: XSLTLiaison.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/XSLTLiaison.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- XSLTLiaison.java 7 Feb 2002 22:01:57 -0000 1.10
+++ XSLTLiaison.java 7 Feb 2002 22:08:33 -0000 1.11
@@ -69,12 +69,8 @@
* the file protocol prefix for systemid.
* This file protocol must be appended to an absolute path.
* Typically: <tt>FILE_PROTOCOL_PREFIX + file.getAbsolutePath()</tt>
- * This is not correct in specification terms since an absolute
- * url in Unix is file:// + file.getAbsolutePath() while it is
- * file:/// + file.getAbsolutePath() under Windows.
- * Whatever, it should not be a problem to put file:/// in every
- * case since most parsers for now incorrectly makes no difference
- * between it.. and users also have problem with that :)
+ * Note that on Windows, an extra '/' must be appended to the
+ * protocol prefix so that there is always 3 consecutive slashes.
*/
String FILE_PROTOCOL_PREFIX = "file://";
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>