source: trunk/gsdl3/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11266   18 years kjdon router is now a MessageRouter, not a ModuleInterface - we want access …
(edit) @11265   18 years kjdon resolving macro _httpdocimg_ is now done by replaceList, rather than …
(edit) @11264   18 years kjdon recursively resolve the replacement values if resolve is set to true
(edit) @11263   18 years kjdon added a new field to macros: resolve. if true, will try to resolve …
(edit) @11230   18 years kjdon home page now gets descriptions of clusters and services so cna …
(edit) @11229   18 years kjdon first look for a format from the serviceRack element before using the …
(edit) @11228   18 years kjdon minor change
(edit) @11023   18 years kjdon servlet init params - can now have remote_site_name, remote_site_type, …
(edit) @11022   18 years kjdon cleaned out the commented out stuff
(edit) @11021   18 years kjdon asserts if they fail kill tomcat, so changed some asserts to if statements
(edit) @11014   18 years kjdon cross collection searching service
(edit) @11013   18 years kjdon modified to work without an explicit collection - so can have e.g. a …
(edit) @11012   18 years kjdon when have a to att with comma separated list, need to make a new copy …
(edit) @11011   18 years kjdon small mods for addings fields to index list
(edit) @11010   18 years kjdon no longer save the collection param - so cross collection services …
(edit) @11009   18 years kjdon removed some old debug print statements
(edit) @10953   18 years kjdon fixed up some paths. still needs more tidying…
(edit) @10943   18 years kjdon I got rid of all the core files - they were mainly not used. some I …
(edit) @10942   18 years kjdon this file was added in core, but unused. its modified from the GLI …
(edit) @10941   18 years kjdon added a constructor which takes a Locale instead of String lang
(edit) @10940   18 years kjdon these files were copied here from GLI. not used yet so deleted. need a …
(edit) @10939   18 years kjdon Old Gatherer Configuration class deleted, and a very simple one made …
(edit) @10938   18 years kjdon this was modified from GLI version. doesn't seem to be used yet, but …
(edit) @10937   18 years kjdon Now use the gsdl3 dictionary, instead of GLI dictionary
(edit) @10936   18 years kjdon These are not used yet, so removed them from GS3 code. need a better …
(edit) @10935   18 years kjdon this will be moved to either top level, or bin/script, and maybe renamed?
(edit) @10934   18 years kjdon why was this here in the first place???
(edit) @10933   18 years kjdon these should not live here. Taken out GAI strings and put them …
(edit) @10929   18 years kjdon merged Chi's admin stuff from ant install branch into main repository
(edit) @10921   18 years kjdon added -fpic to CFLAGS (and unused CXXFLAGS) - need to generate …
(edit) @10917   18 years kjdon removed java_home/include/linux from include path in makefile, made …
(edit) @10912   18 years kjdon removed explicit GSDL3HOME=../../../, made java includes uses …
(edit) @10900   18 years kjdon removed a print statement
(edit) @10899   18 years kjdon instead of using isMac() to test for bigendianness, use Misc.isBigEndian()
(edit) @10895   18 years kjdon no configure files in this directory - removed them from distclean
(edit) @10887   18 years kjdon moved '-framework JavaVM' from LDFLAGS to JNIFLAGS - we don't want to …
(edit) @10869   18 years kjdon check the result of trying to open the test db, and print an error if …
(edit) @10868   18 years kjdon now uses GSDL3SRCHOME to find the sample collectionConfig.xml file
(edit) @10867   18 years kjdon changed the error printout a bit for getConnection()
(edit) @10840   18 years kjdon added check for endianness: AC_C_BIGENDIAN, which defines …
(edit) @10817   18 years kjdon this no longer lives in teh toplevel, so added it here
(edit) @10814   18 years kjdon this file has been added to the vishnu extension package
(edit) @10813   18 years kjdon changed bindir=../../../../bin to bindir=${exec_prefix}/bin
(edit) @10786   19 years kjdon fixed a bug where it was trying to get the last three chars of the id, …
(edit) @10783   19 years kjdon a few more tests for string comparisons
(edit) @10771   19 years kjdon modified so can have gdbm in a non-default path (eg on Macosx), and …
(edit) @10765   19 years kjdon made the previous change only for windows (if defined WIN32) as …
(edit) @10763   19 years kjdon javagdbm.dll renamed to gdbmjava.dll - thats what all the other …
(edit) @10762   19 years kjdon added a 0 as teh last parameter to gdbm_open, line 102. this seems to …
(edit) @10756   19 years kjdon jni dlls should be installed into lib\jni not lib
(edit) @10755   19 years kjdon can't seem to use *\*.java in javac command, so explicitly list all …
(edit) @10754   19 years kjdon had to add -I. to includes
(edit) @10753   19 years kjdon hacks to get it to compile under windows
(edit) @10748   19 years kjdon hopefully this now has unix line endings and we don't get multiple hat …
(edit) @10737   19 years kjdon Java Wrapper for GDBM, from Martin Pool. Original website gone, so …
(edit) @10711   19 years kjdon changed LIBOBJS=... to AC_LIBOBJ…
(edit) @10683   19 years kjdon small changes
(edit) @10677   19 years kjdon make sure teh path separators are correct for gsdl3_home
(edit) @10652   19 years kjdon fixed a bug with indexstem
(edit) @10651   19 years kjdon made all index/gdbm db paths use indexstem instead of cluster_name
(edit) @10650   19 years kjdon index stem now needed for GDBMDatabaseFile
(edit) @10649   19 years kjdon indexStem element added
(edit) @10616   19 years kjdon committed two methods printXMLNode added by David King
(edit) @10615   19 years kjdon set message router in collections too
(edit) @10590   19 years nzdl commented out some debug statements
(edit) @10589   19 years nzdl removed some debug print statements
(edit) @10334   19 years kjdon in getMetadataList, if all_metadata, then use getMultiInfo to make …
(edit) @10322   19 years kjdon just committing the version generated by the ant target - if it gets …
(edit) @10319   19 years kjdon added some missing quotes for site_name
(edit) @10307   19 years kjdon made the username property optional
(edit) @10306   19 years kjdon need to check for empty password too
(edit) @10299   19 years kjdon made this more general - now specify what user and pword properties …
(edit) @10297   19 years kjdon gsdl3home now comes from globalProperties, not the web.xml file
(edit) @10296   19 years kjdon changed the args a bit, gsdl3_home now comes from GlobalProperties (in …
(edit) @10295   19 years kjdon new static class to hold global properties, read in from …
(edit) @10294   19 years kjdon made the connection a bit more dynamic - gets server and port and …
(edit) @10293   19 years kjdon gsdl3_home now comes from GlobalProperties, not config_params
(edit) @10292   19 years kjdon changed the site loading/reloading stuff a bit. now get GSDL3Home from …
(edit) @10290   19 years kjdon the address for a remote site can now come from address att as before, …
(edit) @10289   19 years kjdon changed the xml for siteConfig files a bit - removed SITE_NAME_ELEM …
(edit) @10285   19 years kjdon soap servers now use GlobalProperties to find gsdl3_home, not …
(edit) @10202   19 years kjdon getString now uses a StringBuffer instead of concating lots of Strings
(edit) @10194   19 years kjdon when doing a search, if teh result is not in the right format, now …
(edit) @10193   19 years kjdon check the field param before sending it to IVia - it may contain an …
(edit) @10191   19 years kjdon changes to jni stuff for Mac OS -configure now sets JNIINC, JNISUFFIX, …
(edit) @10188   19 years kjdon ooops, had committed isMac() twice
(edit) @10187   19 years kjdon modified the gdbm db file path to use .bdb if on a mac
(edit) @10186   19 years kjdon added isMac() to test for Mac OS
(edit) @10169   19 years kjdon added isMac()
(edit) @10124   19 years kjdon forgot the GSFIle import statement
(edit) @10123   19 years kjdon use th web app classloader to find the SOAPServer.cfg file
(edit) @10122   19 years kjdon changed some erroneous localsite to @sitename@, use teh web app …
(edit) @10100   19 years kjdon removed a couple of unused methods, gsdl3home now points to the web …
(edit) @10093   19 years kjdon The ServiceRack class's configure method is no longer abstract so all …
(edit) @10089   19 years kjdon pass in a collection class loader to the entity resolver
(edit) @10088   19 years kjdon now keep a reference to the class loader
(edit) @10087   19 years kjdon can now specify a class loader to use instead of the default - which …
(edit) @10086   19 years kjdon class loader now takes a parent class loader as a constructor arg - …
(edit) @10071   19 years kjdon the jar file is now made in mghome directory, and nothing is done with …
(edit) @10067   19 years kjdon turned off the defer node expansion feature in the xerces parser
Note: See TracRevisionLog for help on using the revision log.