Author: manik.surtani(a)jboss.com
Date: 2007-08-15 06:50:03 -0400 (Wed, 15 Aug 2007)
New Revision: 4289
Removed:
cacheloader_migration/trunk/src/examples/misc/build.bat
cacheloader_migration/trunk/src/examples/misc/build.sh
Modified:
cacheloader_migration/trunk/src/examples/misc/build.properties
Log:
Removed scripts (users should use ant directly) and updated props file.
Deleted: cacheloader_migration/trunk/src/examples/misc/build.bat
===================================================================
--- cacheloader_migration/trunk/src/examples/misc/build.bat 2007-08-15 10:48:03 UTC (rev
4288)
+++ cacheloader_migration/trunk/src/examples/misc/build.bat 2007-08-15 10:50:03 UTC (rev
4289)
@@ -1,4 +0,0 @@
-@echo off
-set ANT_HOME=..\..\ant-dist
-REM java -cp
%ANT_HOME%/lib/ant.jar;%ANT_HOME%/lib/optional.jar;%ANT_HOME%/lib/junit.jar;%JAVA_HOME%/lib/tools.jar
org.apache.tools.ant.Main %*
-%ANT_HOME%\bin\ant %*
Modified: cacheloader_migration/trunk/src/examples/misc/build.properties
===================================================================
--- cacheloader_migration/trunk/src/examples/misc/build.properties 2007-08-15 10:48:03 UTC
(rev 4288)
+++ cacheloader_migration/trunk/src/examples/misc/build.properties 2007-08-15 10:50:03 UTC
(rev 4289)
@@ -10,7 +10,7 @@
# create directory structure
#
-cache.home=${basedir}/../..
+cache.home=${basedir}/..
cache.lib=${cache.home}/lib
#Directory for Junit test result. Subdirectory html contains the result in html format.
Deleted: cacheloader_migration/trunk/src/examples/misc/build.sh
===================================================================
--- cacheloader_migration/trunk/src/examples/misc/build.sh 2007-08-15 10:48:03 UTC (rev
4288)
+++ cacheloader_migration/trunk/src/examples/misc/build.sh 2007-08-15 10:50:03 UTC (rev
4289)
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-CACHE_HOME=`dirname $0`
-ANT_HOME=$CACHE_HOME/../../ant-dist
-
-CLASSPATH=$ANT_HOME/lib/ant.jar:$ANT_HOME/lib/optional.jar:$ANT_HOME/lib/junit.jar:$JAVA_HOME/lib/tools.jar
-
-# OS specific support (must be 'true' or 'false').
-cygwin=false;
-case "`uname`" in
- CYGWIN*)
- cygwin=true
- ;;
-esac
-
-if [ $cygwin = "true" ]; then
-# Note that JAVA_HOME evn needs to be set under cygwin explictly,
-# /cygdrive/e:/j2sdkxxx, for this to work correctly. Otherwise,
-# javac can't be located correctly.
- CP=`cygpath -wp $CLASSPATH`
-else
- CP=$CLASSPATH
-fi
-
-#java -cp $CP org.apache.tools.ant.Main "$@"
-$ANT_HOME/bin/ant "$@"
\ No newline at end of file
Show replies by date