| 
      
      
      From: <ha...@us...> - 2006-10-21 01:17:25
       | 
| Revision: 1077
          http://svn.sourceforge.net/cogkit/?rev=1077&view=rev
Author:   hategan
Date:     2006-10-20 18:17:20 -0700 (Fri, 20 Oct 2006)
Log Message:
-----------
fix for http://bugzilla.globus.org/globus/show_bug.cgi?id=3874
Modified Paths:
--------------
    trunk/current/src/cog/etc/unix/example-launcher-template
    trunk/current/src/cog/etc/unix/launcher-template
Modified: trunk/current/src/cog/etc/unix/example-launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/example-launcher-template	2006-10-20 21:46:16 UTC (rev 1076)
+++ trunk/current/src/cog/etc/unix/example-launcher-template	2006-10-21 01:17:20 UTC (rev 1077)
@@ -61,7 +61,7 @@
 updateOptions "$USERID" "UID"
 updateOptions "$GLOBUS_INSTALL_PATH" "GLOBUS_INSTALL_PATH"
 updateOptions "$GLOBUS_DEPLOY_PATH" "GLOBUS_DEPLOY_PATH"
-updateOptions "$GLOBUS_TCP_PORT_RANGE" "GLOBUS_TCP_PORT_RANGE"
+updateOptions "\"$GLOBUS_TCP_PORT_RANGE\"" "GLOBUS_TCP_PORT_RANGE"
 updateOptions "$COG_INSTALL_PATH" "COG_INSTALL_PATH"
 
 
Modified: trunk/current/src/cog/etc/unix/launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/launcher-template	2006-10-20 21:46:16 UTC (rev 1076)
+++ trunk/current/src/cog/etc/unix/launcher-template	2006-10-21 01:17:20 UTC (rev 1077)
@@ -63,7 +63,7 @@
 updateOptions "$USERID" "UID"
 updateOptions "$GLOBUS_INSTALL_PATH" "GLOBUS_INSTALL_PATH"
 updateOptions "$GLOBUS_DEPLOY_PATH" "GLOBUS_DEPLOY_PATH"
-updateOptions "$GLOBUS_TCP_PORT_RANGE" "GLOBUS_TCP_PORT_RANGE"
+updateOptions "\"$GLOBUS_TCP_PORT_RANGE\"" "GLOBUS_TCP_PORT_RANGE"
 updateOptions "$COG_INSTALL_PATH" "COG_INSTALL_PATH"
 
 ### EXECUTE ############
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ha...@us...> - 2006-11-10 17:31:35
       | 
| Revision: 1390
          http://svn.sourceforge.net/cogkit/?rev=1390&view=rev
Author:   hategan
Date:     2006-11-10 09:31:31 -0800 (Fri, 10 Nov 2006)
Log Message:
-----------
that was broken; disabling until a better fix
Modified Paths:
--------------
    trunk/current/src/cog/etc/unix/example-launcher-template
    trunk/current/src/cog/etc/unix/launcher-template
Modified: trunk/current/src/cog/etc/unix/example-launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/example-launcher-template	2006-11-10 17:04:56 UTC (rev 1389)
+++ trunk/current/src/cog/etc/unix/example-launcher-template	2006-11-10 17:31:31 UTC (rev 1390)
@@ -61,7 +61,7 @@
 updateOptions "$USERID" "UID"
 updateOptions "$GLOBUS_INSTALL_PATH" "GLOBUS_INSTALL_PATH"
 updateOptions "$GLOBUS_DEPLOY_PATH" "GLOBUS_DEPLOY_PATH"
-updateOptions "\"$GLOBUS_TCP_PORT_RANGE\"" "GLOBUS_TCP_PORT_RANGE"
+updateOptions "$GLOBUS_TCP_PORT_RANGE" "GLOBUS_TCP_PORT_RANGE"
 updateOptions "$COG_INSTALL_PATH" "COG_INSTALL_PATH"
 
 
Modified: trunk/current/src/cog/etc/unix/launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/launcher-template	2006-11-10 17:04:56 UTC (rev 1389)
+++ trunk/current/src/cog/etc/unix/launcher-template	2006-11-10 17:31:31 UTC (rev 1390)
@@ -63,7 +63,7 @@
 updateOptions "$USERID" "UID"
 updateOptions "$GLOBUS_INSTALL_PATH" "GLOBUS_INSTALL_PATH"
 updateOptions "$GLOBUS_DEPLOY_PATH" "GLOBUS_DEPLOY_PATH"
