|
From: David G. <dg...@co...> - 2003-08-04 23:40:55
|
I found some code in LightConfigService that parsed the config files, so I copied it and things seem to be working. Now I have a couple of questions: 1. It appears that an entry will need to be added to the resource bundles to support the debug switch. Is there a procedure for this? I'm not sure how the numbers are assigned, nor how babelfish is used to generate the other translations. 2. How do I submit this? Should I even do so, or is this of interest to only me? Thanks, David On Monday 04 August 2003 3:48 pm, David Glick wrote: > Dejan, > > Taking your suggestion that contributions are welcome (you were *serious*, > right? :-)), I'm trying to implement a '-d' option to dump configuration > info. I've gotten to the point where I can set and recognize the -d switch > and I'm ready to dump the info. However, I can't seem to track where the > configuration file is actually loaded. Could I ask for a pointer, module > name, or even a riddle that might point me in the right direction? > > Thanks, > > David > > On Monday 04 August 2003 6:27 am, Dejan Krsmanovic wrote: > > Note that some other features are not yet implemented in 1.1. Remote > > scanner option is not implemented yet. > > There are really many new features that can be implemented in scanner > > module (I like your idea) but as always - there are not much time! So > > every contribution is more than welcome. > > > > Dejan > > P.S. > > You can submit your suggestion on Source Forge as new feature suggestion. > > Just to prevent forgetting it... > > > > ----- Original Message ----- > > From: "David Glick" <dg...@co...> > > To: "Dejan Krsmanovic" <dej...@nb...>; > > <bab...@li...> > > Sent: Monday, August 04, 2003 3:21 PM > > Subject: Re: [Babeldoc-devel] Current directory scanner broken? > > > > > Thanks, Dejan (and welcome back!) > > > > > > I'd also like to suggest that, for me at least, one of the most > > > difficult things to do is to figure out where initialization parameters > > > are coming from, and whether they are correct. It would be very helpful > > > to have a command line switch that would print out the path and > > > contents of config files. Just a suggestion... :-) > > > > > > Thanks again for your help. I see that you've already made changes to > > > > CVS, so > > > > > I'll pull them down and try it again. > > > > > > > > > Best regards, > > > > > > David > > > > > > On Monday 04 August 2003 1:41 am, Dejan Krsmanovic wrote: > > > > Obiviously, no workers (threads) is started. I guess the problem is > > > > using > > > > > > -s argument. Probably not implemented in 1.1.5 version. Try to put > > > > configuration in default (scanner), directory. I'll try to fix this > > > > bug > > > > as > > > > > > soon as possible... Note that I have just returned from vacation ;) > > > > > > > > Dejan > > > > > > > > ----- Original Message ----- > > > > From: "David Glick" <dg...@co...> > > > > To: "Bruce McDonald" <br...@mc...>; > > > > <bab...@li...> > > > > Sent: Monday, August 04, 2003 6:23 AM > > > > Subject: Re: [Babeldoc-devel] Current directory scanner broken? > > > > > > > > > Following the instructions in the scanner example, I created > > > > > /tmp/in > > > > and > > > > > > > /tmp/done. I copy the file stats.xml into /tmp/in. > > > > > > > > > > When I start the scanner under 1.1.5: > > > > > > > > > > dglick@athlon:/home/dglick/acct/cvs/babeldoc> build/bin/babeldoc > > > > > > > > scanner -s > > > > > > > > > build/examples/scanner/config.properties > > > > > > > > > > <2003-08-03 19:24:27,977> INFO [main] : Starting feeder... > > > > > <2003-08-03 19:24:28,023> INFO [main] : Initializing workers: > > > > > <2003-08-03 19:24:28,039> INFO [main] : Starting workers... > > > > > > > > > > Then it just sits forever until I kill it. > > > > > > > > > > Starting the scanner under 1.0.2: > > > > > > > > > > dglick@athlon:/home/dglick/bin/babeldoc1.0.2> build/bin/babeldoc > > > > > > > > scanner -s > > > > > > > > > build/examples/scanner/config.properties > > > > > Scanner directory config = directory > > > > > <2003-08-03 19:23:09,623> INFO [main] : Starting thread: > > > > directory... > > > > > > > <2003-08-03 19:23:09,639> INFO [main] : Thread directory scanning > > > > > <2003-08-03 19:23:19,662> INFO [directory] : Scanner directory > > > > > found > > > > 1 > > > > > > > messages > > > > > <2003-08-03 19:23:19,731> INFO [directory] : Processing 1 of > > > > > total 1 messages > > > > > <2003-08-03 19:23:19,857> INFO [directory] : Allocate ticket > > > > > > > > 1059963799837 > > > > > > > > > for message stats.xml > > > > > <2003-08-03 19:23:19,961> INFO [directory] : PipelineStage name: > > > > entry > > > > > > > <2003-08-03 19:23:20,087> INFO [directory] : PipelineStage name: > > > > > > > > transform > > > > > > > > > <2003-08-03 19:23:21,121> INFO [directory] : PipelineStage name: > > > > choose > > > > > > > <2003-08-03 19:23:21,137> INFO [directory] : PipelineStage name: > > > > writer > > > > > > > I'm using JDK 1.4.1_01 under Suse Linux 8.1. > > > > > > > > > > > > > > > Thanks for any help, > > > > > > > > > > David > > > > > > > > > > On Sunday 03 August 2003 8:18 pm, Bruce McDonald wrote: > > > > > > David, all: > > > > > > > > > > > > Plenty has changed - in fact the entire scanner codebase has > > > > changed. > > > > > > > > I have used the directory scanner recently and it seems to work > > > > fine. > > > > > > What > > > > > > > > > > are you seeing? > > > > > > > > > > > > regards, > > > > > > Bruce. > > > > > > > > > > > > On Sunday 03 August 2003 10:31 pm, David Glick wrote: > > > > > > > Hi List, > > > > > > > > > > > > > > I have been running the directory scanner regularly using the > > > > 1.0.2 > > > > > > > > > release. I've recently switched to the current CVS release > > > > > > > (1.1.5-dev) and the directory scanner appears to not be well. > > > > I've > > > > > > > > > gone back and tried the examples, and the scanner example works > > > > fine > > > > > > > > > in 1.0.2, but > > > > > > > > not > > > > > > > > > > > in 1.1.5. Has something changed? > > > > > > > > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > David Glick > > > > > > > > > > > > ------------------------------------------------------- > > > > > > This SF.Net email sponsored by: Free pre-built ASP.NET sites > > > > including > > > > > > > > Data Reports, E-commerce, Portals, and Forums are available now. > > > > > > Download today and enter to win an XBOX or Visual Studio .NET. > > > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/ > >01 > > > > > > > > _______________________________________________ > > > > > > Babeldoc-devel mailing list > > > > > > Bab...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > > > > > > > > > -- > > > > > David Glick > > > > > 619-475-4052 > > > > > dg...@co... > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This SF.Net email sponsored by: Free pre-built ASP.NET sites > > > > > including Data Reports, E-commerce, Portals, and Forums are > > > > > available now. Download today and enter to win an XBOX or Visual > > > > > Studio .NET. > > > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/ > >01 > > > > > > > _______________________________________________ > > > > > Babeldoc-devel mailing list > > > > > Bab...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email sponsored by: Free pre-built ASP.NET sites > > > > including Data Reports, E-commerce, Portals, and Forums are available > > > > now. Download today and enter to win an XBOX or Visual Studio .NET. > > > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/ > >01 > > > > > > _______________________________________________ > > > > Babeldoc-devel mailing list > > > > Bab...@li... > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > > > > > -- > > > David Glick > > > 619-475-4052 > > > dg...@co... > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > > Data Reports, E-commerce, Portals, and Forums are available now. > > Download today and enter to win an XBOX or Visual Studio .NET. > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/ > >01 _______________________________________________ > > Babeldoc-devel mailing list > > Bab...@li... > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel -- David Glick 619-475-4052 dg...@co... |