[jboss-svn-commits] JBL Code SVN: r17620 - labs/jbosstm/trunk/ArjunaCore/scripts.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jan 8 07:43:38 EST 2008
Author: jhalliday
Date: 2008-01-08 07:43:38 -0500 (Tue, 08 Jan 2008)
New Revision: 17620
Modified:
labs/jbosstm/trunk/ArjunaCore/scripts/setup-env.bat
labs/jbosstm/trunk/ArjunaCore/scripts/setup-env.sh
labs/jbosstm/trunk/ArjunaCore/scripts/withorb-setup-env.bat
labs/jbosstm/trunk/ArjunaCore/scripts/withorb-setup-env.sh
labs/jbosstm/trunk/ArjunaCore/scripts/withoutorb-setup-env.bat
labs/jbosstm/trunk/ArjunaCore/scripts/withoutorb-setup-env.sh
Log:
Updated classpath in setup-env shell scripts to reflect JTA .jar change, addition of concurrent.jar and bundling of patched JacORB. http://jira.jboss.com/jira/browse/JBTM-321
Modified: labs/jbosstm/trunk/ArjunaCore/scripts/setup-env.bat
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/scripts/setup-env.bat 2008-01-08 12:02:52 UTC (rev 17619)
+++ labs/jbosstm/trunk/ArjunaCore/scripts/setup-env.bat 2008-01-08 12:43:38 UTC (rev 17620)
@@ -1,24 +1,24 @@
rem
rem JBoss, Home of Professional Open Source
-rem Copyright 2006, Red Hat Middleware LLC, and individual contributors
-rem as indicated by the @author tags.
+rem Copyright 2006, Red Hat Middleware LLC, and individual contributors
+rem as indicated by the @author tags.
rem See the copyright.txt in the distribution for a
-rem full listing of individual contributors.
+rem full listing of individual contributors.
rem This copyrighted material is made available to anyone wishing to use,
rem modify, copy, or redistribute it subject to the terms and conditions
rem of the GNU Lesser General Public License, v. 2.1.
-rem This program is distributed in the hope that it will be useful, but WITHOUT A
-rem WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+rem This program is distributed in the hope that it will be useful, but WITHOUT A
+rem WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
rem PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
rem You should have received a copy of the GNU Lesser General Public License,
rem v.2.1 along with this distribution; if not, write to the Free Software
-rem Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+rem Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
rem MA 02110-1301, USA.
-rem
+rem
rem (C) 2005-2006,
rem @author JBoss Inc.
rem
- at echo off
+ at echo off
rem
rem Arjuna Transaction Service (now JBoss Transaction Service)
@@ -46,15 +46,20 @@
set EXT_CLASSPATH=%JBOSSTS_HOME%\lib\ext\jbossts-common.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%JBOSSTS_HOME%\lib\ext\commons-logging.jar
+set EXT_CLASSPATH=%EXT_CLASSPATH%;%JBOSSTS_HOME%\lib\ext\concurrent.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%JBOSSTS_HOME%\lib\ext\connector-api.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%JBOSSTS_HOME%\lib\ext\jdbc2_0-stdext.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%JBOSSTS_HOME%\lib\ext\jmxri.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%JBOSSTS_HOME%\lib\ext\jndi.jar
-set EXT_CLASSPATH=%EXT_CLASSPATH%;%JBOSSTS_HOME%\lib\ext\jta-spec1_0_1.jar
+set EXT_CLASSPATH=%EXT_CLASSPATH%;%JBOSSTS_HOME%\lib\ext\jta-1_1-classes.zip
set EXT_CLASSPATH=%EXT_CLASSPATH%;%JBOSSTS_HOME%\lib\ext\log4j-1.2.8.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%JBOSSTS_HOME%\lib\ext\xercesImpl.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%JBOSSTS_HOME%\lib\ext\xmlParserAPIs.jar
+rem
+rem Caution: JBossTS needs a specially patched version of JacORB.
+rem Use %JBOSSTS_HOME%\jacorb here unless you have a good reason not to.
+rem
set JACORB_HOME=PUT_JACORB_HOME_HERE
set JACORB_CLASSPATH=%JACORB_HOME%\lib\jacorb.jar
set JACORB_CLASSPATH=%JACORB_CLASSPATH%;%JACORB_HOME%\lib\idl.jar
Modified: labs/jbosstm/trunk/ArjunaCore/scripts/setup-env.sh
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/scripts/setup-env.sh 2008-01-08 12:02:52 UTC (rev 17619)
+++ labs/jbosstm/trunk/ArjunaCore/scripts/setup-env.sh 2008-01-08 12:43:38 UTC (rev 17620)
@@ -1,20 +1,20 @@
#
# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors
-# as indicated by the @author tags.
+# Copyright 2006, Red Hat Middleware LLC, and individual contributors
+# as indicated by the @author tags.
# See the copyright.txt in the distribution for a
-# full listing of individual contributors.
+# full listing of individual contributors.
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions
# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# This program is distributed in the hope that it will be useful, but WITHOUT A
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public License,
# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
-#
+#
# (C) 2005-2006,
# @author JBoss Inc.
#
@@ -32,15 +32,15 @@
echo Please ensure the JAVA_HOME environment variable is set
CONTINUE_SETUP=false
-
+
else
if test "x$JBOSSTS_HOME" = "x"
then
-
+
echo Please ensure the JBOSSTS_HOME environment variable is set
CONTINUE_SETUP=false
-
+
fi
fi
@@ -49,6 +49,8 @@
then
# Full JacORB installation location
+# Caution: JBossTS needs a specially patched version of JacORB.
+# Use $JBOSSTS_HOME/jacorb here unless you have a good reason not to.
JACORB_HOME="PUT_JACORB_HOME_HERE"
# Find classpath separator
@@ -75,11 +77,12 @@
EXT_CLASSPATH="$JBOSSTS_HOME/lib/ext/jbossts-common.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$JBOSSTS_HOME/lib/ext/commons-logging.jar"
+EXT_CLASSPATH="$EXT_CLASSPATH$CPS$JBOSSTS_HOME/lib/ext/concurrent.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$JBOSSTS_HOME/lib/ext/connector-api.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$JBOSSTS_HOME/lib/ext/jdbc2_0-stdext.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$JBOSSTS_HOME/lib/ext/jmxri.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$JBOSSTS_HOME/lib/ext/jndi.jar"
-EXT_CLASSPATH="$EXT_CLASSPATH$CPS$JBOSSTS_HOME/lib/ext/jta-spec1_0_1.jar"
+EXT_CLASSPATH="$EXT_CLASSPATH$CPS$JBOSSTS_HOME/lib/ext/jta-1_1-classes.zip"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$JBOSSTS_HOME/lib/ext/log4j-1.2.8.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$JBOSSTS_HOME/lib/ext/xercesImpl.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$JBOSSTS_HOME/lib/ext/xmlParserAPIs.jar"
Modified: labs/jbosstm/trunk/ArjunaCore/scripts/withorb-setup-env.bat
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/scripts/withorb-setup-env.bat 2008-01-08 12:02:52 UTC (rev 17619)
+++ labs/jbosstm/trunk/ArjunaCore/scripts/withorb-setup-env.bat 2008-01-08 12:43:38 UTC (rev 17620)
@@ -1,24 +1,24 @@
rem
rem JBoss, Home of Professional Open Source
-rem Copyright 2006, Red Hat Middleware LLC, and individual contributors
-rem as indicated by the @author tags.
+rem Copyright 2006, Red Hat Middleware LLC, and individual contributors
+rem as indicated by the @author tags.
rem See the copyright.txt in the distribution for a
-rem full listing of individual contributors.
+rem full listing of individual contributors.
rem This copyrighted material is made available to anyone wishing to use,
rem modify, copy, or redistribute it subject to the terms and conditions
rem of the GNU Lesser General Public License, v. 2.1.
-rem This program is distributed in the hope that it will be useful, but WITHOUT A
-rem WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+rem This program is distributed in the hope that it will be useful, but WITHOUT A
+rem WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
rem PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
rem You should have received a copy of the GNU Lesser General Public License,
rem v.2.1 along with this distribution; if not, write to the Free Software
-rem Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+rem Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
rem MA 02110-1301, USA.
-rem
+rem
rem (C) 2005-2006,
rem @author JBoss Inc.
rem
- at echo off
+ at echo off
rem Arjuna Technologies Ltd.
rem Copyright 2004
@@ -43,15 +43,20 @@
set EXT_CLASSPATH=%@HOME_DIRECTORY@%\lib\ext\jbossts-common.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\commons-logging.jar
+set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\concurrent.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\connector-api.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\jdbc2_0-stdext.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\jmxri.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\jndi.jar
-set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\jta-spec1_0_1.jar
+set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\jta-1_1-classes.zip
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\log4j-1.2.8.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\xercesImpl.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\xmlParserAPIs.jar
+rem
+rem Caution: JBossTS needs a specially patched version of JacORB.
+rem Use %JBOSSTS_HOME%\jacorb here unless you have a good reason not to.
+rem
set JACORB_HOME=PUT_JACORB_HOME_HERE
set JACORB_CLASSPATH=%JACORB_HOME%\lib\jacorb.jar
set JACORB_CLASSPATH=%JACORB_CLASSPATH%;%JACORB_HOME%\lib\idl.jar
Modified: labs/jbosstm/trunk/ArjunaCore/scripts/withorb-setup-env.sh
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/scripts/withorb-setup-env.sh 2008-01-08 12:02:52 UTC (rev 17619)
+++ labs/jbosstm/trunk/ArjunaCore/scripts/withorb-setup-env.sh 2008-01-08 12:43:38 UTC (rev 17620)
@@ -1,20 +1,20 @@
#
# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors
-# as indicated by the @author tags.
+# Copyright 2006, Red Hat Middleware LLC, and individual contributors
+# as indicated by the @author tags.
# See the copyright.txt in the distribution for a
-# full listing of individual contributors.
+# full listing of individual contributors.
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions
# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# This program is distributed in the hope that it will be useful, but WITHOUT A
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public License,
# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
-#
+#
# (C) 2005-2006,
# @author JBoss Inc.
#
@@ -29,15 +29,15 @@
echo Please ensure the JAVA_HOME environment variable is set
CONTINUE_SETUP=false
-
+
else
if test "x$@HOME_DIRECTORY@" = "x"
then
-
+
echo Please ensure the @HOME_DIRECTORY@ environment variable is set
CONTINUE_SETUP=false
-
+
fi
fi
@@ -46,6 +46,9 @@
then
# Full JacORB installation location
+# Caution: JBossTS needs a specially patched version of JacORB.
+# Use $JBOSSTS_HOME/jacorb here unless you have a good reason not to.
+#
JACORB_HOME="PUT_JACORB_HOME_HERE"
# Find classpath separator
@@ -72,11 +75,12 @@
EXT_CLASSPATH="$@HOME_DIRECTORY@/lib/ext/jbossts-common.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/commons-logging.jar"
+EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/concurrent.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/connector-api.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/jdbc2_0-stdext.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/jmxri.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/jndi.jar"
-EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/jta-spec1_0_1.jar"
+EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/jta-1_1-classes.zip"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/log4j-1.2.8.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/xercesImpl.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/xmlParserAPIs.jar"
Modified: labs/jbosstm/trunk/ArjunaCore/scripts/withoutorb-setup-env.bat
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/scripts/withoutorb-setup-env.bat 2008-01-08 12:02:52 UTC (rev 17619)
+++ labs/jbosstm/trunk/ArjunaCore/scripts/withoutorb-setup-env.bat 2008-01-08 12:43:38 UTC (rev 17620)
@@ -1,24 +1,24 @@
rem
rem JBoss, Home of Professional Open Source
-rem Copyright 2006, Red Hat Middleware LLC, and individual contributors
-rem as indicated by the @author tags.
+rem Copyright 2006, Red Hat Middleware LLC, and individual contributors
+rem as indicated by the @author tags.
rem See the copyright.txt in the distribution for a
-rem full listing of individual contributors.
+rem full listing of individual contributors.
rem This copyrighted material is made available to anyone wishing to use,
rem modify, copy, or redistribute it subject to the terms and conditions
rem of the GNU Lesser General Public License, v. 2.1.
-rem This program is distributed in the hope that it will be useful, but WITHOUT A
-rem WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+rem This program is distributed in the hope that it will be useful, but WITHOUT A
+rem WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
rem PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
rem You should have received a copy of the GNU Lesser General Public License,
rem v.2.1 along with this distribution; if not, write to the Free Software
-rem Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+rem Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
rem MA 02110-1301, USA.
-rem
+rem
rem (C) 2005-2006,
rem @author JBoss Inc.
rem
- at echo off
+ at echo off
rem Arjuna Technologies Ltd.
rem Copyright 2004
@@ -42,11 +42,12 @@
set EXT_CLASSPATH=%@HOME_DIRECTORY@%\lib\ext\jbossts-common.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\commons-logging.jar
+set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\concurrent.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\connector-api.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\jdbc2_0-stdext.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\jmxri.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\jndi.jar
-set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\jta-spec1_0_1.jar
+set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\jta-1_1-classes.zip
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\log4j-1.2.8.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\xercesImpl.jar
set EXT_CLASSPATH=%EXT_CLASSPATH%;%@HOME_DIRECTORY@%\lib\ext\xmlParserAPIs.jar
Modified: labs/jbosstm/trunk/ArjunaCore/scripts/withoutorb-setup-env.sh
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/scripts/withoutorb-setup-env.sh 2008-01-08 12:02:52 UTC (rev 17619)
+++ labs/jbosstm/trunk/ArjunaCore/scripts/withoutorb-setup-env.sh 2008-01-08 12:43:38 UTC (rev 17620)
@@ -1,20 +1,20 @@
#
# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors
-# as indicated by the @author tags.
+# Copyright 2006, Red Hat Middleware LLC, and individual contributors
+# as indicated by the @author tags.
# See the copyright.txt in the distribution for a
-# full listing of individual contributors.
+# full listing of individual contributors.
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions
# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# This program is distributed in the hope that it will be useful, but WITHOUT A
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public License,
# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
-#
+#
# (C) 2005-2006,
# @author JBoss Inc.
#
@@ -29,15 +29,15 @@
echo Please ensure the JAVA_HOME environment variable is set
CONTINUE_SETUP=false
-
+
else
if test "x$@HOME_DIRECTORY@" = "x"
then
-
+
echo Please ensure the @HOME_DIRECTORY@ environment variable is set
CONTINUE_SETUP=false
-
+
fi
fi
@@ -67,11 +67,12 @@
EXT_CLASSPATH="$@HOME_DIRECTORY@/lib/ext/jbossts-common.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/commons-logging.jar"
+EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/concurrent.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/connector-api.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/jdbc2_0-stdext.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/jmxri.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/jndi.jar"
-EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/jta-spec1_0_1.jar"
+EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/jta-1_1-classes.zip"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/log4j-1.2.8.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/xercesImpl.jar"
EXT_CLASSPATH="$EXT_CLASSPATH$CPS$@HOME_DIRECTORY@/lib/ext/xmlParserAPIs.jar"
More information about the jboss-svn-commits
mailing list