Update of /cvsroot/monetdb/pathfinder/runtime
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv3969/runtime

Modified Files:
        pathfinder.mx 
Log Message:
propagated changes of Thursday Mar 19 2009
from the Feb2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/03/19 - stmane: runtime/pathfinder.mx,1.450.2.5

make sure we use the correct xrpc_docroot
also if pathfinder uses a different install prefix than MonetDB4
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


U pathfinder.mx
Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.452
retrieving revision 1.453
diff -u -d -r1.452 -r1.453
--- pathfinder.mx       9 Feb 2009 08:30:54 -0000       1.452
+++ pathfinder.mx       19 Mar 2009 17:30:08 -0000      1.453
@@ -6453,6 +6453,13 @@
 #endif
     }
 
+    if (GDKgetenv("xrpc_docroot") == NULL) {
+        char xrpc_docroot[1024];
+        snprintf(xrpc_docroot, 1024, "%s%cshare%cMonetDB%cxrpc",
+                    PATHFINDER_PREFIX, DIR_SEP, DIR_SEP, DIR_SEP);
+        GDKsetenv("xrpc_docroot",xrpc_docroot);
+    }
+
     MT_init_lock(pf_compiler_lock, "pf_compiler_lock");
     MT_init_lock(pf_module_lock, "pf_module_lock");
     MT_init_lock(pf_cache_lock, "pf_cache_lock");


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to