jon 01/08/08 10:33:09
Modified: build test.sh
docs changes.html
xdocs changes.xml
Log:
added notes to changes doc
updated test.sh script to just use ant
Revision Changes Path
1.2 +1 -34 jakarta-velocity/build/test.sh
Index: test.sh
===================================================================
RCS file: /home/cvs/jakarta-velocity/build/test.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- test.sh 2001/03/21 20:10:25 1.1
+++ test.sh 2001/08/08 17:33:08 1.2
@@ -8,37 +8,4 @@
#--------------------------------------------
# No need to edit anything past here
#--------------------------------------------
-if test -z "${JAVA_HOME}" ; then
- echo "ERROR: JAVA_HOME not found in your environment."
- echo "Please, set the JAVA_HOME variable in your environment to match the"
- echo "location of the Java Virtual Machine you want to use."
- exit
-fi
-
-if test -f ${JAVA_HOME}/lib/tools.jar ; then
- CLASSPATH="${CLASSPATH}:${JAVA_HOME}/lib/tools.jar"
-fi
-
-# convert the existing path to unix
-if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then
- CLASSPATH=`cygpath --path --unix "$CLASSPATH"`
-fi
-
-CLASSPATH=${CLASSPATH}:./lib/ant-1.3.jar
-CLASSPATH=${CLASSPATH}:./lib/ant-1.3-optional.jar
-CLASSPATH=${CLASSPATH}:./lib/xerces-1.3.0.jar
-CLASSPATH=${CLASSPATH}:./lib/werken.xpath.jar
-CLASSPATH=${CLASSPATH}:./lib/antlr-runtime.jar
-
-# convert the unix path to windows
-if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then
- CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
-fi
-
-if [ "$BUILDFILE" = "" ] ; then
- BUILDFILE=testcases.xml
-fi
-
-${JAVA_HOME}/bin/java -classpath ${CLASSPATH} \
- org.apache.tools.ant.Main \
- -buildfile ${BUILDFILE} "$@"
+ant -buildfile testcases.xml "$@"
1.51 +8 -1 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- changes.html 2001/08/08 11:20:22 1.50
+++ changes.html 2001/08/08 17:33:08 1.51
@@ -222,7 +222,14 @@
<li>
Updated junit to v3.7 in build/lib (gmj)
</li>
-
+ <li>
+ Checked in patches from Attila Szegedi which improves the XPath
+ support in Anakia. These are fully backwards compatible with
+ previous versions. (jss)
+ </li>
+ <li>
+ Fixed the build/test.sh convenience script to use Ant. (jss)
+ </li>
</ul>
</blockquote>
</td></tr>
1.49 +8 -1 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- changes.xml 2001/08/08 11:20:22 1.48
+++ changes.xml 2001/08/08 17:33:08 1.49
@@ -114,7 +114,14 @@
<li>
Updated junit to v3.7 in build/lib (gmj)
</li>
-
+ <li>
+ Checked in patches from Attila Szegedi which improves the XPath
+ support in Anakia. These are fully backwards compatible with
+ previous versions. (jss)
+ </li>
+ <li>
+ Fixed the build/test.sh convenience script to use Ant. (jss)
+ </li>
</ul>
</subsection>