svn commit: r1347617 - /xalan/test/trunk/java/src/org/apache/qetest/xslwrapper/XsltcMainWrapper.java
[email protected] Thu, 07 Jun 2012 13:55:21 -0000
| Newsgroups | gmane.text.xml.xalan.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ggregory
Date: Thu Jun 7 13:55:21 2012
New Revision: 1347617
URL: http://svn.apache.org/viewvc?rev=1347617&view=rev
Log:
Fix typo in comment.
Modified:
xalan/test/trunk/java/src/org/apache/qetest/xslwrapper/XsltcMainWrapper.java
Modified: xalan/test/trunk/java/src/org/apache/qetest/xslwrapper/XsltcMainWrapper.java
URL: http://svn.apache.org/viewvc/xalan/test/trunk/java/src/org/apache/qetest/xslwrapper/XsltcMainWrapper.java?rev=1347617&r1=1347616&r2=1347617&view=diff
==============================================================================
--- xalan/test/trunk/java/src/org/apache/qetest/xslwrapper/XsltcMainWrapper.java (original)
+++ xalan/test/trunk/java/src/org/apache/qetest/xslwrapper/XsltcMainWrapper.java Thu Jun 7 13:55:21 2012
@@ -183,7 +183,7 @@ So I strip off the protocol prefix and p
// Timed: read/build xml, transform, and write results
/* TWA - I don't see how this could have worked, there is no -s option in DefaultRun
-so passing it in the args2 caused usuage messages to be output.
+so passing it in the args2 caused usage messages to be output.
Also, we shouldn't use the -u option unless we are really using URLs,
I'm just trying to get it to work with local path/files. With or without the
-u option, the files were getting a file://// prefix with caused them to be not found