-updateOptions "\"$GLOBUS_TCP_PORT_RANGE\"" "GLOBUS_TCP_PORT_RANGE"
+updateOptions "$GLOBUS_TCP_PORT_RANGE" "GLOBUS_TCP_PORT_RANGE"
 updateOptions "$COG_INSTALL_PATH" "COG_INSTALL_PATH"
 
 ### EXECUTE ############
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ha...@us...> - 2007-03-11 20:04:55
       | 
| Revision: 1609
          http://svn.sourceforge.net/cogkit/?rev=1609&view=rev
Author:   hategan
Date:     2007-03-11 13:04:54 -0700 (Sun, 11 Mar 2007)
Log Message:
-----------
added standard globus configuration env variables
Modified Paths:
--------------
    trunk/current/src/cog/etc/unix/example-launcher-template
    trunk/current/src/cog/etc/unix/launcher-template
Modified: trunk/current/src/cog/etc/unix/example-launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/example-launcher-template	2007-03-11 20:00:16 UTC (rev 1608)
+++ trunk/current/src/cog/etc/unix/example-launcher-template	2007-03-11 20:04:54 UTC (rev 1609)
@@ -62,6 +62,13 @@
 updateOptions "$GLOBUS_INSTALL_PATH" "GLOBUS_INSTALL_PATH"
 updateOptions "$GLOBUS_DEPLOY_PATH" "GLOBUS_DEPLOY_PATH"
 updateOptions "$GLOBUS_TCP_PORT_RANGE" "GLOBUS_TCP_PORT_RANGE"
+updateOptions "$GLOBUS_TCP_SOURCE_PORT_RANGE" "GLOBUS_TCP_SOURCE_PORT_RANGE"
+updateOptions "$GLOBUS_UDP_SOURCE_PORT_RANGE" "GLOBUS_UDP_SOURCE_PORT_RANGE"
+updateOptions "$GLOBUS_HOSTNAME" "GLOBUS_HOSTNAME"
+updateOptions "$X509_USER_CERT" "X509_USER_CERT"
+updateOptions "$X509_USER_KEY" "X509_USER_KEY"
+updateOptions "$X509_CERT_DIR" "X509_CERT_DIR"
+updateOptions "$X509_USER_PROXY" "X509_USER_PROXY"
 updateOptions "$COG_INSTALL_PATH" "COG_INSTALL_PATH"
 
 
Modified: trunk/current/src/cog/etc/unix/launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/launcher-template	2007-03-11 20:00:16 UTC (rev 1608)
+++ trunk/current/src/cog/etc/unix/launcher-template	2007-03-11 20:04:54 UTC (rev 1609)
@@ -64,6 +64,13 @@
 updateOptions "$GLOBUS_INSTALL_PATH" "GLOBUS_INSTALL_PATH"
 updateOptions "$GLOBUS_DEPLOY_PATH" "GLOBUS_DEPLOY_PATH"
 updateOptions "$GLOBUS_TCP_PORT_RANGE" "GLOBUS_TCP_PORT_RANGE"
+updateOptions "$GLOBUS_TCP_SOURCE_PORT_RANGE" "GLOBUS_TCP_SOURCE_PORT_RANGE"
+updateOptions "$GLOBUS_UDP_SOURCE_PORT_RANGE" "GLOBUS_UDP_SOURCE_PORT_RANGE"
+updateOptions "$GLOBUS_HOSTNAME" "GLOBUS_HOSTNAME"
+updateOptions "$X509_USER_CERT" "X509_USER_CERT"
+updateOptions "$X509_USER_KEY" "X509_USER_KEY"
+updateOptions "$X509_CERT_DIR" "X509_CERT_DIR"
+updateOptions "$X509_USER_PROXY" "X509_USER_PROXY"
 updateOptions "$COG_INSTALL_PATH" "COG_INSTALL_PATH"
 
 ### EXECUTE ############
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ha...@us...> - 2008-05-12 19:18:17
       | 
| Revision: 2007
          http://cogkit.svn.sourceforge.net/cogkit/?rev=2007&view=rev
