source: gs2-extensions

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30319   8 years jmt12 Working on a drop-in replacement for dbutil.pm that is aware of the …
(edit) @30318   8 years jmt12 Initial checkin of object-oriented rewrite of the dbutils stuff to …
(edit) @30308   8 years jmt12 Another CPAN module required by the Gantt Chart generation script
(edit) @30306   9 years jmt12 Making the setup of CPAN path more robust based on the better control …
(edit) @30305   9 years jmt12 replacing deprecated function calls to newer ones in FileUtils
(edit) @30302   9 years jmt12 Altering os-specific installed path and trying to improve clean to …
(edit) @30301   9 years jmt12 Missed displaying one variable in a fprintf statement (threw a …
(edit) @30300   9 years jmt12 Bunch of changes (including whitespace safety ones) due to different …
(edit) @30299   9 years jmt12 Making the removal of the jar file conditional on it actually being …
(edit) @30298   9 years jmt12 Correcting path to manifest files for use in Greenstone3. Started to …
(edit) @30297   9 years jmt12 Altering the Makefile.in to determine whether it is in GSDL2 or GSDL3 …
(edit) @30296   9 years jmt12 extending to support GSDL3 as well
(edit) @30295   9 years jmt12 Using the proper environment variable, GSDL3SRCHOME, rather than GSDL3HOME
(edit) @30294   9 years jmt12 Typo would have prevented the generated configure script from working …
(edit) @30293   9 years jmt12 The missing script was, ironically, missing
(edit) @30292   9 years jmt12 Removing reference to debugging module Devel::Peek
(edit) @30291   9 years jmt12 Minor changes in generated configs mostly to do with whitespace safety
(edit) @30290   9 years jmt12 Extended build script to make Hadoop support optional. If no …
(edit) @30289   9 years jmt12 Significant changes to read() function - essentially split in half …
(edit) @30288   9 years jmt12 No longer different that the vanilla Greenstone version
(edit) @30287   9 years jmt12 Extending error messages a bit to differentiate between linking that …
(edit) @30286   9 years jmt12 Adding a customized version of inexport.pm allowing us to handle …
(edit) @30285   9 years jmt12 Adding in a call to uptar/compile/install Hadoop support package
(edit) @30284   9 years jmt12 updated svnignore
(edit) @30283   9 years jmt12 Ignoring the unpacked versions of a couple of new packages used to …
(edit) @30282   9 years jmt12 Ensure the perl/cpan install directories exist before trying to copy …
(edit) @30281   9 years jmt12 Cascade-Make file to provide Hadoop functionality
(edit) @30280   9 years jmt12 Ensure the platform specific directory for built files exists. It may …
(edit) @30278   9 years jmt12 Might as well add this, with default setting for Hadoop, to SVN... …
(edit) @30277   9 years jmt12 Ignoring the build directory containing non-platform specific Java …
(edit) @30276   9 years jmt12 Lots of work to get this working properly in GS3. Includes generating …
(edit) @30275   9 years jmt12 Minor change to the way fcntl_flags are set so that they look exactly …
(edit) @30274   9 years jmt12 Adding in tests to open multiple connections to the same database …
(edit) @30273   9 years jmt12 Hmmm, some of the previous comment was actually about the main TDBJava …
(edit) @30272   9 years jmt12 Moved into path that matches package name
(edit) @30271   9 years jmt12 Calling finalize() rather than close() as we want this threadworker to …
(edit) @30270   9 years jmt12 Changes to support a static cache of connections, factory methods to …
(edit) @30269   9 years jmt12 Moving the TDBWrapper into the correct path (according to its package …
(edit) @30268   9 years jmt12 Ignoring the 'build' directory - which contains non-platform specific …
(edit) @30267   9 years jmt12 Moved TDBJava building into the ant file so that we can easily create …
(edit) @30266   9 years jmt12 Altered a test for Greenstone version so it doesn't (incorrectly) set …
(edit) @30265   9 years jmt12 Rather than assuming something will put the TDB binaries on the main …
(edit) @30259   9 years jmt12 Extending the install and uninstall targets to correctly call the …
(edit) @30258   9 years jmt12 Extending disable script to support Greenstone3's gs2build package as well
(edit) @30257   9 years jmt12 Correcting and optimizing for GS3 (which needs fewer paths to be included)
(edit) @30256   9 years jmt12 Moved a comment into the static block... just because I could
(edit) @30255   9 years jmt12 Skip changes to the runtime if in GS3 (mainly because C++ runtime code …
(edit) @30254   9 years jmt12 Trying to make symlinks smart enough to work under both Greenstone2 …
(edit) @30253   9 years jmt12 It is now safe to run this script multiple times... only the first …
(edit) @30252   9 years jmt12 Adding support for the extension living in Greenstone3, and make …
(edit) @30251   9 years jmt12 Split the list of src directories to be compiled in Greenstone2 and …
(edit) @30250   9 years jmt12 Change to the version name to more accurately reflect how mature this …
(edit) @30249   9 years jmt12 Cascade-make file for the Java/JNI/TDB bridge and the Greenstone3 …
(edit) @30248   9 years jmt12 A wrapper interface between Greenstone3 and the Java/JNI/TDB driver
(edit) @30247   9 years jmt12 Revising README due to changes in the way extension built (now using Ant)
(edit) @30246   9 years jmt12 Added in commands to install the TDB libraries in the correct place …
(edit) @30239   9 years jmt12 Correcting paths for project name change and making script a little …
(edit) @30238   9 years jmt12 A cleanup script for if enable_tdb somehow corrupts the files. When …
(edit) @30222   9 years jmt12 Altered the makefile template to properly notice a GSDL3HOME …
(edit) @30221   9 years jmt12 Altered the makefile template to properly notice a GSDL3HOME …
(edit) @30220   9 years jmt12 Altered the makefile template to properly notice a GSDL3HOME …
(edit) @30219   9 years jmt12 Renaming directory so it works within the CASCADE-MAKE system (which …
(edit) @30218   9 years jmt12 Adding CASCADE-MAKE script for the JAVA->JNI->TDB application
(edit) @30217   9 years jmt12 Ignoring a large number of files generated by autoconf
(edit) @30216   9 years jmt12 Checking in the minimum number of autoconf generated files to ensure …
(edit) @30215   9 years jmt12 May as well fill in some details in the README file
(edit) @30214   9 years jmt12 Ignoring a large number of files generated by autoconf
(edit) @30213   9 years jmt12 Ignoring the defauly M4 files added by autoconf
(edit) @30212   9 years jmt12 Ignoring the defauly M4 files added by autoconf
(edit) @30211   9 years jmt12 Extended configuration template with tests for Java, JNI, and TDB …
(edit) @30210   9 years jmt12 Removed from SVN as these are autogenerated by autoconf and should …
(edit) @30209   9 years jmt12 Initial checkin of makefile template for autoconf
(edit) @30208   9 years jmt12 Edited this file to include author details
(edit) @30207   9 years jmt12 aclocal.m4 is generated, so I shouldn't have checked it in.
(edit) @30206   9 years jmt12 A m4 directory containing a number of M4 packages used to compile this …
(edit) @30202   9 years davidb Zach's image viewer extension for Greenstone using diva from McGill
(edit) @30201   9 years davidb Zach's hard work improving OCR in Greenstone
(edit) @30200   9 years davidb Zach's hard work improving OCR
(edit) @30199   9 years davidb Additional packages thanks to Zach's hard work improving OCR
(edit) @30198   9 years davidb Additional packages thanks to Zach's hard work improving OCR
(edit) @30197   9 years davidb Added support for Python and CMake
(edit) @30194   9 years jmt12 Ignoring files generated by configure and the compiled library file
(edit) @30193   9 years jmt12 Initial checkin of Java->JNI->TDB wrapper
(edit) @30192   9 years jmt12 Ignoring extracted versions of packages
(edit) @30191   9 years jmt12 Upgrading to newer version of TDB
(edit) @30190   9 years jmt12 Renaming new src2 directory back to src
(edit) @30189   9 years jmt12 Removed old extra src directory
(edit) @30188   9 years jmt12 Keep track of externals in a file for ease of editing
(edit) @30187   9 years jmt12 Readding external dependency on cascade-make project
(edit) @30186   9 years jmt12 Ignoring platform specific compiled directories
(edit) @30185   9 years jmt12 Removing extra src-level directory
(edit) @30184   9 years jmt12 Removing extra src-level directory
(edit) @30183   9 years jmt12 Removing extra src-level directory
(edit) @30182   9 years jmt12 Removing extra src-level directory
(edit) @30181   9 years jmt12 Removing extra src-level directory
(edit) @30180   9 years jmt12 Removing extra src-level directory
(edit) @30179   9 years jmt12 Removing extra src-level directory
(edit) @30178   9 years jmt12 Removing extra src-level directory
(edit) @30177   9 years jmt12 Removing extra src-level directory
(edit) @30176   9 years jmt12 Removing extra src-level directory
Note: See TracRevisionLog for help on using the revision log.