You can subscribe to this list here.
2003 |
Jan
|
Feb
(14) |
Mar
(107) |
Apr
(211) |
May
(93) |
Jun
(158) |
Jul
(159) |
Aug
(368) |
Sep
(188) |
Oct
(151) |
Nov
(115) |
Dec
(98) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(25) |
Feb
|
Mar
(33) |
Apr
(28) |
May
(116) |
Jun
(2) |
Jul
(117) |
Aug
(19) |
Sep
(9) |
Oct
(2) |
Nov
|
Dec
(4) |
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(9) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
(22) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(267) |
Sep
|
Oct
|
Nov
(6) |
Dec
(512) |
2008 |
Jan
(187) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(6) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Santi B. <san...@us...> - 2007-12-11 00:26:47
|
Update of /cvsroot/babeldoc/babeldoc/modules/soap In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12651/modules/soap Added Files: .cvsignore Log Message: Minor update --- NEW FILE: .cvsignore --- build |
From: Santi B. <san...@us...> - 2007-12-11 00:26:46
|
Update of /cvsroot/babeldoc/babeldoc/modules/soap/build/com/babeldoc/soap/pipeline/command In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12651/modules/soap/build/com/babeldoc/soap/pipeline/command Added Files: SoapPipelineFeeder.class Log Message: Minor update --- NEW FILE: SoapPipelineFeeder.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:26:46
|
Update of /cvsroot/babeldoc/babeldoc/modules/soap/build/soapfeed/WEB-INF/com/babeldoc/soap/pipeline/util In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12651/modules/soap/build/soapfeed/WEB-INF/com/babeldoc/soap/pipeline/util Added Files: SoapHelper.class Log Message: Minor update --- NEW FILE: SoapHelper.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:26:46
|
Update of /cvsroot/babeldoc/babeldoc/modules/soap/build/com/babeldoc/soap/pipeline/util In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12651/modules/soap/build/com/babeldoc/soap/pipeline/util Added Files: SoapHelper.class Log Message: Minor update --- NEW FILE: SoapHelper.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:26:46
|
Update of /cvsroot/babeldoc/babeldoc/modules/soap/build/soapfeed/WEB-INF/com/babeldoc/soap/pipeline/command In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12651/modules/soap/build/soapfeed/WEB-INF/com/babeldoc/soap/pipeline/command Added Files: SoapPipelineFeeder.class Log Message: Minor update --- NEW FILE: SoapPipelineFeeder.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:26:46
|
Update of /cvsroot/babeldoc/babeldoc/modules/soap/build/soapfeed/WEB-INF/com/babeldoc/soap/pipeline/servlet In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12651/modules/soap/build/soapfeed/WEB-INF/com/babeldoc/soap/pipeline/servlet Added Files: SoapPipelineFeeder.class Log Message: Minor update --- NEW FILE: SoapPipelineFeeder.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:26:45
|
Update of /cvsroot/babeldoc/babeldoc/modules/soap/build/soap/service In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12651/modules/soap/build/soap/service Added Files: query.properties Log Message: Minor update --- NEW FILE: query.properties --- PipelineStage.SoapWriter=com.babeldoc.soap.pipeline.stage.SoapWriterPipelineStage |
From: Santi B. <san...@us...> - 2007-12-11 00:26:45
|
Update of /cvsroot/babeldoc/babeldoc/modules/soap/build/soapfeed/WEB-INF In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12651/modules/soap/build/soapfeed/WEB-INF Added Files: web.xml Log Message: Minor update --- NEW FILE: web.xml --- <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"> <web-app> <servlet> <servlet-name>SoapFeederServlet</servlet-name> <display-name>Soap pipeline feeder Servlet</display-name> <servlet-class>com.babeldoc.soap.pipeline.servlet.SoapPipelineFeeder</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>SoapFeederServlet</servlet-name> <url-pattern>/servlet/feeder</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>SoapFeederServlet</servlet-name> <url-pattern>*.feed</url-pattern> </servlet-mapping> </web-app> |
From: Santi B. <san...@us...> - 2007-12-11 00:26:44
|
Update of /cvsroot/babeldoc/babeldoc/modules/soap/build/soap/i18n In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12651/modules/soap/build/soap/i18n Added Files: messages.properties Log Message: Minor update --- NEW FILE: messages.properties --- soap.001=Feed the document to the soap pipeline soap.002=Sending SOAP Message soap.003=Waiting for response.... soap.004=HTTP POST was successful. \n soap.005=No host:port parameter soap.006=No file parameter soap.007=<host:port> Server address and port number soap.100=Send the document to a soap service soap.101=URL for the SOAP service soap.102=SOAP action soap.103=URL for the SOAP service soap.104=Error sending soap message soap.105=Error processing SOAP response soap.106=Return SOAP service response as an attribute soap.107=Post soap document with authentication soap.108=User id for authentication soap.109=Password for authentication |
Update of /cvsroot/babeldoc/babeldoc/modules/soap/build/soapfeed/WEB-INF/com/babeldoc/soap/pipeline/stage In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12651/modules/soap/build/soapfeed/WEB-INF/com/babeldoc/soap/pipeline/stage Added Files: SoapWriterPipelineStage$Authentication.class SoapWriterPipelineStage.class SoapWriterPipelineStage$1.class Log Message: Minor update --- NEW FILE: SoapWriterPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SoapWriterPipelineStage$Authentication.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SoapWriterPipelineStage.class --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/babeldoc/babeldoc/modules/soap/build/com/babeldoc/soap/pipeline/stage In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12651/modules/soap/build/com/babeldoc/soap/pipeline/stage Added Files: SoapWriterPipelineStage$Authentication.class SoapWriterPipelineStage.class SoapWriterPipelineStage$1.class Log Message: Minor update --- NEW FILE: SoapWriterPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SoapWriterPipelineStage$Authentication.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SoapWriterPipelineStage.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:26:13
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/build/com/babeldoc/scanner/jmx In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12541/modules/scanner/build/com/babeldoc/scanner/jmx Added Files: ScannerServiceMBean.class ScannerService.class Log Message: Minor update --- NEW FILE: ScannerServiceMBean.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ScannerService.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:26:13
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/build/com/babeldoc/scanner/rmi In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12541/modules/scanner/build/com/babeldoc/scanner/rmi Added Files: RemoteScannerBridge_Skel.class IRemoteScanner.class RemoteScannerClient.class RemoteScannerBridge_Stub.class RemoteScannerBridge.class Log Message: Minor update --- NEW FILE: IRemoteScanner.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: RemoteScannerClient.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: RemoteScannerBridge_Skel.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: RemoteScannerBridge.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: RemoteScannerBridge_Stub.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:26:13
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/build/scanner/i18n In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12541/modules/scanner/build/scanner/i18n Added Files: messages.properties Log Message: Minor update --- NEW FILE: messages.properties --- # com.babeldoc.scanner.Scanner scanner.Scanner.error.starting=Error starting scanner: {0} scanner.Scanner.error.noThreads=No scanner threads provided scanner.Scanner.error.alreadyStopped=Tried to stop an already stopped scanner scanner.Scanner.error.alreadyStarted=Tried to start an already started scanner scanner.Scanner.error.rmi=Error starting RMI server for scanner.REMEMBER THAT "java.net.MalformedURLException" There are spaces in the directory names. Ex Temp. {0} scanner.Scanner.toolDescription=Commandline tool to control remote scanners scanner.Scanner.info.stopping=Stopping thread: {0} scanner.Scanner.info.starting=Starting thread: {0}... scanner.Scanner.info.scanning=Thread {0} scanning scanner.Scanner.info.notScanning=Thread {0} not scanning scanner.Scanner.info.postStart=ScannerThread {0} scanning scanner.Scanner.option.rmi=Start scanner with RMI server for remote control scanner.Scanner.option.port=<port-number> Port number for the RMI server. Default is 1099 scanner.Scanner.option.terminate=Babeldoc stops when all scanners finished scanner.Scanner.option.scanner=Configuration to be used for scanner. Default is scanner/config #ScannerConfig scanner.ScannerConfig.error.threadNotStarted=Thread could not be started. The following error occured: scanner.ScannerConfig.info.sleeping=Scanner thread {0} sleeping {1} miliseconds scanner.ScannerConfig.info.wakingUp=ScannerThread waking up scanner.ScannerConfig.info.messagesFound=Scanner {0} found {1} messages scanner.ScannerConfig.info.messagesProcessing=Processing {0} of total {1} messages scanner.ScannerConfig.info.allocateTicket=Allocate ticket {0} for message {1} scanner.ScannerConfig.info.contentType=Message has {0} content type #ScannerThread scanner.ScannerThread.error.processing=Error processing document scanner.ScannerThread.error.gettingMessage=Error getting scan message scanner.ScannerThread.error.config=ScannerThread initialization error! Stopping scanning. Following exception occured:\n {0} scanner.ScannerThread.error.general=An error occured. Please report this error on Babeldoc site on SourceForge scanner.ScannerThread.error.period=ScannerThread must have either a period or a cronSchedule option set scanner.ScannerThread.info.stopping=Scanning stopped. Trying to free up resources scanner.ScannerThread.info.scanningResumed=Scanning resumed scanner.ScannerThread.info.scanningPaused=Scanning paused scanner.ScannerThread.info.showConfig=ScannerThread initialized using config {0} #ScannerWorker scanner.ScannerWorker.error.message=Error during scaning scanner.ScannerWorker.debug.addingFilter=Adding filter '{1}': '{0}' scanner.ScannerWorker.warn.noFilter=No filter called '{0}' found! scanner.ScannerWorker.debug.match=Matching '{1}': {0} #DirectoryScanner scanner.DirectoryScanner.error.notDir=Configuration {0} has a value {1} which is not an accessible directory! scanner.DirectoryScanner.error.filters=You cannot specify both includeFilter and excludeFilter! scanner.DirectoryScanner.error.finishing=Error finishing message scanner.DirectoryScanner.error.getting=Error getting message scanner.DirectoryScannerInfo.description=The directory scanner is used for scanning directories on local file system. It can be configured to scan subdirectories of given folder recursively and it can use filter for files that be scanned or for files that should not be scanned (ie exclusion and inclusion) parameters. This is very useful for integrating Babeldoc into larger systems. An example would be reading documents placed in a directory by another application running on the computer or another computer to a shared, networked filesystem. scanner.DirectoryScannerInfo.option.inDirectory=Directory to be scanned scanner.DirectoryScannerInfo.option.doneDirectory=Folder that is used for storing scanned files. Note that scanned files will be removed from inDirectory scanner.DirectoryScannerInfo.option.bufferLen=Length of the buffer when performing I/O operations scanner.DirectoryScannerInfo.option.includeSubdirs=Specifies if scanning should be recursive, and include subfolders. If yes, files will be copied to doneDirectory with path relative to inDirectory. scanner.DirectoryScannerInfo.option.excludeFilter=File extension of the files that should be not be included scanner.DirectoryScannerInfo.option.includeFilter=File extension of the files that should be included. Files that do not match, will be excluded scanner.DirectoryScannerInfo.option.filter=Regular expression filter. Only files that do match will be included. If not specified all files will be included scanner.DirectoryScannerInfo.option.minimumFileAge=Minimum age of file in ms (attempts to guard against incomplete reads) #FtpScanner scanner.FtpScanner.error.init=Error during scanner initialization scanner.FtpScanner.error.notReachable=ftpFolder not reachable! scanner.FtpScanner.error.login=Could not login to remote server scanner.FtpScanner.error.host=Error connecting to ftpHost scanner.FtpScanner.error.connection=Connection to remote server refused scanner.FtpScanner.error.scanning=Error scanning FTP folder scanner.FtpScanner.error.general=Error connecting to ftp scanner.FtpScanner.error.notAvaliable=Message not available scanner.FtpScanner.error.filetype=Error changing to file type scanner.FtpScannerInfo.description=Scans given folder on remote FTP server. This allows babeldoc to connect to remote FTP servers and then scan folders for documents to process. scanner.FtpScannerInfo.option.ftpHost=Host name or address of the ftp server scanner.FtpScannerInfo.option.ftpUsername=Username that is used for connecting to host scanner.FtpScannerInfo.option.ftpPassword=Password that is used for connecting to host scanner.FtpScannerInfo.option.ftpFolder=Folder name which is scanned scanner.FtpScannerInfo.option.ftpFileType=The type of the file to transmit - this can be either ascii or binary which really determines how the end-of-line characters are handled. scanner.FtpScannerInfo.option.includeSubfolders=Should subfolders be scanned too scanner.FtpScannerInfo.option.ftpOutFolder=Folder on FTP server where scanned documents should be copied scanner.FtpScannerInfo.option.localBackupFolder=Folder on local file system where scanned documents should be copied scanner.FtpScannerInfo.option.ftpFileType=Folder on local file system where scanned documents should be copied scanner.MailboxScanner.error.getFrom=Invalid value '{0}' for getFrom property! Only 'attachment' and 'body' values allowed! scanner.MailboxScanner.error.scanning=Error while scanning mailbox scanner.MailboxScanner.debug.deleting=Deleting message scanner.MailboxScanner.error.deleting=Error deleting message scanner.MailboxScanner.error.closingFolder=Error closing folder scanner.MailboxScanner.error.initialize=Error during initalization scanner.MailboxScanner.error.closingStore=Error closing mail store scanner.MailboxScanner.error.creatingMessage=Error constructing MailboxScanMessages scanner.MailboxScanner.error.gettingMessage=Error getting message from mail scanner.MailboxScannerInfo.description=The MailboxScanner is used for scanning mail servers for e-mail messages. Document can be scanned from e-mail body or from attachments. This is very useful for integration with email enabled clients. An example would be purchase orders emailed to a mailbox scanned by Babeldoc. The From, To and Subject filters are regular expression filters. Enter regular expressions which, if matched, cause the matching email to be processed. For example, if you wanted to match a recipient address of fir...@se..., you would enter "first\\.last@server\\.com" in the toFilter. The expressions are effectively OR'd together, because if any one of the filters gets a match, the e-mail message will be processed. The toFilter is tested against all addresses in the TO field. It is <emphasis>NOT</emphasis> tested against the CC or BCC fields. Accessible attributes are subject, from, to and replyTo. scanner.MailboxScannerInfo.option.host=Mail server host name or address scanner.MailboxScannerInfo.option.protocol=Protocol which is used for connecting to mail server (pop3, imap...) scanner.MailboxScannerInfo.option.timeOut=Socket I/O timeout value in milliseconds. Default is infinite timeout. scanner.MailboxScannerInfo.option.folder=Name of folder on mail server. (for example INBOX) scanner.MailboxScannerInfo.option.username=Username for logging to mail server scanner.MailboxScannerInfo.option.password=Password for logging to mail server scanner.MailboxScannerInfo.option.getFrom=Should message be created using mail body or attachment. Default is body scanner.MailboxScannerInfo.option.fromFilter=Regular expression which, if matched by the From field, causes the message to be processed scanner.MailboxScannerInfo.option.toFilter=Regular expression which, if matched by the To field, causes the message to be processed scanner.MailboxScannerInfo.option.subjectFilter=Regular expression which, if matched by the Subject field, causes the message to be processed scanner.MailboxScannerInfo.option.filterResult=Result of regular expresion (true o false) scanner.MailboxScannerInfo.option.deleteInvalid=Delete messages that are not valid (invalid address etc.) and not processed by Babeldoc scanner.ExternalApplicationScanner.description=The ExternalApplicationScanner runs an external application and pipes the standard output from that application into the pipeline. scanner.ExternalApplicationScanner.option.application=The application to run. scanner.ExternalApplicationScanner.error.application=Invalid application: {0} scanner.HttpScanner.description=The HttpScanner allows the scanner to pull down documents from web servers. Any headers recieved by the HttpScanner are placed on the document as attributes. scanner.HttpScanner.error.badurl=The URL: {0} is invalid scanner.HttpScanner.error.recoverable=A recoverable exception: {0} occurred, retrying. scanner.HttpScanner.error.failed=Failed to download from: {0} scanner.HttpScanner.doScan.error=Failed scanning documents: {0} scanner.nullScanner.desc=Null Scanner feeds null documents everytime the scanner runs. This is useful for scheduling. scanner.SqlScanner.option.updateStatement=SQL Statement that is executed after selecting rows and creating documents. It is used for marking rows as processed so they don't need to be processed later. scanner.001=Started scanner.002=Stopped scanner.003=No scannerThread with given name! scanner.004=<rmi-url> Rmi configuration scanner.005=list all the threads scanner.006=start all the threads scanner.007=halt all the threads scanner.008=is the scanner scanning scanner.009=get this configuration details scanner.010=<scanner> get the scanner threads options scanner.011=<scanner> start this thread scanner.012=<scanner> stop this thread scanner.013=<scanner>reinitialize this thread scanner.014=Commandline tool to control remote scanners scanner.018=Message not available scanner.020=Directory to be scanned scanner.021=Folder that is used for storing scanned files. Note that scanned files will be removed from inDirectory scanner.022=Length of the buffer when performing I/O operations scanner.023=Specifies if scanning should be recursive, and include subfolders. If yes, files will be copied to doneDirectory with path relative to inDirectory. scanner.024=File extension of the files that should be included. Files that do not match, will be excluded scanner.025=File extension of the files that should be not be included scanner.026=Error during scanner initialization scanner.028=Could not login to remote server scanner.029=Connection to remote server refused scanner.030=Error connecting to ftpHost scanner.031=Error scanning FTP folder scanner.032=Error connecting to ftp scanner.033=Scans given folder on remote FTP server scanner.034=Host name or address of the ftp server scanner.035=Username that is used for connecting to host scanner.036=Password that is used for connecting to host scanner.037=Folder name which is scanned scanner.038=Should subfolders be scanned too scanner.039=Folder on FTP server where scanned documents should be copied scanner.040=Folder on local file system where scanned documents should be copied #scanner.041=Invalid value for getFrom property! Only 'attachment' and 'body' values allowed! #scanner.042=Error while scanning scanner.043=Closing folder #scanner.044=Error constructing MailboxScanMessages #scanner.045= #scanner.046=Error deleting message #scanner.047=Error closing folder #scanner.048=The MailboxScanner is used for scanning mail servers for e-mail messages. Document can be scanned from e-mail body or from attachments. This is very useful for integration with email enabled clients. An example would be purchase orders email to a mailbox scanned by Babeldoc. #scanner.049=Mail server host name or address #scanner.050=Protocol which is used for connecting to mail server (pop3, imap...) #scanner.051=Name of folder on mail server. (for example INBOX) #scanner.052=Username for logging to mail server #scanner.053=Password for logging to mail server scanner.054=File extension of the files that should be not be included scanner.055=Connection not available scanner.056=resourceName is mandatory parameter scanner.057=sqlStatement is mandatory parameter scanner.058=Error in SqlScanner scanner.059=Error scanning database scanner.060=No more messages! scanner.061=Sql scanner is used for generating documents by executing sql queries. It can produce XML documents, csv documents or simple documents. In case of XML and CSV only one document can be returned and it will contain all returned rows. In case of simle document each document is formed from the first column of each returned row. scanner.062=Name of the connection resource scanner.063=SQL statement that is executed to get documents scanner.064=Type of document that is returned. Choices are simple, xml or csv scanner.065=Character that is used for separating fields in CSV file. Default is comma scanner.066=Character that is used for separating rows in CSV files. Default is \\n scanner.067=Tag that is used in XML document for heading. Default is document scanner.068=Tag that is used in XML document for each row. Default is row. scanner.069=No scanner threads provided scanner.070=Stopping threads: scanner.071=Tried to stop an already stopped scanner scanner.072=Starting threads: scanner.073=Tried to start an already started scanner scanner.074=ScannerThread did not start #scanner.075=ScannerThread waking up scanner.084=sleeping #scanner.085=Scanner {0} found {1} messages #scanner.088=Processing {0} of total {1} messages #scanner.089=of total #scanner.090=Allocate ticket {0} for message {1} |
From: Santi B. <san...@us...> - 2007-12-11 00:26:12
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/build/META-INF/services In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12541/modules/scanner/build/META-INF/services Added Files: com.babeldoc.core.module.BabeldocModule Log Message: Minor update --- NEW FILE: com.babeldoc.core.module.BabeldocModule --- com.babeldoc.scanner.module.ScannerModule |
From: Santi B. <san...@us...> - 2007-12-11 00:26:12
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/build/com/babeldoc/scanner/module In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12541/modules/scanner/build/com/babeldoc/scanner/module Added Files: ScannerModule.class Log Message: Minor update --- NEW FILE: ScannerModule.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:26:12
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/build/scanner/feeder In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12541/modules/scanner/build/scanner/feeder Added Files: config.properties Log Message: Minor update --- NEW FILE: config.properties --- # Scanner feeder implementation scanner.type=asynchronous scanner.queue=disk scanner.queueDir=. scanner.queueName=scanner |
From: Santi B. <san...@us...> - 2007-12-11 00:26:12
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/build/scanner/service In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12541/modules/scanner/build/scanner/service Added Files: query.properties Log Message: Minor update --- NEW FILE: query.properties --- ScannerWorker.directory=com.babeldoc.scanner.worker.DirectoryScanner #ScannerWorker.jms=com.babeldoc.scanner.worker.JmsScanner #ScannerWorker.smtp=com.babeldoc.scanner.worker.MailboxScanner ScannerWorker.mailbox=com.babeldoc.scanner.worker.MailboxScanner ScannerWorker.ftp=com.babeldoc.scanner.worker.FtpScanner ScannerWorker.sql=com.babeldoc.scanner.worker.SqlScanner ScannerWorker.application=com.babeldoc.scanner.worker.ExternalApplicationScanner ScannerWorker.http=com.babeldoc.scanner.worker.HttpScanner ScannerWorker.null=com.babeldoc.scanner.worker.NullScanner Command.scanner=com.babeldoc.scanner.Scanner |
From: Santi B. <san...@us...> - 2007-12-11 00:26:11
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12541/modules/scanner Added Files: .cvsignore Log Message: Minor update --- NEW FILE: .cvsignore --- build |
From: Santi B. <san...@us...> - 2007-12-11 00:26:11
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/build/scanner In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12541/modules/scanner/build/scanner Added Files: jboss-service.xml Log Message: Minor update --- NEW FILE: jboss-service.xml --- <?xml version="1.0" encoding="UTF-8"?> <service> <!-- A simple Babeldoc scanner service --> <mbean code="com.babeldoc.scanner.jmx.ScannerService" name="jboss.jmx:name=BabeldocScanner,service=BabeldocScanner,type=adaptor"> </mbean> </service> |
From: Santi B. <san...@us...> - 2007-12-11 00:26:11
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/build/scanner/scanner In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12541/modules/scanner/build/scanner/scanner Added Files: test.properties config.properties Log Message: Minor update --- NEW FILE: config.properties --- #Nothing here! --- NEW FILE: test.properties --- # This is a test scanner # # THis is scanner from the scanner example. # test-period.type=directory test-period.period=1000 test-period.inDirectory=/tmp/in test-period.doneDirectory=/tmp/done test-period.pipeline=test |
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/build/com/babeldoc/scanner/worker In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12541/modules/scanner/build/com/babeldoc/scanner/worker Added Files: NullScanner.class FtpScanner$1MsFtpFileListParser.class NullScanner$1.class DirectoryScanner$1.class FtpScannerInfo.class SqlScanner.class ExternalApplicationScannerInfo.class ExternalApplicationScanner.class HttpScanner.class FtpScanner.class DirectoryScannerInfo.class SqlScannerInfo.class HttpScannerInfo.class MailboxScanner.class DirectoryScanner.class MailboxScannerInfo.class Log Message: Minor update --- NEW FILE: MailboxScannerInfo.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FtpScanner.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SqlScanner.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FtpScanner$1MsFtpFileListParser.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DirectoryScanner.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: NullScanner$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: MailboxScanner.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ExternalApplicationScannerInfo.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: NullScanner.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: HttpScanner.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: HttpScannerInfo.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ExternalApplicationScanner.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SqlScannerInfo.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: FtpScannerInfo.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DirectoryScanner$1.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DirectoryScannerInfo.class --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/build/com/babeldoc/scanner In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12541/modules/scanner/build/com/babeldoc/scanner Added Files: ScannerWorkerScheduler.class ScannerWorkerInfo.class ScannerWorkerTest.class ScannerWorkerType.class IScannerWorker.class ScannerConfigurationException.class Scanner.class ScannerWorkerVO.class ScannerThread.class ScannerWorkerStatus.class ScannerFactoryTest.class ScannerSchedule.class ScannerController.class ScannerException.class ScannerFactory.class ScannerWorker.class Log Message: Minor update --- NEW FILE: ScannerException.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ScannerWorkerVO.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ScannerWorkerStatus.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ScannerSchedule.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ScannerController.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: IScannerWorker.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ScannerThread.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ScannerWorkerInfo.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ScannerConfigurationException.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Scanner.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ScannerFactory.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ScannerWorkerScheduler.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ScannerWorker.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ScannerWorkerType.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ScannerFactoryTest.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ScannerWorkerTest.class --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/babeldoc/babeldoc/modules/j2ee/gensrc/com/babeldoc/j2ee/pipeline In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12175/modules/j2ee/gensrc/com/babeldoc/j2ee/pipeline Modified Files: EjbPipelineStageFactoryLocalHome.java EjbPipelineStageFactoryRemote.java EjbPipelineStageFactoryHome.java EjbPipelineStageFactory.java Log Message: Minor update Index: EjbPipelineStageFactoryLocalHome.java =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/j2ee/gensrc/com/babeldoc/j2ee/pipeline/EjbPipelineStageFactoryLocalHome.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** EjbPipelineStageFactoryLocalHome.java 10 Dec 2007 23:09:08 -0000 1.4 --- EjbPipelineStageFactoryLocalHome.java 11 Dec 2007 00:25:52 -0000 1.5 *************** *** 6,10 **** /** * Local home interface for EjbPipelineStageFactory. ! * @xdoclet-generated at December 10 2007 */ public interface EjbPipelineStageFactoryLocalHome --- 6,10 ---- /** * Local home interface for EjbPipelineStageFactory. ! * @xdoclet-generated at December 11 2007 */ public interface EjbPipelineStageFactoryLocalHome Index: EjbPipelineStageFactory.java =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/j2ee/gensrc/com/babeldoc/j2ee/pipeline/EjbPipelineStageFactory.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** EjbPipelineStageFactory.java 10 Dec 2007 23:09:09 -0000 1.4 --- EjbPipelineStageFactory.java 11 Dec 2007 00:25:52 -0000 1.5 *************** *** 6,10 **** /** * Local interface for EjbPipelineStageFactory. ! * @xdoclet-generated at December 10 2007 */ public interface EjbPipelineStageFactory --- 6,10 ---- /** * Local interface for EjbPipelineStageFactory. ! * @xdoclet-generated at December 11 2007 */ public interface EjbPipelineStageFactory Index: EjbPipelineStageFactoryRemote.java =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/j2ee/gensrc/com/babeldoc/j2ee/pipeline/EjbPipelineStageFactoryRemote.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** EjbPipelineStageFactoryRemote.java 10 Dec 2007 23:09:09 -0000 1.4 --- EjbPipelineStageFactoryRemote.java 11 Dec 2007 00:25:52 -0000 1.5 *************** *** 6,10 **** /** * Remote interface for EjbPipelineStageFactory. ! * @xdoclet-generated at December 10 2007 */ public interface EjbPipelineStageFactoryRemote --- 6,10 ---- /** * Remote interface for EjbPipelineStageFactory. ! * @xdoclet-generated at December 11 2007 */ public interface EjbPipelineStageFactoryRemote Index: EjbPipelineStageFactoryHome.java =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/j2ee/gensrc/com/babeldoc/j2ee/pipeline/EjbPipelineStageFactoryHome.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** EjbPipelineStageFactoryHome.java 10 Dec 2007 23:09:09 -0000 1.4 --- EjbPipelineStageFactoryHome.java 11 Dec 2007 00:25:52 -0000 1.5 *************** *** 6,10 **** /** * Home interface for EjbPipelineStageFactory. ! * @xdoclet-generated at December 10 2007 */ public interface EjbPipelineStageFactoryHome --- 6,10 ---- /** * Home interface for EjbPipelineStageFactory. ! * @xdoclet-generated at December 11 2007 */ public interface EjbPipelineStageFactoryHome |
From: Santi B. <san...@us...> - 2007-12-11 00:25:52
|
Update of /cvsroot/babeldoc/babeldoc/modules/j2ee/gensrc/com/babeldoc/j2ee/journal In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12175/modules/j2ee/gensrc/com/babeldoc/j2ee/journal Modified Files: EjbJournalLocalHome.java EjbJournalHome.java EjbJournal.java EjbJournalRemote.java Log Message: Minor update Index: EjbJournalLocalHome.java =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/j2ee/gensrc/com/babeldoc/j2ee/journal/EjbJournalLocalHome.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** EjbJournalLocalHome.java 10 Dec 2007 23:09:11 -0000 1.4 --- EjbJournalLocalHome.java 11 Dec 2007 00:25:52 -0000 1.5 *************** *** 6,10 **** /** * Local home interface for EjbJournal. ! * @xdoclet-generated at December 10 2007 */ public interface EjbJournalLocalHome --- 6,10 ---- /** * Local home interface for EjbJournal. ! * @xdoclet-generated at December 11 2007 */ public interface EjbJournalLocalHome Index: EjbJournal.java =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/j2ee/gensrc/com/babeldoc/j2ee/journal/EjbJournal.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** EjbJournal.java 10 Dec 2007 23:09:11 -0000 1.4 --- EjbJournal.java 11 Dec 2007 00:25:52 -0000 1.5 *************** *** 6,10 **** /** * Local interface for EjbJournal. ! * @xdoclet-generated at December 10 2007 */ public interface EjbJournal --- 6,10 ---- /** * Local interface for EjbJournal. ! * @xdoclet-generated at December 11 2007 */ public interface EjbJournal Index: EjbJournalHome.java =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/j2ee/gensrc/com/babeldoc/j2ee/journal/EjbJournalHome.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** EjbJournalHome.java 10 Dec 2007 23:09:11 -0000 1.4 --- EjbJournalHome.java 11 Dec 2007 00:25:52 -0000 1.5 *************** *** 6,10 **** /** * Home interface for EjbJournal. ! * @xdoclet-generated at December 10 2007 */ public interface EjbJournalHome --- 6,10 ---- /** * Home interface for EjbJournal. ! * @xdoclet-generated at December 11 2007 */ public interface EjbJournalHome Index: EjbJournalRemote.java =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/j2ee/gensrc/com/babeldoc/j2ee/journal/EjbJournalRemote.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** EjbJournalRemote.java 10 Dec 2007 23:09:11 -0000 1.4 --- EjbJournalRemote.java 11 Dec 2007 00:25:52 -0000 1.5 *************** *** 6,10 **** /** * Remote interface for EjbJournal. ! * @xdoclet-generated at December 10 2007 */ public interface EjbJournalRemote --- 6,10 ---- /** * Remote interface for EjbJournal. ! * @xdoclet-generated at December 11 2007 */ public interface EjbJournalRemote |