Skip to Content.
Sympa Menu

notify-dpml - r1066 - trunk/main/depot/core/console/etc/bin

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: carelparadis AT mail.berlios.de
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1066 - trunk/main/depot/core/console/etc/bin
  • Date: Sat, 11 Feb 2006 05:31:29 +0100

Author: carelparadis
Date: 2006-02-11 05:31:20 +0100 (Sat, 11 Feb 2006)
New Revision: 1066

Modified:
trunk/main/depot/core/console/etc/bin/depot
trunk/main/depot/core/console/etc/bin/depot-cygwin.sh
trunk/main/depot/core/console/etc/bin/depot-unix.sh
Log:
Fix problems into cygwin/unix scripts.

Modified: trunk/main/depot/core/console/etc/bin/depot
===================================================================
--- trunk/main/depot/core/console/etc/bin/depot 2006-02-10 01:01:12 UTC (rev
1065)
+++ trunk/main/depot/core/console/etc/bin/depot 2006-02-11 04:31:20 UTC (rev
1066)
@@ -58,7 +58,7 @@
fi
export DEPOT_SECURITY_POLICY

-DEPOT_BASE_JVM_OPTS="-Djava.system.class.loader=@DEPOT-CLASSLOADER-CLASS@
\"-Djava.security.policy=$DEPOT_SECURITY_POLICY\"
-Djava.rmi.server.randomIDs=true
-Djava.rmi.server.RMIClassLoaderSpi=net.dpml.depot.DepotRMIClassLoaderSpi
-Djava.protocol.handler.pkgs=net.dpml.transit"
+DEPOT_BASE_JVM_OPTS="-Djava.system.class.loader=@DEPOT-CLASSLOADER-CLASS@
-Djava.rmi.server.randomIDs=true
-Djava.rmi.server.RMIClassLoaderSpi=net.dpml.depot.DepotRMIClassLoaderSpi
-Djava.protocol.handler.pkgs=net.dpml.transit"

if [ "$DEPOT_JVM_OPTS" = "" ] ; then
DEPOT_JVM_OPTS=$DEPOT_BASE_JVM_OPTS

Modified: trunk/main/depot/core/console/etc/bin/depot-cygwin.sh
===================================================================
--- trunk/main/depot/core/console/etc/bin/depot-cygwin.sh 2006-02-10
01:01:12 UTC (rev 1065)
+++ trunk/main/depot/core/console/etc/bin/depot-cygwin.sh 2006-02-11
04:31:20 UTC (rev 1066)
@@ -24,9 +24,12 @@
JAVA_HOME=`cygpath --windows "$JAVA_HOME"`
DPML_HOME=`cygpath --windows "$DPML_HOME"`
DPML_SYSTEM=`cygpath --windows "$DPML_SYSTEM"`
-DEPOT_CLASSPATH=`cygpath --windows "$DEPOT_CLASSPATH"`
+DEPOT_SECURITY_POLICY=`cygpath --windows "$DEPOT_SECURITY_POLICY"`
+DEPOT_CLASSPATH=`cygpath --path --windows "$DEPOT_CLASSPATH"`
[ -n "$CLASSPATH" ] && CLASSPATH=`cygpath --path --windows "$CLASSPATH"`

+DEPOT_JVM_OPTS="\"-Djava.security.policy=$DEPOT_SECURITY_POLICY\"
$DEPOT_JVM_OPTS"
+
if [ "$DEPOT_DEBUG" = "true" ]; then
TITLE="Starting Depot $DEPOT_VERSION."
echo $TITLE

Modified: trunk/main/depot/core/console/etc/bin/depot-unix.sh
===================================================================
--- trunk/main/depot/core/console/etc/bin/depot-unix.sh 2006-02-10 01:01:12
UTC (rev 1065)
+++ trunk/main/depot/core/console/etc/bin/depot-unix.sh 2006-02-11 04:31:20
UTC (rev 1066)
@@ -17,6 +17,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

+DEPOT_JVM_OPTS="\"-Djava.security.policy=$DEPOT_SECURITY_POLICY\"
$DEPOT_JVM_OPTS"
+
if [ "$DEPOT_DEBUG" = "true" ]; then
TITLE="Starting Depot $DEPOT_VERSION."
echo $TITLE




  • r1066 - trunk/main/depot/core/console/etc/bin, carelparadis, 02/10/2006

Archive powered by MHonArc 2.6.24.

Top of Page