geirm 2003/11/06 03:19:21
Modified: xdocs install.xml
docs install.html
Log:
Doco update for #15945c
Revision Changes Path
1.19 +32 -17 jakarta-velocity/xdocs/install.xml
Index: install.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/install.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- install.xml 6 Dec 2001 07:54:05 -0000 1.18
+++ install.xml 6 Nov 2003 11:19:21 -0000 1.19
@@ -131,28 +131,43 @@
]]></source>
<p>
-If all is well, you should see output like :
+If all is well, you should see output similar to :
</p>
<source><![CDATA[
+junittest:
+ [junit] Running org.apache.velocity.util.TestSimplePool
+ [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.025 sec
+
test:
-Running JUnit template tests for Velocity ...
-Adding TemplateTestCase : arithmetic
-Adding TemplateTestCase : array
-Adding TemplateTestCase : block
- .
- .
- .
-Adding TemplateTestCase : math
-Adding TemplateTestCase : range
-Adding TemplateTestCase : get
-Adding TemplateTestCase : velocimacro2
-Adding TemplateTestCase : foreach-type
-Adding ContextSafetyTestCase.
-......................................
-Time: 2.553
-OK (38 tests)
+test-template:
+ [echo] Running Template tests...
+ [java] Adding TemplateTestCase : arithmetic
+ ...
+ ...
+ ...
+ [java] Adding TemplateTestCase : foreach-introspect
+ [java] Adding TemplateTestCase : settest
+ [java] .......................................
+ [java] Time: 1.999
+
+ [java] OK (39 tests)
+
+
+test-velocityapp:
+ [echo] Running app.Velocity tests...
+ [java] .
+ [java] Time: 0.004
+
+ [java] OK (1 tests)
+
+
+...
+
+BUILD SUCCESSFUL
+Total time: 42 seconds
+
]]></source>
<p>
1.54 +37 -19 jakarta-velocity/docs/install.html
Index: install.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/install.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- install.html 21 Oct 2003 12:05:36 -0000 1.53
+++ install.html 6 Nov 2003 11:19:21 -0000 1.54
@@ -16,8 +16,11 @@
<meta name="email" value="[EMAIL PROTECTED]">
-
-
+
+
+
+
+
<title>Velocity - Velocity Installation</title>
</head>
@@ -338,7 +341,7 @@
</table>
</div>
<p>
-If all is well, you should see output like :
+If all is well, you should see output similar to :
</p>
<div align="left">
<table cellspacing="4" cellpadding="0" border="0">
@@ -350,24 +353,39 @@
<tr>
<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#ffffff"><pre>
+junittest:
+ [junit] Running org.apache.velocity.util.TestSimplePool
+ [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.025 sec
+
test:
-Running JUnit template tests for Velocity ...
-Adding TemplateTestCase : arithmetic
-Adding TemplateTestCase : array
-Adding TemplateTestCase : block
- .
- .
- .
-Adding TemplateTestCase : math
-Adding TemplateTestCase : range
-Adding TemplateTestCase : get
-Adding TemplateTestCase : velocimacro2
-Adding TemplateTestCase : foreach-type
-Adding ContextSafetyTestCase.
-......................................
-Time: 2.553
-OK (38 tests)
+test-template:
+ [echo] Running Template tests...
+ [java] Adding TemplateTestCase : arithmetic
+ ...
+ ...
+ ...
+ [java] Adding TemplateTestCase : foreach-introspect
+ [java] Adding TemplateTestCase : settest
+ [java] .......................................
+ [java] Time: 1.999
+
+ [java] OK (39 tests)
+
+
+test-velocityapp:
+ [echo] Running app.Velocity tests...
+ [java] .
+ [java] Time: 0.004
+
+ [java] OK (1 tests)
+
+
+...
+
+BUILD SUCCESSFUL
+Total time: 42 seconds
+
</pre></td>
<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]