From: <No...@Du...> - 2007-06-19 18:53:36
|
After many lunchtimes of testing and documenting, and with a little (!) help from Paul in the Limbo Transactions testing, I have checked in the gfix manual. Onwards to other things now - gpre! Cheers, Norman. |
From: Paul V. <pa...@vi...> - 2007-06-19 21:11:09
|
Hi Norman, > After many lunchtimes of testing and documenting, and with a little > (!) help from Paul in the Limbo Transactions testing, I have checked > in the gfix manual. Great! Do you want me to build the HTML and PDF? Iirc you had a problem with the doc building, hadn't you? Paul Vinkenoog |
From: <No...@Du...> - 2007-06-20 06:59:41
|
Morning Paul, pa...@vi... wrote: > Great! Do you want me to build the HTML and PDF? Iirc you had a > problem with the doc building, hadn't you? No thanks, I'm fine now. You sorted me out a little while back when I was missing a couple of new directories and you advised using the cvs update -d command instead of cvs update as I had always been doing. The docs build ok and when I checked them last night I was able to correct a couple of bugs (gstat and isql in upper case) prior to checking the source files into the repository. Thanks again for your help on the limbo transactions. One question though, in your example you show a run of gstat with a databases name of localhost:filename - this appears to work in your example, but I thought gstat had to be run locally. When I try a 'remote' path like yours, I simply get file not found errors. I'm using v2.0 though - so it could be that. Cheers, Norman. |
From: Paul V. <pa...@vi...> - 2007-06-20 12:07:00
|
Hi Norman, > Thanks again for your help on the limbo transactions. One question = though,=20 > in your example you show a run of gstat with a databases name of=20 > localhost:filename - this appears to work in your example, but I = thought=20 > gstat had to be run locally. When I try a 'remote' path like yours, I = simply=20 > get file not found errors. I'm using v2.0 though - so it could be that.= =20 No, you're right, gstat doesn't do remote databases. The "localhost:" was= there because during testing I copied the connect string from the gfix = command issued earlier. However, the fact that this doesn't generate an = error made me wonder if gstat would really connect to localhost. So I = replaced "localhost:" with "sofa:" (the machine name) and it still = worked. After that, I used various existing and non-existing host names = and IP numbers and it kept working (provided the path was correct *on my = local machine*). As it turns out, you can (with 1.5) prepend almost any kind of nonsense = followed by a ":" and gstat will simply strip it. Only if the connect = string contains 3 or more colons will you get a syntax error (on Windows!= I presume it's 2 on Linux). This may be something to add to the gstat = chapter, when the time comes. Greetings, Paul Vinkenoog |
From: <No...@Du...> - 2007-06-20 12:24:04
|
Hi Paul, pa...@vi... wrote: > No, you're right, gstat doesn't do remote databases. The "localhost:" > was there because during testing I copied the connect string from > the gfix command issued earlier. However, the fact that this doesn't > generate an error made me wonder if gstat would really connect to > localhost. .... Strange behaviour. Seems to have been fixed at 2.0 - or maybe it is a Linux thing as it gives an error message if I use a 'server' name and colon in the database path. > As it turns out, you can (with 1.5) prepend almost any kind of nonsense > followed by a ":" and gstat will simply strip it. Only if the connect > string contains 3 or more colons will you get a syntax error (on Windows! > I presume it's 2 on Linux). This may be something to add to the gstat > chapter, when the time comes. I have this email filed away for later testing and documenting. Thanks. I presume that this behaviour is why your 'sofa' server was listed as 'H' instead in your examples. Seems that first server name is removed, the your H: drive path is assumed to be a server :o) Cheers, Norman. |
From: Paul V. <pa...@vi...> - 2007-06-20 12:50:11
|
Hi Norman, > I presume that this behaviour is why your 'sofa' server was listed > as 'H' instead in your examples. Seems that first server name is > removed, the your H: drive path is assumed to be a server :o) No, the "H" host was something gfix did - not gstat. And gfix does function across a network. I don't know if the "H" comes from the drive. Just now I copied the limboed db to D:\ and I still got the "H". But maybe that's because of the fact that the original path as stored in the db starts with "H": >gfix -user sysdba -pass masterke -list D:\limbobron_r.fdb Transaction 67 is in limbo. Could not reattach to database for transaction 67. Original path: H:\FIREBIRD\LIMBO\LIMBOBRON.FDB Enter a valid path: d:\limbobron_r.fdb Multidatabase transaction: Host Site: SOFA Transaction 67 has been prepared. Remote Site: H Database Path: d:\limbobron_r.fdb To find out if it also mentions H if the original limbo is on another drive, I would have to re-run everything, but I don't have time for that now, sorry! Maybe later. BTW, it suddenly strikes me that on the line below "Remote Site" the "Database Path" once again mentions the local path, not the remote path. One would expect the remote path there, wouldn't one? Cheers, Paul |
From: <No...@Du...> - 2007-06-20 15:25:49
|
Hi Paul, pa...@vi... wrote: <SNIP> > To find out if it also mentions H if the original limbo is on another > drive, I would have to re-run everything, but I don't have time for > that now, sorry! Maybe later. No, you've done enough already. I'm onto gpre now and I should be able to set up a small app that will create a limbo transaction with that. I'm in the learning curve at the moment to see what can and cannot be done. I have my 'hello, world' equivalent test program running already. :o) > BTW, it suddenly strikes me that on the line below "Remote Site" the > "Database Path" once again mentions the local path, not the remote > path. One would expect the remote path there, wouldn't one? One would indeed. I suspect a 1.5 problems that is hopefully sorted out in 2.0. I'll check when I get enough of a clue on getting a limbo set up under 2.0 and gpre. Thanks again. Cheers, Norman. |
From: Paul V. <pa...@vi...> - 2008-01-27 01:56:12
|
Hi Norman, >> Great! Do you want me to build the HTML and PDF? Iirc you had a >> problem with the doc building, hadn't you? > > No thanks, I'm fine now. I just noticed that the online HTML & PDF are still without the gfix = chapter. Do you want me to build and upload them after all? Greetings, Paul Vinkenoog |
From: Norman D. <No...@du...> - 2008-01-27 19:00:12
|
Hi Paul, > I just noticed that the online HTML & PDF are still without the gfix > chapter. Do you want me to build and upload them after all? Yes please. As far as I remember, I've never had to build the online ones, just submit my stuff to the repository - is building the online stuff something I should be doing then? (Seems like a hell of a long time since I last committed anything! Must do some more work very son!) Cheers, Norman. |
From: Paul V. <pa...@vi...> - 2008-01-28 23:57:46
|
Hi Norman, >> I just noticed that the online HTML & PDF are still without the gfix >> chapter. Do you want me to build and upload them after all? > > Yes please. OK, it's done. I also added some <titleabbrev> elements here and there, and inserted a link from the Intro to the gfix chapter, so please do a cvs update before you continue to work on the utils book. > As far as I remember, I've never had to build the online > ones, just submit my stuff to the repository - is building the online > stuff something I should be doing then? At first I used to build and upload everything. But as more people started to contribute, this took more and more time. So after a while I began to gently push people to do their own builds and uploads. I assumed you were already used to doing that too, but it seems I was mistaken. No problem though, the docs aren't exactly pouring in at the moment... Cheers, Paul Vinkenoog PS: I think we ought to standardize the capitalization of the tools names. We now have GSEC and GSPLIT next to Gfix in the utils doc. |
From: Norman D. <No...@Du...> - 2008-01-30 20:53:54
|
Evening Paul, > OK, it's done. I also added some <titleabbrev> elements here and there, > and inserted a link from the Intro to the gfix chapter, so please do a > cvs update before you continue to work on the utils book. I've done a cvs update and changed all occurences of uppercase utility names to lower case in the entire 'book' on the commandline utilities. Changes have been committed tonight. > I began to gently push people to do their own builds and uploads. I > assumed you were already used to doing that too, but it seems I was > mistaken. I'm happy to do it, I always do a full build of all the docs before I commit anything to the repository, so that's not a problem. If you let me know where I'm supposed to put them (might need a login?) when I've built them then I'll be happy to upload them when I make changes. Cheers, Norman. |
From: Paul V. <pa...@vi...> - 2008-01-31 00:35:20
|
Hi Norman, >> I began to gently push people to do their own builds and uploads. I >> assumed you were already used to doing that too, but it seems I was >> mistaken. > I'm happy to do it, I always do a full build of all the docs before I > commit anything to the repository, so that's not a problem. > If you let me know where I'm supposed to put them (might need a login?) > when I've built them then I'll be happy to upload them when I make = changes. I'll send you the login details privately. Cheers, Paul Vinkenoog |
From: Norman D. <No...@du...> - 2008-01-31 19:26:58
|
Paul Vinkenoog wrote: > > I'll send you the login details privately. > Got them Paul, thanks. Be on the lookout for an upload soon Got accounts to do tonight unfortunately! Cheers, Norman. |
From: Norman D. <No...@Du...> - 2008-02-11 20:53:14
|
Evening Paul, > Got them Paul, thanks. Be on the lookout for an upload soon Got accounts > to do tonight unfortunately! ok, my very first upload has been done. I have put up all the fbutil*.html and the Firebird-Utils-WIP.pdf file has also been placed in what I hope is the correct location. Looks ok in a browser, so I must have done something right! Had to go hunting for the server name though - found it in the Docwriter's docs though - good place for it if you ask me! :-) Cheers, Norman. |
From: Codebue F. - P-S. <f.c...@p-...> - 2008-02-12 10:12:58
|
All guys... I try to start to translate "fbutils-scripts"... Just some question . it's enough to traslate all information in xml file? (and after rebuild) . I have to use 1.4.2 java distrib or can I use upper version? Codebue Fabio .-----------------------------. _ \ __| _|| __/____|\__ \ _ \ _| _| _| ____/\___/_| \__| P-Soft di Codebue Fabio & C. sas via B.Storti, 19 24060 - Chiuduno - BG Italy Phone: +39.030.839435 Fax: +39.030.5100306 Mobile: +39.348.3515786 .-----------------------------. Web : www.p-soft.biz EMail: f.c...@p-... |
From: Paul V. <pa...@vi...> - 2008-02-12 10:44:35
|
Hello Fabio, > All guys... > I try to start to translate "fbutils-scripts"... > > Just some question > . it's enough to traslate all information in xml file? (and after rebuild) Yes, and it's best to do the translation in a validating XML editor. > . I have to use 1.4.2 java distrib or can I use upper version? Any higher version should work. Myself I have 1.5.something. If there are any problems, please bring them up here. Sometimes things go wrong only under specific circumstances and lead us to fix certain scripts or stylesheets. Greetings, Paul Vinkenoog |
From: Codebue F. - P-S. <f.c...@p-...> - 2008-02-12 14:08:48
|
heheh first failure... after download CVS I tryed to build docs running build.bat java version "1.6.0_03" Java(TM) SE Runtime Environment (build 1.6.0_03-b05) Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode) Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher some escape way? Codebue Fabio .-----------------------------. _ \ __| _|| __/____|\__ \ _ \ _| _| _| ____/\___/_| \__| P-Soft di Codebue Fabio & C. sas via B.Storti, 19 24060 - Chiuduno - BG Italy Phone: +39.030.839435 Fax: +39.030.5100306 Mobile: +39.348.3515786 .-----------------------------. Web : www.p-soft.biz EMail: f.c...@p-... -----Original Message----- From: fir...@li... [mailto:fir...@li...] On Behalf Of Paul Vinkenoog Sent: Tuesday, February 12, 2008 11:43 AM To: Chatter regarding Firebird documentation Subject: Re: [Firebird-docs] let's go... Hello Fabio, > All guys... > I try to start to translate "fbutils-scripts"... > > Just some question > . it's enough to traslate all information in xml file? (and after rebuild) Yes, and it's best to do the translation in a validating XML editor. > . I have to use 1.4.2 java distrib or can I use upper version? Any higher version should work. Myself I have 1.5.something. If there are any problems, please bring them up here. Sometimes things go wrong only under specific circumstances and lead us to fix certain scripts or stylesheets. Greetings, Paul Vinkenoog ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Firebird-docs mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-docs |
From: Paul V. <pa...@vi...> - 2008-02-12 14:40:42
|
Hi Fabio, > after download CVS I tryed to build docs running build.bat > > java version "1.6.0_03" > Java(TM) SE Runtime Environment (build 1.6.0_03-b05) > Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode) > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/tools/ant/launch/Launcher In manual/lib and manual/tools there are readmes with instructions on extra stuff (not in CVS) to download and unpack. Have you followed them? Greetings, Paul Vinkenoog |
From: Codebue F. - P-S. <f.c...@p-...> - 2008-02-12 14:45:05
|
naturally ... not sorry I'm doing it now ;) Codebue Fabio .-----------------------------. _ \ __| _|| __/____|\__ \ _ \ _| _| _| ____/\___/_| \__| P-Soft di Codebue Fabio & C. sas via B.Storti, 19 24060 - Chiuduno - BG Italy Phone: +39.030.839435 Fax: +39.030.5100306 Mobile: +39.348.3515786 .-----------------------------. Web : www.p-soft.biz EMail: f.c...@p-... -----Original Message----- From: fir...@li... [mailto:fir...@li...] On Behalf Of Paul Vinkenoog Sent: Tuesday, February 12, 2008 3:40 PM To: Chatter regarding Firebird documentation Subject: Re: [Firebird-docs] let's go...but don't GO... Hi Fabio, > after download CVS I tryed to build docs running build.bat > > java version "1.6.0_03" > Java(TM) SE Runtime Environment (build 1.6.0_03-b05) > Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode) > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/tools/ant/launch/Launcher In manual/lib and manual/tools there are readmes with instructions on extra stuff (not in CVS) to download and unpack. Have you followed them? Greetings, Paul Vinkenoog ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Firebird-docs mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-docs |
From: Codebue F. - P-S. <f.c...@p-...> - 2008-02-12 15:10:32
|
ok... another step.. .another error ehhehe 1. Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.6.0_03\lib\tools.jar perhaps I have to download some other library? or I have to install JDK and not JRE? 2. BUILD FAILED C:\work\CVS\firebird\manual\src\build\build.xml:707: org.apache.avalon.framework.configuration.ConfigurationException: Failed to resolve font with embed-url 'file:///C:/WINNT/Fonts/MSMincho.ttc' Where can I find font file to use? Codebue Fabio .-----------------------------. _ \ __| _|| __/____|\__ \ _ \ _| _| _| ____/\___/_| \__| P-Soft di Codebue Fabio & C. sas via B.Storti, 19 24060 - Chiuduno - BG Italy Phone: +39.030.839435 Fax: +39.030.5100306 Mobile: +39.348.3515786 .-----------------------------. Web : www.p-soft.biz EMail: f.c...@p-... |
From: Paul V. <pa...@vi...> - 2008-02-12 16:07:21
|
Hi Fabio, > 1. Unable to locate tools.jar. Expected to find it in C:\Program > Files\Java\jre1.6.0_03\lib\tools.jar > perhaps I have to download some other library? or I have to install JDK > and not JRE? Oh, yes, that's an old troublemaker. Some people have the JRE and are doing fine, others get this error. Some even DO have tools.jar on their Java path and still get this error. What you could do is download the JDK, extract tools.jar, place it in the expected location, and hope that's enough. (BTW, sometimes people get this error but the build is fine anyway. In that case, the easiest solution is to simply ignore the error message). I'm still a bit puzzled by this error, because tools.jar shouldn't be necessary at all... > 2. BUILD FAILED > C:\work\CVS\firebird\manual\src\build\build.xml:707: > org.apache.avalon.framework.configuration.ConfigurationException: > Failed to resolve font with embed-url 'file:///C:/WINNT/Fonts/MSMincho.ttc' > > Where can I find font file to use? You only need MSMincho if you want to build Japanese PDFs. If so, you have to edit the file manual/config/ja/fop-userconfig.xml. Look for these lines: <font metrics-url="msmincho.xml" kerning="yes" embed-url="file:///C:/WINNT/Fonts/MSMincho.ttc"> ... ... <font metrics-url="msgothic.xml" kerning="yes" embed-url="file:///C:/WINNT/Fonts/MSGothic.ttc"> and edit the file URLs so they are correct on your machine. I think that most modern Windows versions come with these two font collections, but the location may vary. Good luck! Paul Vinkenoog |
From: Paul V. <pa...@vi...> - 2008-03-02 13:08:32
|
Hi Fabio, >> 1. Unable to locate tools.jar. >> 2. BUILD FAILED >> Failed to resolve font with embed-url 'file:///C:/WINNT/Fonts/MSMincho.ttc' Did you get this to work now? Cheers, Paul Vinkenoog |
From: Codebue F. - P-S. <f.c...@p-...> - 2008-03-02 14:40:03
|
ya... PaulV now it's all ok. I just finished this morning fbutils_script I tried to upload it, as a new file. Naturally if I wanna post a new file with this configuration :pserver:ano...@fi...:/cvsroot/firebird doesn't work I use this wanna to download all doc subproject into my CVS. So I try with my sourceforge user with this configuration :pserver:fco...@fi...:/cvsroot/firebird but I can't add some new file to the group manual... mmm I can't understand Codebue Fabio .-----------------------------. _ \ __| _|| __/____|\__ \ _ \ _| _| _| ____/\___/_| \__| P-Soft di Codebue Fabio & C. sas via B.Storti, 19 24060 - Chiuduno - BG Italy Phone: +39.030.839435 Fax: +39.030.5100306 Mobile: +39.348.3515786 .-----------------------------. Web : www.p-soft.biz EMail: f.c...@p-... -----Original Message----- From: fir...@li... [mailto:fir...@li...] On Behalf Of Paul Vinkenoog Sent: Sunday, March 02, 2008 2:07 PM To: Chatter regarding Firebird documentation Subject: Re: [Firebird-docs] let's go...but don't GO... Hi Fabio, >> 1. Unable to locate tools.jar. >> 2. BUILD FAILED >> Failed to resolve font with embed-url 'file:///C:/WINNT/Fonts/MSMincho.ttc' Did you get this to work now? Cheers, Paul Vinkenoog ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Firebird-docs mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-docs |
From: Helen B. <he...@ii...> - 2008-03-02 20:39:02
|
At 02:42 AM 3/03/2008, Paul Vinkenoog wrote: >Hi Fabio, > >As far as I know, you're not a project member yet. If you want to continue >to contribute to the project we can ask Helen to add you as a member. We >also need your SF *number* for that. I don't what "SF number" that might be. What I need is his SF id (nickname). Helen |
From: Paul V. <pa...@vi...> - 2008-03-02 23:17:56
|
Hi Helen, >> As far as I know, you're not a project member yet. If you want to continue >> to contribute to the project we can ask Helen to add you as a member. We >> also need your SF *number* for that. > I don't what "SF number" that might be. What I need is his SF id (nickname). I need the number (SF calls this the user ID) to create his rabbit file, so he shows up as a doc subproject member. But I've got it now, by clicking on his nick on the members page. Cheers, Paul Vinkenoog |