|
From: David G. <dg...@co...> - 2003-08-04 02:20:57
|
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 -- David Glick Transmit Consulting, Inc 619-475-4052 dg...@tr... |
|
From: Bruce M. <br...@mc...> - 2003-08-04 03:19:04
|
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 |
|
From: David G. <dg...@co...> - 2003-08-04 04:12:51
|
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... |
|
From: Dejan K. <dej...@nb...> - 2003-08-04 08:43:48
|
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 |
|
From: David G. <dg...@co...> - 2003-08-04 13:10:32
|
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... |
|
From: Dejan K. <dej...@nb...> - 2003-08-04 13:29:46
|
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... > |
|
From: David G. <dg...@co...> - 2003-08-04 22:37:23
|
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... |
|
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... |
|
From: Bruce M. <br...@mc...> - 2003-08-05 00:03:24
|
David, In order to submit this directly into CVS, you will have to become a developer. Interested? As to your other question - I am not sure what you are trying to do - submit the code and lets have a look at it. regards, Bruce. On Monday 04 August 2003 07:51 pm, David Glick wrote: > 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_0 > > >1/ 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_0 > > >1/ 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_0 > > >1/ 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_0 > > >1/ 01 _______________________________________________ > > > Babeldoc-devel mailing list > > > Bab...@li... > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel |
|
From: David G. <dg...@co...> - 2003-08-05 00:08:35
|
Hi Bruce, I'm happy to become a Babeldoc developer; hopefully, I'll have plenty more to contribute as my project shifts into high gear... :-) Whom do I turn over my first-born to in order to make this happen? Thanks, David On Monday 04 August 2003 5:03 pm, Bruce McDonald wrote: > David, > > In order to submit this directly into CVS, you will have to become a > developer. Interested? As to your other question - I am not sure what you > are trying to do - submit the code and lets have a look at it. > > regards, > Bruce. > > On Monday 04 August 2003 07:51 pm, David Glick wrote: > > 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 > > > >_0 1/ 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 > > > >_0 1/ 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 > > > >_0 1/ 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 > > > >_0 1/ 01 _______________________________________________ > > > > Babeldoc-devel mailing list > > > > Bab...@li... > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel -- David Glick 619-475-4052 dg...@co... |
|
From: Bruce M. <br...@mc...> - 2003-08-05 00:51:46
|
It involves ritual sacrifice... Not. All I need from you is your sourceforge userid and then I can add you to the list. I can help you from then. regards, Bruce. On Monday 04 August 2003 08:19 pm, David Glick wrote: > Hi Bruce, > > I'm happy to become a Babeldoc developer; hopefully, I'll have plenty more > to contribute as my project shifts into high gear... :-) Whom do I turn > over my first-born to in order to make this happen? > > Thanks, > > David > > On Monday 04 August 2003 5:03 pm, Bruce McDonald wrote: > > David, > > > > In order to submit this directly into CVS, you will have to become a > > developer. Interested? As to your other question - I am not sure what > > you are trying to do - submit the code and lets have a look at it. > > > > regards, > > Bruce. > > > > On Monday 04 August 2003 07:51 pm, David Glick wrote: > > > 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_0723 > > > > >03 _0 1/ 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_0723 > > > > >03 _0 1/ 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_0723 > > > > >03 _0 1/ 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_0723 > > > > >03 _0 1/ 01 _______________________________________________ > > > > > Babeldoc-devel mailing list > > > > > Bab...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel |
|
From: David G. <dg...@co...> - 2003-08-05 01:00:55
|
Hi Bruce, I took a guess that, in order to provide you with a sourceforge ID, I would need to register with sourceforge. I've just done so, and dglick02 is my user ID. Am I there yet? David On Monday 04 August 2003 5:51 pm, Bruce McDonald wrote: > It involves ritual sacrifice... > > Not. > > All I need from you is your sourceforge userid and then I can add you to > the list. I can help you from then. > > regards, > Bruce. > > On Monday 04 August 2003 08:19 pm, David Glick wrote: > > Hi Bruce, > > > > I'm happy to become a Babeldoc developer; hopefully, I'll have plenty > > more to contribute as my project shifts into high gear... :-) Whom do I > > turn over my first-born to in order to make this happen? > > > > Thanks, > > > > David > > > > On Monday 04 August 2003 5:03 pm, Bruce McDonald wrote: > > > David, > > > > > > In order to submit this directly into CVS, you will have to become a > > > developer. Interested? As to your other question - I am not sure what > > > you are trying to do - submit the code and lets have a look at it. > > > > > > regards, > > > Bruce. > > > > > > On Monday 04 August 2003 07:51 pm, David Glick wrote: > > > > 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_07 > > > > > >23 03 _0 1/ 01 > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > Babeldoc-devel mailing list > > > > > > > > > > Bab...@li... > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-dev > > > > > > > > > >el > > > > > > > > > > > > > > > > > > -- > > > > > > > > > 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_07 > > > > > >23 03 _0 1/ 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_07 > > > > > >23 03 _0 1/ 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_07 > > > > > >23 03 _0 1/ 01 _______________________________________________ > > > > > > Babeldoc-devel mailing list > > > > > > Bab...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel -- David Glick 619-475-4052 dg...@co... |
|
From: Bruce M. <br...@mc...> - 2003-08-05 01:45:26
|
You are there now. You need to generate a SSH private/public key and upload that to sourceforge - then you can use a CVS tool to access source code repository. regards, Bruce. On Monday 04 August 2003 09:11 pm, David Glick wrote: > Hi Bruce, > > I took a guess that, in order to provide you with a sourceforge ID, I would > need to register with sourceforge. I've just done so, and dglick02 is my > user ID. Am I there yet? > > David > > On Monday 04 August 2003 5:51 pm, Bruce McDonald wrote: > > It involves ritual sacrifice... > > > > Not. > > > > All I need from you is your sourceforge userid and then I can add you to > > the list. I can help you from then. > > > > regards, > > Bruce. > > > > On Monday 04 August 2003 08:19 pm, David Glick wrote: > > > Hi Bruce, > > > > > > I'm happy to become a Babeldoc developer; hopefully, I'll have plenty > > > more to contribute as my project shifts into high gear... :-) Whom do > > > I turn over my first-born to in order to make this happen? > > > > > > Thanks, > > > > > > David > > > > > > On Monday 04 August 2003 5:03 pm, Bruce McDonald wrote: > > > > David, > > > > > > > > In order to submit this directly into CVS, you will have to become a > > > > developer. Interested? As to your other question - I am not sure > > > > what you are trying to do - submit the code and lets have a look at > > > > it. > > > > > > > > regards, > > > > Bruce. > > > > > > > > On Monday 04 August 2003 07:51 pm, David Glick wrote: > > > > > 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_ > > > > > > >07 23 03 _0 1/ 01 > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > Babeldoc-devel mailing list > > > > > > > > > > > Bab...@li... > > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-d > > > > > > > > > > >ev el > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > 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_ > > > > > > >07 23 03 _0 1/ 01 > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > Babeldoc-devel mailing list > > > > > > > > > > Bab...@li... > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-dev > > > > > > > > > >el > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > > > 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_ > > > > > > >07 23 03 _0 1/ 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_ > > > > > > >07 23 03 _0 1/ 01 > > > > > > > _______________________________________________ Babeldoc-devel > > > > > > > mailing list > > > > > > > Bab...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel |
|
From: David G. <dg...@co...> - 2003-08-05 03:07:37
|
Okfine, I've uploaded the public key info. I'll be official in around 6 hours. After that, I'll grab a new snapshot and then commit my changes. "With great powers come great responsibilities". I won't let you down (too often) (except for in years that end with an odd or even digit). David On Monday 04 August 2003 6:45 pm, Bruce McDonald wrote: > You are there now. > > You need to generate a SSH private/public key and upload that to > sourceforge - then you can use a CVS tool to access source code repository. > > regards, > Bruce. > > On Monday 04 August 2003 09:11 pm, David Glick wrote: > > Hi Bruce, > > > > I took a guess that, in order to provide you with a sourceforge ID, I > > would need to register with sourceforge. I've just done so, and dglick02 > > is my user ID. Am I there yet? > > > > David > > > > On Monday 04 August 2003 5:51 pm, Bruce McDonald wrote: > > > It involves ritual sacrifice... > > > > > > Not. > > > > > > All I need from you is your sourceforge userid and then I can add you > > > to the list. I can help you from then. > > > > > > regards, > > > Bruce. > > > > > > On Monday 04 August 2003 08:19 pm, David Glick wrote: > > > > Hi Bruce, > > > > > > > > I'm happy to become a Babeldoc developer; hopefully, I'll have plenty > > > > more to contribute as my project shifts into high gear... :-) Whom > > > > do I turn over my first-born to in order to make this happen? > > > > > > > > Thanks, > > > > > > > > David > > > > > > > > On Monday 04 August 2003 5:03 pm, Bruce McDonald wrote: > > > > > David, > > > > > > > > > > In order to submit this directly into CVS, you will have to become > > > > > a developer. Interested? As to your other question - I am not > > > > > sure what you are trying to do - submit the code and lets have a > > > > > look at it. > > > > > > > > > > regards, > > > > > Bruce. > > > > > > > > > > On Monday 04 August 2003 07:51 pm, David Glick wrote: > > > > > > 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.aspne > > > > > > > >t_ 07 23 03 _0 1/ 01 > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > > Babeldoc-devel mailing list > > > > > > > > > > > > Bab...@li... > > > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc > > > > > > > > > > > >-d ev el > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > 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.aspne > > > > > > > >t_ 07 23 03 _0 1/ 01 > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > Babeldoc-devel mailing list > > > > > > > > > > > Bab...@li... > > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-d > > > > > > > > > > >ev el > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > > > > 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.aspne > > > > > > > >t_ 07 23 03 _0 1/ 01 > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > Babeldoc-devel mailing list > > > > > > > > > > Bab...@li... > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-dev > > > > > > > > > >el > > > > > > > > > > > > > > > > > > -- > > > > > > > > > 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.aspne > > > > > > > >t_ 07 23 03 _0 1/ 01 > > > > > > > > _______________________________________________ > > > > > > > > Babeldoc-devel mailing list > > > > > > > > Bab...@li... > > > > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel -- David Glick 619-475-4052 dg...@co... |
|
From: Bruce M. <br...@mc...> - 2003-08-05 03:30:44
|
Cool beans - welcome aboard!!! On Monday 04 August 2003 11:18 pm, David Glick wrote: > Okfine, I've uploaded the public key info. I'll be official in around 6 > hours. > > After that, I'll grab a new snapshot and then commit my changes. > > "With great powers come great responsibilities". I won't let you down (too > often) (except for in years that end with an odd or even digit). > > > David > > On Monday 04 August 2003 6:45 pm, Bruce McDonald wrote: > > You are there now. > > > > You need to generate a SSH private/public key and upload that to > > sourceforge - then you can use a CVS tool to access source code > > repository. > > > > regards, > > Bruce. > > > > On Monday 04 August 2003 09:11 pm, David Glick wrote: > > > Hi Bruce, > > > > > > I took a guess that, in order to provide you with a sourceforge ID, I > > > would need to register with sourceforge. I've just done so, and > > > dglick02 is my user ID. Am I there yet? > > > > > > David > > > > > > On Monday 04 August 2003 5:51 pm, Bruce McDonald wrote: > > > > It involves ritual sacrifice... > > > > > > > > Not. > > > > > > > > All I need from you is your sourceforge userid and then I can add you > > > > to the list. I can help you from then. > > > > > > > > regards, > > > > Bruce. > > > > > > > > On Monday 04 August 2003 08:19 pm, David Glick wrote: > > > > > Hi Bruce, > > > > > > > > > > I'm happy to become a Babeldoc developer; hopefully, I'll have > > > > > plenty more to contribute as my project shifts into high gear... > > > > > :-) Whom do I turn over my first-born to in order to make this > > > > > happen? > > > > > > > > > > Thanks, > > > > > > > > > > David > > > > > > > > > > On Monday 04 August 2003 5:03 pm, Bruce McDonald wrote: > > > > > > David, > > > > > > > > > > > > In order to submit this directly into CVS, you will have to > > > > > > become a developer. Interested? As to your other question - I > > > > > > am not sure what you are trying to do - submit the code and lets > > > > > > have a look at it. > > > > > > > > > > > > regards, > > > > > > Bruce. > > > > > > > > > > > > On Monday 04 August 2003 07:51 pm, David Glick wrote: > > > > > > > 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.asp > > > > > > > > >ne t_ 07 23 03 _0 1/ 01 > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > > > Babeldoc-devel mailing list > > > > > > > > > > > > > Bab...@li... > > > > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/babeld > > > > > > > > > > > > >oc -d ev el > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > 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.asp > > > > > > > > >ne t_ 07 23 03 _0 1/ 01 > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > > Babeldoc-devel mailing list > > > > > > > > > > > > Bab...@li... > > > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc > > > > > > > > > > > >-d ev el > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > > > > > 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.asp > > > > > > > > >ne t_ 07 23 03 _0 1/ 01 > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > Babeldoc-devel mailing list > > > > > > > > > > > Bab...@li... > > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-d > > > > > > > > > > >ev el > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > 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.asp > > > > > > > > >ne t_ 07 23 03 _0 1/ 01 > > > > > > > > > _______________________________________________ > > > > > > > > > Babeldoc-devel mailing list > > > > > > > > > Bab...@li... > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel |