source: trunk/gsdl3/src/java/org/greenstone/gsdl3/gs3build

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10869   19 years kjdon check the result of trying to open the test db, and print an error if …
(edit) @10868   19 years kjdon now uses GSDL3SRCHOME to find the sample collectionConfig.xml file
(edit) @10867   19 years kjdon changed the error printout a bit for getConnection()
(edit) @10306   19 years kjdon need to check for empty password too
(edit) @10294   19 years kjdon made the connection a bit more dynamic - gets server and port and …
(edit) @9977   19 years kjdon added a getNextNode method that doesn't print out stuff to a buffer - …
(edit) @9976   19 years kjdon removed the addIndex from the interface, -am going to get rid of …
(edit) @9975   19 years kjdon tidied up the MGIndexer. no longer based on AbstractIndexer - I'm …
(edit) @9940   19 years kjdon reformatted the code
(edit) @9874   19 years kjdon merged from branch ant-install-branch: merge 1
(edit) @9006   19 years kjdon now outputs an indexStem element in buildCOnfig
(edit) @8969   19 years kjdon don't add in GS3Retrieve to service rack list anymore
(edit) @8968   19 years kjdon classifier service is now GS3Browse, not GS3Retrieve
(edit) @8966   19 years kjdon got it sort of going for doc text. need to make it look at the index …
(edit) @8929   19 years kjdon fixed a bug I introduced last commit
(edit) @8927   19 years kjdon changed formatting in preparation for my work on this class
(edit) @8926   19 years kjdon a bit of a hack to get images workign. when loading in an HTML …
(edit) @8869   19 years schweer notifications will only be sent if the collectionConfig.xml of the …
(edit) @8868   19 years schweer unify Strings used
(edit) @8861   19 years cs025 Changed use of touchDocuments to use a long value as the timestamp
(edit) @8860   19 years cs025 Used a long to pass in build date to CollectionManager, DocumentList
(edit) @8859   19 years cs025 Function to get time stamp of build as a long added.
(edit) @8774   20 years schweer abort if database couldn't be initialised
(edit) @8773   20 years schweer bugfix
(edit) @8772   20 years schweer cleaned up imports
(edit) @8771   20 years schweer bugfix; calling getString() without calling next() before that results …
(edit) @8770   20 years schweer have to use http post because of classpath problems with soap; use …
(edit) @8745   20 years kjdon reorganised the GS3SQLConnection and connectionFactory. now have a …
(edit) @8744   20 years kjdon moved this class out of the GS3SQLConnection class
(edit) @8742   20 years kjdon changed the import statements for GS3SQLConnection and …
(edit) @8741   20 years kjdon moved GS3SQLConnection and GS3SQLConnectionFactory to the database package
(edit) @8710   20 years chi Change program layout
(edit) @8709   20 years chi Change program layout
(edit) @8708   20 years chi add indentation for METS output file
(edit) @8705   20 years chi change program layout
(edit) @8704   20 years chi Change program layout
(edit) @8703   20 years chi Modifications for the validated METS format and program layout change
(edit) @8702   20 years chi Change program layout
(edit) @8701   20 years chi change program layout
(edit) @8700   20 years chi modifications for the validated METS format and program layout change
(edit) @8699   20 years chi Change program layout
(edit) @8698   20 years chi Modifications for the validated METS format and program layout change
(edit) @8697   20 years kjdon fixed a typo
(edit) @8645   20 years schweer talk to alerting service via SOAP
(edit) @8633   20 years schweer detect changed documents (untested); posting events still has to be …
(edit) @8610   20 years schweer collection name is needed for notification
(edit) @8543   20 years kjdon when loading up the recognisers, the xml element is passed in to …
(edit) @8542   20 years kjdon addRecogniser now returns the recogniser, so it can be configured if …
(edit) @8541   20 years kjdon added a new method, which currently does nothing, to configure a …
(edit) @8497   20 years kjdon a new class for creating new collecitons, run it using gs3-mkcol.sh
(edit) @8495   20 years kjdon New AbstractRecogniser class - skeleton to aid with implementing new …
(edit) @8494   20 years kjdon Added a constructor taking DOcumentID as arg
(edit) @8493   20 years kjdon This must now set the listrepository documentList in each recogniser, …
(edit) @8492   20 years kjdon added in a new method to create documents from a URL
(edit) @8491   20 years kjdon Added into configureCollection code to load up the recognisers
(edit) @8490   20 years kjdon slightly reordered the code, removed the addition of recognisers, cos …
(edit) @8489   20 years kjdon formatting changes in preparation for adding my changes
(edit) @8484   20 years kjdon just formatting changes in preparation for my changes
(edit) @8476   20 years kjdon made it compile with java 1.5
(edit) @8461   20 years kjdon added in Chi's changes for METS documents. mostly the addition of …
(edit) @8460   20 years kjdon added in Chi's changes for METS doc handling
(edit) @8459   20 years kjdon formatting change and added in a case for METS documents
(edit) @8458   20 years kjdon Chi's new REcogniser for METS generated by GS2 import.pl -saveas METS
(edit) @8457   20 years kjdon now chooses between METSDocument and HTMLDocument when getting nodes - …
(edit) @8456   20 years kjdon added in Chi's change
(edit) @8455   20 years kjdon added in a GS2METSRecogniser to the recogniserManager's recogniser list
(edit) @8448   20 years kjdon only changed formatting style, in preparation for adding in Chi's changes
(edit) @8440   20 years kjdon modified how the runtime stuff is called - now uses util/Processing …
(edit) @8424   20 years schweer removed non-compiling alerting service stuff
(edit) @8422   20 years schweer George's bugfixes for adding documents to an existing collection; some …
(edit) @8421   20 years schweer bugfix about updating the ModifiedTime field
(edit) @8418   20 years schweer started work on alerting component
(edit) @8408   20 years schweer George's changes to detect documents that are new or have changed …
(edit) @7583   20 years kjdon minor stuff
(edit) @7479   20 years cs025 Removed redundant use of MalformedURLException
(edit) @7478   20 years cs025 Fixed stupid package error for URLTools
(edit) @7476   20 years cs025 Slow move towards completing mgpp indexer, improved IndexerInterface
(edit) @7475   20 years cs025 Improved factory methods for indexer creation
(edit) @7472   20 years cs025 Fixed GS2 collection configuration to use new classification loading …
(edit) @7470   20 years cs025 Added AbstractClassifier; started to improve loading of classifiers, etc.
(edit) @7468   20 years cs025 Used URLTools to get File converted to URL
(edit) @7467   20 years kjdon now uses all the mgpasses options
(edit) @7466   20 years cs025 Many changes to support date information, Windows pathnames in …
(edit) @7465   20 years cs025 Changes to cope with better file functionality; also proper handling …
(edit) @7462   20 years cs025 Small fixes to HTMLTidy; added URLTools.java
(edit) @7449   20 years kjdon now uses jni wrapper to mg passes instead of piping via stdin/out. …
(edit) @7311   20 years kjdon the indexers now output their overallName as baseIndexPrefix in the …
(edit) @7309   20 years kjdon classifiers now output info to the buildCOnfig.xml file
(edit) @7308   20 years kjdon changed the names of a couple of class variables to make it clearer …
(edit) @7307   20 years kjdon setName now adds the name to the list of matches
(edit) @7306   20 years kjdon capitalised a few remaining field names that were lower case
(edit) @7305   20 years kjdon AZListClassifier now takes a name argument
(edit) @7303   20 years kjdon now AZListCLassifier has a name parameter, and I modified slightly …
(edit) @7269   20 years cs025 Minor configuration changes for classifiers
(edit) @7268   20 years cs025 Updated Hierarchy classifiers; small other changes
(edit) @7210   20 years cs025 Removed ExtXML types…
(edit) @7192   20 years cs025 Added ordering information to classifiers.
(edit) @7191   20 years cs025 Added JPEG to document factory
(edit) @7190   20 years cs025 More file lookup searches.
(edit) @7189   20 years cs025 Fixes and improvements.
Note: See TracRevisionLog for help on using the revision log.