Author: thomas.diesler(a)jboss.com
Date: 2007-08-04 09:38:40 -0400 (Sat, 04 Aug 2007)
New Revision: 4202
Modified:
stack/native/trunk/build.sh
Log:
Try to always use ant/endorsed
Modified: stack/native/trunk/build.sh
===================================================================
--- stack/native/trunk/build.sh 2007-08-04 12:07:59 UTC (rev 4201)
+++ stack/native/trunk/build.sh 2007-08-04 13:38:40 UTC (rev 4202)
@@ -148,12 +148,12 @@
# Set the max memory to 256m
ANT_OPTS=-Xmx256m
- if [ "x$USE_JDK6" = "xtrue" ]; then
+ #if [ "x$USE_JDK6" = "xtrue" ]; then
ANT_OPTS="$ANT_OPTS -Djava.endorsed.dirs=$ANT_HOME/endorsed"
echo "--------------------------------------"
echo "Endorsed Directory: $ANT_HOME/endorsed"
echo "--------------------------------------"
- fi
+ #fi
# setup some build properties
ANT_OPTS="$ANT_OPTS -Dbuild.script=$0"