Author:   hategan
Date:     2008-05-12 12:17:59 -0700 (Mon, 12 May 2008)
Log Message:
-----------
pre-defined classpath comes after our classpath
Modified Paths:
--------------
    trunk/current/src/cog/etc/unix/example-launcher-template
    trunk/current/src/cog/etc/unix/launcher-template
Modified: trunk/current/src/cog/etc/unix/example-launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/example-launcher-template	2008-05-12 16:56:13 UTC (rev 2006)
+++ trunk/current/src/cog/etc/unix/example-launcher-template	2008-05-12 19:17:59 UTC (rev 2007)
@@ -47,10 +47,11 @@
 
 OPTIONS="$OPTIONS -Djava.endorsed.dirs=$COG_INSTALL_PATH/lib/endorsed"
 
-LOCALCLASSPATH=$CLASSPATH$CPDELIM$COG_INSTALL_PATH/etc
+LOCALCLASSPATH=$COG_INSTALL_PATH/etc
 for JAR in $COG_INSTALL_PATH/lib/*.jar; do
 	LOCALCLASSPATH="$LOCALCLASSPATH$CPDELIM$JAR"
 done
+LOCALCLASSPATH=$LOCALCLASSPATH$CPDELIM$CLASSPATH
 
 CMDLINE=`fixCommandLine "$@"`
 
Modified: trunk/current/src/cog/etc/unix/launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/launcher-template	2008-05-12 16:56:13 UTC (rev 2006)
+++ trunk/current/src/cog/etc/unix/launcher-template	2008-05-12 19:17:59 UTC (rev 2007)
@@ -49,10 +49,11 @@
 
 OPTIONS="$OPTIONS -Djava.endorsed.dirs=$COG_INSTALL_PATH/lib/endorsed"
 
-LOCALCLASSPATH=$CLASSPATH$CPDELIM$COG_INSTALL_PATH/etc
+LOCALCLASSPATH=$COG_INSTALL_PATH/etc
 for JAR in $COG_INSTALL_PATH/lib/*.jar; do
 	LOCALCLASSPATH="$LOCALCLASSPATH$CPDELIM$JAR"
 done
+LOCALCLASSPATH=$LOCALCLASSPATH$CPDELIM$CLASSPATH
 
 CMDLINE=`fixCommandLine "$@"`
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ha...@us...> - 2008-05-19 20:02:12
       | 
| Revision: 2022
          http://cogkit.svn.sourceforge.net/cogkit/?rev=2022&view=rev
Author:   hategan
Date:     2008-05-19 13:00:27 -0700 (Mon, 19 May 2008)
Log Message:
-----------
pass hostname
Modified Paths:
--------------
    trunk/current/src/cog/etc/unix/example-launcher-template
    trunk/current/src/cog/etc/unix/launcher-template
Modified: trunk/current/src/cog/etc/unix/example-launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/example-launcher-template	2008-05-16 14:01:46 UTC (rev 2021)
+++ trunk/current/src/cog/etc/unix/example-launcher-template	2008-05-19 20:00:27 UTC (rev 2022)
@@ -66,6 +66,7 @@
 updateOptions "$GLOBUS_TCP_SOURCE_PORT_RANGE" "GLOBUS_TCP_SOURCE_PORT_RANGE"
 updateOptions "$GLOBUS_UDP_SOURCE_PORT_RANGE" "GLOBUS_UDP_SOURCE_PORT_RANGE"
 updateOptions "$GLOBUS_HOSTNAME" "GLOBUS_HOSTNAME"
+updateOptions "$HOSTNAME" "hostname"
 updateOptions "$X509_USER_CERT" "X509_USER_CERT"
 updateOptions "$X509_USER_KEY" "X509_USER_KEY"
 updateOptions "$X509_CERT_DIR" "X509_CERT_DIR"
Modified: trunk/current/src/cog/etc/unix/launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/launcher-template	2008-05-16 14:01:46 UTC (rev 2021)
+++ trunk/current/src/cog/etc/unix/launcher-template	2008-05-19 20:00:27 UTC (rev 2022)
@@ -68,6 +68,7 @@
 updateOptions "$GLOBUS_TCP_SOURCE_PORT_RANGE" "GLOBUS_TCP_SOURCE_PORT_RANGE"
 updateOptions "$GLOBUS_UDP_SOURCE_PORT_RANGE" "GLOBUS_UDP_SOURCE_PORT_RANGE"
 updateOptions "$GLOBUS_HOSTNAME" "GLOBUS_HOSTNAME"
+updateOptions "$HOSTNAME" "hostname"
 updateOptions "$X509_USER_CERT" "X509_USER_CERT"
 updateOptions "$X509_USER_KEY" "X509_USER_KEY"
 updateOptions "$X509_CERT_DIR" "X509_CERT_DIR"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ha...@us...> - 2008-05-19 22:22:14
       | 
| Revision: 2023
          http://cogkit.svn.sourceforge.net/cogkit/?rev=2023&view=rev
Author:   hategan
Date:     2008-05-19 15:21:51 -0700 (Mon, 19 May 2008)
Log Message:
-----------
fixed hostname issue. the previous thing was written with the wrong assumption
Modified Paths:
--------------
    trunk/current/src/cog/etc/unix/example-launcher-template
    trunk/current/src/cog/etc/unix/launcher-template
Modified: trunk/current/src/cog/etc/unix/example-launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/example-launcher-template	2008-05-19 20:00:27 UTC (rev 2022)
+++ trunk/current/src/cog/etc/unix/example-launcher-template	2008-05-19 22:21:51 UTC (rev 2023)
@@ -59,6 +59,10 @@
 
 USERID=`id | awk '{printf("%s\n", substr($1, 5, index($1, "(")-5 ) ) }'`
 
+if [ "X$GLOBUS_HOSTNAME" == "X" ] && [ "X$HOSTNAME" != "X" ]; then 
+	GLOBUS_HOSTNAME=$HOSTNAME  
+fi
+
 updateOptions "$USERID" "UID"
 updateOptions "$GLOBUS_INSTALL_PATH" "GLOBUS_INSTALL_PATH"
 updateOptions "$GLOBUS_DEPLOY_PATH" "GLOBUS_DEPLOY_PATH"
@@ -66,7 +70,6 @@
 updateOptions "$GLOBUS_TCP_SOURCE_PORT_RANGE" "GLOBUS_TCP_SOURCE_PORT_RANGE"
 updateOptions "$GLOBUS_UDP_SOURCE_PORT_RANGE" "GLOBUS_UDP_SOURCE_PORT_RANGE"
 updateOptions "$GLOBUS_HOSTNAME" "GLOBUS_HOSTNAME"
-updateOptions "$HOSTNAME" "hostname"
 updateOptions "$X509_USER_CERT" "X509_USER_CERT"
 updateOptions "$X509_USER_KEY" "X509_USER_KEY"
 updateOptions "$X509_CERT_DIR" "X509_CERT_DIR"
Modified: trunk/current/src/cog/etc/unix/launcher-template
===================================================================
--- trunk/current/src/cog/etc/unix/launcher-template	2008-05-19 20:00:27 UTC (rev 2022)
+++ trunk/current/src/cog/etc/unix/launcher-template	2008-05-19 22:21:51 UTC (rev 2023)
@@ -61,6 +61,10 @@
 
 USERID=`id | awk '{printf("%s\n", substr($1, 5, index($1, "(")-5 ) ) }'`
 
+if [ "X$GLOBUS_HOSTNAME" == "X" ] && [ "X$HOSTNAME" != "X" ]; then 
+	GLOBUS_HOSTNAME=$HOSTNAME  
+fi
+
 updateOptions "$USERID" "UID"
 updateOptions "$GLOBUS_INSTALL_PATH" "GLOBUS_INSTALL_PATH"
 updateOptions "$GLOBUS_DEPLOY_PATH" "GLOBUS_DEPLOY_PATH"
@@ -68,7 +72,6 @@
 updateOptions "$GLOBUS_TCP_SOURCE_PORT_RANGE" "GLOBUS_TCP_SOURCE_PORT_RANGE"
 updateOptions "$GLOBUS_UDP_SOURCE_PORT_RANGE" "GLOBUS_UDP_SOURCE_PORT_RANGE"
 updateOptions "$GLOBUS_HOSTNAME" "GLOBUS_HOSTNAME"
-updateOptions "$HOSTNAME" "hostname"
 updateOptions "$X509_USER_CERT" "X509_USER_CERT"
 updateOptions "$X509_USER_KEY" "X509_USER_KEY"
 updateOptions "$X509_CERT_DIR" "X509_CERT_DIR"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |