You can subscribe to this list here.
| 2003 |
Jan
|
Feb
(14) |
Mar
(107) |
Apr
(211) |
May
(93) |
Jun
(158) |
Jul
(159) |
Aug
(368) |
Sep
(188) |
Oct
(151) |
Nov
(115) |
Dec
(98) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(25) |
Feb
|
Mar
(33) |
Apr
(28) |
May
(116) |
Jun
(2) |
Jul
(117) |
Aug
(19) |
Sep
(9) |
Oct
(2) |
Nov
|
Dec
(4) |
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(9) |
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
(22) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(267) |
Sep
|
Oct
|
Nov
(6) |
Dec
(512) |
| 2008 |
Jan
(187) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(6) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: David G. <dg...@co...> - 2003-10-01 20:20:34
|
Hi Qin,
Congratulations on getting up! What was the problem with the c:\qin
directory?
Regarding your question, I'm not sure I understand what you're asking. The
document.get("file_name") returns the name of the document as passed on the
command line with the -f parameter. I assume it also is the name of the file
found by the scanner, but I don't use it this way so I can't say for sure.
The initialize.script stage in your example looks like it will properly
instantiate the File class for you. Is it not working?
David
On Wednesday 01 October 2003 1:01 pm, Qin Ding wrote:
> Bruce and David:
>
> Now I am in business thanks to both of you very much.
>
> initialize.script=\
> java.lang.System.out.println(document.get("file_name"));\
> java.io.File file = new java.io.File(document.get("file_name"));\
> TestManager.validate(file);\
>
> When I call document.get("file_name"), I get just a string name of the
> document. Is it true? Does this name reference to the original document
> that I passed in via -f Aftermarket.dat? Seems to me it is just a name but
> no reference to the file.
>
> Do we have something like this:
> java.io.File file = document.getFile(document.get("file_name"));
>
> So I can pass that File into my validation routine. Please advise. Thanks
>
> Qin
>
> ---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
> ---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> "McDonald,
> Bruce" To: Qin
> Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc Developer List
> @bankofamerica.c <bab...@li...>, David
> Glick om> <dg...@co...>
> Subject: RE:
> [Babeldoc-devel] Re: [Babeldoc-user] 10/01/03 10:40 Questions.
> Please Help AM
>
>
>
>
>
>
> Qin,
>
> I want to start from scratch with this.
>
> Do the following and report back plz:
>
> 0. Make sure that JDK is installed and at least 1.4.1 : java -fullversion
> 1. Download babeldoc 1.2.0-RC1 into the directory c:\babeldoc (or
> somewhere)
> 2. Set your BABELDOC_HOME= ... this directory
> 3. echo %BABELDOC_HOME% - make sure that this is correct.
> 4. cd %BABELDOC_HOME% - you should be in the babeldoc directory.
> 5. run this: bin\babeldoc - you should see babeldoc version
> 6. run this: bin\babeldoc process -p test -f test/quickstart/stats.xml
> 7. Check the file: stats.html
> 8. run this: bin\babeldoc process -p documentation
>
> Report back plz
>
> -----Original Message-----
> From: Qin Ding [mailto:qd...@cs...]
> Sent: Wednesday, October 01, 2003 11:29 AM
> To: McDonald, Bruce
> Cc: Babeldoc Developer List; David Glick
> Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
> Bruce and David:
>
> At home (XP), I tried to do the same thing (download the babeldoc, set it
> up using your directory template and babeldoc_home and babeldoc_user. I got
> the exact same error: entryStage not found. I asked a friend of mine
> outside from this company this morning to do the same thing at his pc (NT),
> he reported to me with the same error just a moment ago. How could that
> be?!
>
> David: at home I even tried different version of jvm from 1.4.1_01, and
> 1.4.1_02. No difference.
>
> Is there a way I can ask the system to output more debug infomation like
> changing log4j log level from error to debug? I guess that's too easy.
>
> Otherwise, I need to add the debugging statements in "setupConfigData" of
> SimplePipelineStageResolver class? Let me download the source code, and
> add the debugging code, recompile the source and ran our test again. I
> will let you know the result.
>
> If anyone out there other thatn Bruce using babeldoc on windows, please let
> me know how on earth you did that so successfully. I am very anxious to
> make it work. Thank you very much.
>
> Qin
>
>
>
>
> ---------------------------------------------------------------------------
>-------------
>
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
> ---------------------------------------------------------------------------
>-------------
>
>
>
>
>
>
> "McDonald,
>
> Bruce" To: Qin Ding
> <qd...@cs...>, David Glick
> <Bruce.McDonald <dg...@co...>
>
> @bankofamerica.c cc: Babeldoc Developer
> List
> om>
> <bab...@li...>
> Subject: RE:
> [Babeldoc-devel] Re: [Babeldoc-user]
> 10/01/03 08:15 Questions. Please Help
>
> AM
>
>
>
>
>
>
>
> Qin,
>
> It looks like you will have to actually debug this yourself since no-one
> else is experiencing this error. Please look at the code in the
> SimplePipelineStageResolver. Place debuging statements in the
> setupConfigData to view what is going on.
>
> regards,
> Bruce.
>
> -----Original Message-----
> From: Qin Ding [mailto:qd...@cs...]
> Sent: Tuesday, September 30, 2003 6:01 PM
> To: David Glick
> Cc: Babeldoc Developer List; McDonald, Bruce
> Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
> David:
> 1 After changed test-pipeline.configFile=c:/qin/test/test-pipeline, still
> got the same error;
> 2. I don't understand what you want "try renaming the 'test-pipeline'
> directory to 'testpipe'". There is no directory by the name of
> test-pipeline. Can I call you if you don't mind? It would be easier for
> us to go through this?
>
> Qin
>
>
> ---------------------------------------------------------------------------
>-------------
>
>
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
> ---------------------------------------------------------------------------
>-------------
>
>
>
>
>
>
>
> David Glick
>
> <dglick To: Qin
> Ding/ASD/CSC@CSC
> @cox.net> cc: Babeldoc Developer
> List
>
> <bab...@li...>, "McDonald,
> 09/30/03 04:47 Bruce"
> <Bru...@ba...>
> PM Subject: Re:
> [Babeldoc-devel] Re: [Babeldoc-user]
> Questions. Please Help
>
>
>
>
>
>
> Try changing test-pipeline.configFile to c:/qin/test/test-pipeline. If
> that
> doesn't work, try renaming the 'test-pipeline' directory to 'testpipe',
> change the test-pipeline.configFile=c:/qin/test/testpipe, and try to run it
>
> again.
>
> David
>
> On Tuesday 30 September 2003 2:33 pm, Qin Ding wrote:
> > David:
> >
> > Here it is:
> >
> > test-pipeline.type=simple
> > test-pipeline.configFile=test/test-pipeline
>
> ---------------------------------------------------------------------------
>
> >-------------
> >
> > This is a PRIVATE message. If you are not the intended recipient, please
> > delete without copying and kindly advise us by e-mail of the mistake in
> > delivery. NOTE: Regardless of content, this e-mail shall not operate to
> > bind CSC to any order or other contract unless pursuant to explicit
>
> written
>
> > agreement or government initiative expressly permitting the use of e-mail
> > for such purpose.
>
> ---------------------------------------------------------------------------
>
> >-------------
> >
> >
> >
> >
> >
> > David Glick
> > <dglick To: Qin
> > Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer
>
> List
>
> > <bab...@li...>, "McDonald, 09/30/03 04:34
> >
> > Bruce" <Bru...@ba...> PM
>
> Subject:
> > Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
> >
> >
> >
> >
> >
> > Okay, if you can now run the documentation pipeline, either we're getting
> > somewhere, or else you have a bunch of problems that we need to fix, one
>
> at
>
> > a
> > time. Let's get rolling...
> >
> > Is this still your configuration:
> >
> > --- setenv.bat ---
> > set BABELDOC_HOME=c:\babeldoc
> > set BABELDOC_USER=c:\qin\config
> > set JAVA_HOME=D:\j2sdk1.4.1_03
> > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> >
> > --- test-pipeline.properties ---
> > entryStage=initialize
> > initialize.stageType=Scripting
> > initialize.nextStage=null
> > initialize.failOnError=true
> > initialize.language=javascript
> > initialize.script=\
> > java.io.File file = new java.io.File(document.get("file_name"));\
> > TestManager.validate(file);
> >
> > If so, then please also post c:\qin\config\pipeline\config.properties.
> >
> >
> > David
> >
> > On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > > > set BABELDOC_USER=c:\qin\config
> > > > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > > > >
> > > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > > > >
> > > > > > Please see the attached the qin.zip file.(See attached file:
> >
> > qin.zip)
> >
> > > > > > This is a PRIVATE message. If you are not the intended recipient,
> > > >
> > > > please
> > > >
> > > > > > delete without copying and kindly advise us by e-mail of the
> >
> > mistake
> >
> > > in
> > >
> > > > > > delivery. NOTE: Regardless of content, this e-mail shall not
> >
> > operate
> >
> > > to
> > >
> > > > > > bind CSC to any order or other contract unless pursuant to
>
> explicit
>
> > > > > written
> > > > >
> > > > > > agreement or government initiative expressly permitting the use
>
> of
>
> > > > e-mail
> > > >
> > > > > > for such purpose.
>
> ---------------------------------------------------------------------------
>
> > > > > >-------------
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > "McDonald,
> > > > > > Bruce" To: Qin
> > > > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc
> >
> > Developer
> >
> > > > > List
> > > > >
> > > > > > @bankofamerica.c <bab...@li...>,
> > >
> > > David
> > >
> > > > > > Glick om> <dg...@co...>
> > > > > > Subject: RE:
> > > > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> > > >
> > > > Questions.
> > > >
> > > > > > Please Help AM
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > Download the latest version and try again - I suspect your
> > >
> > > installation
> > >
> > > > > is
> > > > >
> > > > > > broken.
> > > > > >
> > > > > > -----Original Message-----
> > > > > > From: Qin Ding [mailto:qd...@cs...]
> > > > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > > > To: McDonald, Bruce
> > > > > > Cc: Babeldoc Developer List; David Glick
> > > > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions.
>
> Please
>
> > > > Help
> > > >
> > > > > > Bruce:
> > > > > >
> > > > > > This is the test-pipeline.properties:
> > > > > >
> > > > > > entryStage=initialize
> > > > > >
> > > > > > initialize.stageType=Scripting
> > > > > > initialize.nextStage=null
> > > > > > initialize.failOnError=true
> > > > > > initialize.language=javascript
> > > > > > initialize.script=\
> > > > > > java.io.File file = new java.io.File(document.get
>
> ("file_name"));
>
> > \
> >
> > > > > > TestManager.validate(file);
--
David Glick
Transmit Consulting, Inc
619-475-4052
dg...@tr...
|
|
From: Qin D. <qd...@cs...> - 2003-10-01 20:02:29
|
Bruce and David:
Now I am in business thanks to both of you very much.
initialize.script=\
java.lang.System.out.println(document.get("file_name"));\
java.io.File file = new java.io.File(document.get("file_name"));\
TestManager.validate(file);\
When I call document.get("file_name"), I get just a string name of the
document. Is it true? Does this name reference to the original document
that I passed in via -f Aftermarket.dat? Seems to me it is just a name but
no reference to the file.
Do we have something like this:
java.io.File file = document.getFile(document.get("file_name"));
So I can pass that File into my validation routine. Please advise. Thanks
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin Ding/ASD/CSC@CSC
<Bruce.McDonald cc: Babeldoc Developer List
@bankofamerica.c <bab...@li...>, David Glick
om> <dg...@co...>
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 10:40 Questions. Please Help
AM
Qin,
I want to start from scratch with this.
Do the following and report back plz:
0. Make sure that JDK is installed and at least 1.4.1 : java -fullversion
1. Download babeldoc 1.2.0-RC1 into the directory c:\babeldoc (or
somewhere)
2. Set your BABELDOC_HOME= ... this directory
3. echo %BABELDOC_HOME% - make sure that this is correct.
4. cd %BABELDOC_HOME% - you should be in the babeldoc directory.
5. run this: bin\babeldoc - you should see babeldoc version
6. run this: bin\babeldoc process -p test -f test/quickstart/stats.xml
7. Check the file: stats.html
8. run this: bin\babeldoc process -p documentation
Report back plz
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Wednesday, October 01, 2003 11:29 AM
To: McDonald, Bruce
Cc: Babeldoc Developer List; David Glick
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
Bruce and David:
At home (XP), I tried to do the same thing (download the babeldoc, set it
up using your directory template and babeldoc_home and babeldoc_user. I got
the exact same error: entryStage not found. I asked a friend of mine
outside from this company this morning to do the same thing at his pc (NT),
he reported to me with the same error just a moment ago. How could that
be?!
David: at home I even tried different version of jvm from 1.4.1_01, and
1.4.1_02. No difference.
Is there a way I can ask the system to output more debug infomation like
changing log4j log level from error to debug? I guess that's too easy.
Otherwise, I need to add the debugging statements in "setupConfigData" of
SimplePipelineStageResolver class? Let me download the source code, and
add the debugging code, recompile the source and ran our test again. I
will let you know the result.
If anyone out there other thatn Bruce using babeldoc on windows, please let
me know how on earth you did that so successfully. I am very anxious to
make it work. Thank you very much.
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin Ding
<qd...@cs...>, David Glick
<Bruce.McDonald <dg...@co...>
@bankofamerica.c cc: Babeldoc Developer
List
om>
<bab...@li...>
Subject: RE:
[Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 08:15 Questions. Please Help
AM
Qin,
It looks like you will have to actually debug this yourself since no-one
else is experiencing this error. Please look at the code in the
SimplePipelineStageResolver. Place debuging statements in the
setupConfigData to view what is going on.
regards,
Bruce.
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Tuesday, September 30, 2003 6:01 PM
To: David Glick
Cc: Babeldoc Developer List; McDonald, Bruce
Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
David:
1 After changed test-pipeline.configFile=c:/qin/test/test-pipeline, still
got the same error;
2. I don't understand what you want "try renaming the 'test-pipeline'
directory to 'testpipe'". There is no directory by the name of
test-pipeline. Can I call you if you don't mind? It would be easier for
us to go through this?
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
David Glick
<dglick To: Qin
Ding/ASD/CSC@CSC
@cox.net> cc: Babeldoc Developer
List
<bab...@li...>, "McDonald,
09/30/03 04:47 Bruce"
<Bru...@ba...>
PM Subject: Re:
[Babeldoc-devel] Re: [Babeldoc-user]
Questions. Please Help
Try changing test-pipeline.configFile to c:/qin/test/test-pipeline. If
that
doesn't work, try renaming the 'test-pipeline' directory to 'testpipe',
change the test-pipeline.configFile=c:/qin/test/testpipe, and try to run it
again.
David
On Tuesday 30 September 2003 2:33 pm, Qin Ding wrote:
> David:
>
> Here it is:
>
> test-pipeline.type=simple
> test-pipeline.configFile=test/test-pipeline
>
>
>
---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> David Glick
> <dglick To: Qin
> Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer
List
> <bab...@li...>, "McDonald, 09/30/03 04:34
> Bruce" <Bru...@ba...> PM
Subject:
> Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
>
>
> Okay, if you can now run the documentation pipeline, either we're getting
> somewhere, or else you have a bunch of problems that we need to fix, one
at
> a
> time. Let's get rolling...
>
> Is this still your configuration:
>
> --- setenv.bat ---
> set BABELDOC_HOME=c:\babeldoc
> set BABELDOC_USER=c:\qin\config
> set JAVA_HOME=D:\j2sdk1.4.1_03
> set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
>
> --- test-pipeline.properties ---
> entryStage=initialize
> initialize.stageType=Scripting
> initialize.nextStage=null
> initialize.failOnError=true
> initialize.language=javascript
> initialize.script=\
> java.io.File file = new java.io.File(document.get("file_name"));\
> TestManager.validate(file);
>
> If so, then please also post c:\qin\config\pipeline\config.properties.
>
>
> David
>
> On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > > set BABELDOC_USER=c:\qin\config
> > > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > > >
> > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > > >
> > > > > Please see the attached the qin.zip file.(See attached file:
>
> qin.zip)
>
> > > > > This is a PRIVATE message. If you are not the intended recipient,
> > >
> > > please
> > >
> > > > > delete without copying and kindly advise us by e-mail of the
>
> mistake
>
> > in
> >
> > > > > delivery. NOTE: Regardless of content, this e-mail shall not
>
> operate
>
> > to
> >
> > > > > bind CSC to any order or other contract unless pursuant to
explicit
> > > >
> > > > written
> > > >
> > > > > agreement or government initiative expressly permitting the use
of
> > >
> > > e-mail
> > >
> > > > > for such purpose.
>
>
---------------------------------------------------------------------------
>
> > > > >-------------
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > "McDonald,
> > > > > Bruce" To: Qin
> > > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc
>
> Developer
>
> > > > List
> > > >
> > > > > @bankofamerica.c <bab...@li...>,
> >
> > David
> >
> > > > > Glick om> <dg...@co...>
> > > > > Subject: RE:
> > > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> > >
> > > Questions.
> > >
> > > > > Please Help AM
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Download the latest version and try again - I suspect your
> >
> > installation
> >
> > > > is
> > > >
> > > > > broken.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Qin Ding [mailto:qd...@cs...]
> > > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > > To: McDonald, Bruce
> > > > > Cc: Babeldoc Developer List; David Glick
> > > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions.
Please
> > >
> > > Help
> > >
> > > > > Bruce:
> > > > >
> > > > > This is the test-pipeline.properties:
> > > > >
> > > > > entryStage=initialize
> > > > >
> > > > > initialize.stageType=Scripting
> > > > > initialize.nextStage=null
> > > > > initialize.failOnError=true
> > > > > initialize.language=javascript
> > > > > initialize.script=\
> > > > > java.io.File file = new java.io.File(document.get
("file_name"));
>
> \
>
> > > > > TestManager.validate(file);
--
David Glick
619-475-4052
dg...@co...
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Babeldoc-devel mailing list
Bab...@li...
https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
|
|
From: Qin D. <qd...@cs...> - 2003-10-01 19:01:46
|
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin Ding/ASD/CSC@CSC
<Bruce.McDonald cc: Babeldoc Developer List
@bankofamerica.c <bab...@li...>, David Glick
om> <dg...@co...>
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 01:22 Questions. Please Help
PM
Yes,
It works that means that there is something wrong with the way your
configuration is working. Can you do the following:
1. move the qin\config\* to the qin directory and change the BABELDOC_USER
to reflect this. Does this fix it?
Yes
C:\btest1>babeldoc process -p test-pipeline -f dummy.txt
<2003-10-01 13:43:40,471> INFO [main] : PipelineStage name: initialize
dummy.txt
I tried to confirm this. I put everything back to qin\config and
BABELDOC_USER point to c:\qin\config. It failed again. So, does it mean
BABELDOC_USER should only points to the root directory; no sub directory?
I started scanner. Then dropped the dummy.txt into c:\test\inventory: I got
this error:
Caused by: org.apache.bsf.BSFException: JavaScript Error: The choice of
Java met
hod java.io.PrintStream.println matching JavaScript argument types (null)
is amb
iguous; candidate methods are: void println(java.lang.String), void
println(char
[]), void println(java.lang.Object)
at
org.apache.bsf.engines.javascript.JavaScriptEngine.handleError(Unknow
n Source)
at org.apache.bsf.engines.javascript.JavaScriptEngine.eval(Unknown
Sourc
e)
at org.apache.bsf.util.BSFEngineImpl.exec(Unknown Source)
at org.apache.bsf.BSFManager$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.bsf.BSFManager.exec(Unknown Source)
... 12 more
I don't understand why manual run and scanner run the same file produced
the different results. But that's different issues here.
Thank you VERY, VERY much.
2. move the pipeline-test.properties file to the directory pipeline (which
used to be in config) - change the
pipeline/config.properties file to reflect this change.
3 Let me know
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Wednesday, October 01, 2003 2:18 PM
To: McDonald, Bruce
Cc: Babeldoc Developer List; David Glick
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
Bruce:
The result is
C:\btest1>babeldoc process -p btest -f dummy.txt
<2003-10-01 13:15:42,538> INFO [main] : PipelineStage name: entry
Wow! Does it mean it works yet? I can't wait!
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin
Ding/ASD/CSC@CSC
<Bruce.McDonald cc: Babeldoc Developer
List
@bankofamerica.c
<bab...@li...>, David Glick
om> <dg...@co...>
Subject: RE:
[Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 12:46 Questions. Please Help
PM
That last statement should be:
babeldoc pipeline -L btest
Now lets run something through the pipeline
babeldoc process -p btest -f dummy.txt
where dummy.txt is any small file.
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Wednesday, October 01, 2003 1:40 PM
To: McDonald, Bruce
Cc: Babeldoc Developer List; David Glick
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
Bruece: Please see the results below and also the directory layout.
(See attached file: btest1.zip)
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin
Ding/ASD/CSC@CSC
<Bruce.McDonald cc: Babeldoc Developer
List
@bankofamerica.c
<bab...@li...>, David Glick
om> <dg...@co...>
Subject: RE:
[Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 11:44 Questions. Please Help
AM
Ok, so all of the tests passed fine. Your problems aren't as terminal as I
thought.
Now I want you to create a very simple pipeline. Do it in a new directory
(not in the c:\Qin directory).
0. setup your path: set PATH=%BABELDOC_HOME%\bin;%PATH% (confirm babeldoc
runs)
1. Create new directory: c:\btest1
2. Set BABELDOC_USER=c:\btest1 (confirm this)
BABELDOC_HOME=c:\babeldoc
BABELDOC_USER=c:\btest1
3. cd %BABELDOC_USER% (confirm this)
C:\>cd %BABELDOC_USER%
C:\btest1>
4. mkdir pipeline
5. create the file c:\btest1\pipeline\config.properties :
----cut here----
btest.type=simple
btest.configFile=pipeline/btest
----cut here----
6. Create the file c:\btest1\pipeline\btest.properties
----cut here----
entryStage=entry
entry.stageType=Null
entry.nextStage=null
----cut here----
7. Confirm that this pipeline exists: "babeldoc pipeline -Q" You should
see your pipeline listed.
C:\btest1>babeldoc pipeline -Q
test-xml, entry stage: entry
documentation, entry stage: attrdefault
btest, entry stage: entry
test, entry stage: entry
8. Now list the pipeline stages: "babeldoc pipeline -L nlpe1_rpt"
C:\btest1>babeldoc pipeline -L nlpe1_rpt
<2003-10-01 12:33:13,172> ERROR [main] :
[PipelineCommand.getPipelineStageFacto
ry] Possibly invalid pipeline stage: nlpe1_rpt
Plz report back.
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Wednesday, October 01, 2003 12:24 PM
To: McDonald, Bruce
Cc: Babeldoc Developer List; David Glick
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
Bruce:
See the results below please:
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin
Ding/ASD/CSC@CSC
<Bruce.McDonald cc: Babeldoc Developer
List
@bankofamerica.c
<bab...@li...>, David Glick
om> <dg...@co...>
Subject: RE:
[Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 10:40 Questions. Please Help
AM
Qin,
I want to start from scratch with this.
Do the following and report back plz:
0. Make sure that JDK is installed and at least 1.4.1 : java -fullversion
C:\>java -fullversion
java full version "1.4.1_03-b02"
1. Download babeldoc 1.2.0-RC1 into the directory c:\babeldoc (or
somewhere)
in c:\babeldoc
2. Set your BABELDOC_HOME= ... this directory
BABELDOC_HOME=c:\babeldoc
BABELDOC_USER=c:\qin\config
HOMEDRIVE=H:
HOMEPATH=\
JAVA_HOME=D:\j2sdk1.4.1_03
3. echo %BABELDOC_HOME% - make sure that this is correct.
C:\>echo %BABELDOC_HOME%
c:\babeldoc
4. cd %BABELDOC_HOME% - you should be in the babeldoc directory.
C:\>cd %BABELDOC_HOME%
C:\babeldoc>
5. run this: bin\babeldoc - you should see babeldoc version
C:\babeldoc\bin>babeldoc
Usage: babeldoc <command>
where command must be one of:
xls2xml, scanmon, setupwiz, addstagewiz, lightconfig, sqlload, pipeline,
setentr
ywiz, journal, process, journalbrowser, flat2xml, scanner, guiprocess,
pipelineb
uilder, module, babelfish.
Babeldoc 1.2.0-RC1 Copyright (C) 2002 Bruce McDonald, Dejan Krsmanovic, et
al.
Babeldoc comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to redistribute
it under certain conditions
6. run this: bin\babeldoc process -p test -f test/quickstart/stats.xml
C:\babeldoc\bin>babeldoc process -p test -f test/quickstart/stats.xml
<2003-10-01 11:16:31,245> INFO [main] : PipelineStage name: entry
<2003-10-01 11:16:31,555> INFO [main] : PipelineStage name: transform
<2003-10-01 11:16:32,667> INFO [main] : PipelineStage name: choose
<2003-10-01 11:16:32,717> INFO [main] : PipelineStage name: writer
7. Check the file: stats.html
The stats.html is in bin directory
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>1998
Major League Baseball Statistics
</TITLE>
</HEAD>
<BODY>
<H1>1998
Major League Baseball Statistics
</H1>
<H2 ALIGN="CENTER">American League</H2>
.....
8. run this: bin\babeldoc process -p documentation
C:\babeldoc\bin>babeldoc process -p documentation
<2003-10-01 11:21:57,544> INFO [main] : PipelineStage name: attrdefault
<2003-10-01 11:21:58,015> INFO [main] : PipelineStage name: callstages
<2003-10-01 11:21:58,015> INFO [main] : PipelineStage name: stagexml
<2003-10-01 11:21:58,586> INFO [main] : PipelineStage name: stagexform
<2003-10-01 11:21:59,687> INFO [main] : PipelineStage name: stagewriter
<2003-10-01 11:21:59,727> INFO [main] : PipelineStage name: callscanners
<2003-10-01 11:21:59,727> INFO [main] : PipelineStage name: scannerxml
<2003-10-01 11:21:59,887> INFO [main] : PipelineStage name:
scannertransform
<2003-10-01 11:22:00,098> INFO [main] : PipelineStage name: scannerwriter
<2003-10-01 11:22:00,118> INFO [main] : PipelineStage name:
callprocessors
<2003-10-01 11:22:00,118> INFO [main] : PipelineStage name: processorxml
<2003-10-01 11:22:00,258> INFO [main] : PipelineStage name:
processortransform
<2003-10-01 11:22:00,338> INFO [main] : PipelineStage name:
processorwriter
<2003-10-01 11:22:00,358> INFO [main] : PipelineStage name: loaduserguide
<2003-10-01 11:22:00,408> INFO [main] : PipelineStage name:
callgenerateug
<2003-10-01 11:22:00,418> INFO [main] : PipelineStage name: basename
<2003-10-01 11:22:00,438> INFO [main] : PipelineStage name: templatize
<2003-10-01 11:22:00,488> INFO [main] : PipelineStage name: choose
<2003-10-01 11:22:00,518> INFO [main] : PipelineStage name: transform
<2003-10-01 11:22:20,277> INFO [main] : PipelineStage name: writer
<2003-10-01 11:22:20,317> INFO [main] : PipelineStage name: loaddevguide
<2003-10-01 11:22:20,327> INFO [main] : PipelineStage name:
callgeneratedg
<2003-10-01 11:22:20,327> INFO [main] : PipelineStage name: basename
<2003-10-01 11:22:20,347> INFO [main] : PipelineStage name: templatize
<2003-10-01 11:22:20,367> INFO [main] : PipelineStage name: choose
<2003-10-01 11:22:20,367> INFO [main] : PipelineStage name: transform
<2003-10-01 11:22:25,454> INFO [main] : PipelineStage name: writer
Report back plz
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Wednesday, October 01, 2003 11:29 AM
To: McDonald, Bruce
Cc: Babeldoc Developer List; David Glick
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
Bruce and David:
At home (XP), I tried to do the same thing (download the babeldoc, set it
up using your directory template and babeldoc_home and babeldoc_user. I got
the exact same error: entryStage not found. I asked a friend of mine
outside from this company this morning to do the same thing at his pc (NT),
he reported to me with the same error just a moment ago. How could that
be?!
David: at home I even tried different version of jvm from 1.4.1_01, and
1.4.1_02. No difference.
Is there a way I can ask the system to output more debug infomation like
changing log4j log level from error to debug? I guess that's too easy.
Otherwise, I need to add the debugging statements in "setupConfigData" of
SimplePipelineStageResolver class? Let me download the source code, and
add the debugging code, recompile the source and ran our test again. I
will let you know the result.
If anyone out there other thatn Bruce using babeldoc on windows, please let
me know how on earth you did that so successfully. I am very anxious to
make it work. Thank you very much.
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin Ding
<qd...@cs...>, David Glick
<Bruce.McDonald <dg...@co...>
@bankofamerica.c cc: Babeldoc Developer
List
om>
<bab...@li...>
Subject: RE:
[Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 08:15 Questions. Please Help
AM
Qin,
It looks like you will have to actually debug this yourself since no-one
else is experiencing this error. Please look at the code in the
SimplePipelineStageResolver. Place debuging statements in the
setupConfigData to view what is going on.
regards,
Bruce.
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Tuesday, September 30, 2003 6:01 PM
To: David Glick
Cc: Babeldoc Developer List; McDonald, Bruce
Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
David:
1 After changed test-pipeline.configFile=c:/qin/test/test-pipeline, still
got the same error;
2. I don't understand what you want "try renaming the 'test-pipeline'
directory to 'testpipe'". There is no directory by the name of
test-pipeline. Can I call you if you don't mind? It would be easier for
us to go through this?
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
David Glick
<dglick To: Qin
Ding/ASD/CSC@CSC
@cox.net> cc: Babeldoc Developer
List
<bab...@li...>, "McDonald,
09/30/03 04:47 Bruce"
<Bru...@ba...>
PM Subject: Re:
[Babeldoc-devel] Re: [Babeldoc-user]
Questions. Please Help
Try changing test-pipeline.configFile to c:/qin/test/test-pipeline. If
that
doesn't work, try renaming the 'test-pipeline' directory to 'testpipe',
change the test-pipeline.configFile=c:/qin/test/testpipe, and try to run it
again.
David
On Tuesday 30 September 2003 2:33 pm, Qin Ding wrote:
> David:
>
> Here it is:
>
> test-pipeline.type=simple
> test-pipeline.configFile=test/test-pipeline
>
>
>
---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> David Glick
> <dglick To: Qin
> Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer
List
> <bab...@li...>, "McDonald, 09/30/03 04:34
> Bruce" <Bru...@ba...> PM
Subject:
> Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
>
>
> Okay, if you can now run the documentation pipeline, either we're getting
> somewhere, or else you have a bunch of problems that we need to fix, one
at
> a
> time. Let's get rolling...
>
> Is this still your configuration:
>
> --- setenv.bat ---
> set BABELDOC_HOME=c:\babeldoc
> set BABELDOC_USER=c:\qin\config
> set JAVA_HOME=D:\j2sdk1.4.1_03
> set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
>
> --- test-pipeline.properties ---
> entryStage=initialize
> initialize.stageType=Scripting
> initialize.nextStage=null
> initialize.failOnError=true
> initialize.language=javascript
> initialize.script=\
> java.io.File file = new java.io.File(document.get("file_name"));\
> TestManager.validate(file);
>
> If so, then please also post c:\qin\config\pipeline\config.properties.
>
>
> David
>
> On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > > set BABELDOC_USER=c:\qin\config
> > > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > > >
> > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > > >
> > > > > Please see the attached the qin.zip file.(See attached file:
>
> qin.zip)
>
> > > > > This is a PRIVATE message. If you are not the intended recipient,
> > >
> > > please
> > >
> > > > > delete without copying and kindly advise us by e-mail of the
>
> mistake
>
> > in
> >
> > > > > delivery. NOTE: Regardless of content, this e-mail shall not
>
> operate
>
> > to
> >
> > > > > bind CSC to any order or other contract unless pursuant to
explicit
> > > >
> > > > written
> > > >
> > > > > agreement or government initiative expressly permitting the use
of
> > >
> > > e-mail
> > >
> > > > > for such purpose.
>
>
---------------------------------------------------------------------------
>
> > > > >-------------
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > "McDonald,
> > > > > Bruce" To: Qin
> > > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc
>
> Developer
>
> > > > List
> > > >
> > > > > @bankofamerica.c <bab...@li...>,
> >
> > David
> >
> > > > > Glick om> <dg...@co...>
> > > > > Subject: RE:
> > > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> > >
> > > Questions.
> > >
> > > > > Please Help AM
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Download the latest version and try again - I suspect your
> >
> > installation
> >
> > > > is
> > > >
> > > > > broken.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Qin Ding [mailto:qd...@cs...]
> > > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > > To: McDonald, Bruce
> > > > > Cc: Babeldoc Developer List; David Glick
> > > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions.
Please
> > >
> > > Help
> > >
> > > > > Bruce:
> > > > >
> > > > > This is the test-pipeline.properties:
> > > > >
> > > > > entryStage=initialize
> > > > >
> > > > > initialize.stageType=Scripting
> > > > > initialize.nextStage=null
> > > > > initialize.failOnError=true
> > > > > initialize.language=javascript
> > > > > initialize.script=\
> > > > > java.io.File file = new java.io.File(document.get
("file_name"));
>
> \
>
> > > > > TestManager.validate(file);
--
David Glick
619-475-4052
dg...@co...
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Babeldoc-devel mailing list
Bab...@li...
https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Babeldoc-devel mailing list
Bab...@li...
https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
|
|
From: Qin D. <qd...@cs...> - 2003-10-01 18:19:20
|
Bruce:
The result is
C:\btest1>babeldoc process -p btest -f dummy.txt
<2003-10-01 13:15:42,538> INFO [main] : PipelineStage name: entry
Wow! Does it mean it works yet? I can't wait!
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin Ding/ASD/CSC@CSC
<Bruce.McDonald cc: Babeldoc Developer List
@bankofamerica.c <bab...@li...>, David Glick
om> <dg...@co...>
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 12:46 Questions. Please Help
PM
That last statement should be:
babeldoc pipeline -L btest
Now lets run something through the pipeline
babeldoc process -p btest -f dummy.txt
where dummy.txt is any small file.
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Wednesday, October 01, 2003 1:40 PM
To: McDonald, Bruce
Cc: Babeldoc Developer List; David Glick
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
Bruece: Please see the results below and also the directory layout.
(See attached file: btest1.zip)
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin
Ding/ASD/CSC@CSC
<Bruce.McDonald cc: Babeldoc Developer
List
@bankofamerica.c
<bab...@li...>, David Glick
om> <dg...@co...>
Subject: RE:
[Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 11:44 Questions. Please Help
AM
Ok, so all of the tests passed fine. Your problems aren't as terminal as I
thought.
Now I want you to create a very simple pipeline. Do it in a new directory
(not in the c:\Qin directory).
0. setup your path: set PATH=%BABELDOC_HOME%\bin;%PATH% (confirm babeldoc
runs)
1. Create new directory: c:\btest1
2. Set BABELDOC_USER=c:\btest1 (confirm this)
BABELDOC_HOME=c:\babeldoc
BABELDOC_USER=c:\btest1
3. cd %BABELDOC_USER% (confirm this)
C:\>cd %BABELDOC_USER%
C:\btest1>
4. mkdir pipeline
5. create the file c:\btest1\pipeline\config.properties :
----cut here----
btest.type=simple
btest.configFile=pipeline/btest
----cut here----
6. Create the file c:\btest1\pipeline\btest.properties
----cut here----
entryStage=entry
entry.stageType=Null
entry.nextStage=null
----cut here----
7. Confirm that this pipeline exists: "babeldoc pipeline -Q" You should
see your pipeline listed.
C:\btest1>babeldoc pipeline -Q
test-xml, entry stage: entry
documentation, entry stage: attrdefault
btest, entry stage: entry
test, entry stage: entry
8. Now list the pipeline stages: "babeldoc pipeline -L nlpe1_rpt"
C:\btest1>babeldoc pipeline -L nlpe1_rpt
<2003-10-01 12:33:13,172> ERROR [main] :
[PipelineCommand.getPipelineStageFacto
ry] Possibly invalid pipeline stage: nlpe1_rpt
Plz report back.
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Wednesday, October 01, 2003 12:24 PM
To: McDonald, Bruce
Cc: Babeldoc Developer List; David Glick
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
Bruce:
See the results below please:
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin
Ding/ASD/CSC@CSC
<Bruce.McDonald cc: Babeldoc Developer
List
@bankofamerica.c
<bab...@li...>, David Glick
om> <dg...@co...>
Subject: RE:
[Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 10:40 Questions. Please Help
AM
Qin,
I want to start from scratch with this.
Do the following and report back plz:
0. Make sure that JDK is installed and at least 1.4.1 : java -fullversion
C:\>java -fullversion
java full version "1.4.1_03-b02"
1. Download babeldoc 1.2.0-RC1 into the directory c:\babeldoc (or
somewhere)
in c:\babeldoc
2. Set your BABELDOC_HOME= ... this directory
BABELDOC_HOME=c:\babeldoc
BABELDOC_USER=c:\qin\config
HOMEDRIVE=H:
HOMEPATH=\
JAVA_HOME=D:\j2sdk1.4.1_03
3. echo %BABELDOC_HOME% - make sure that this is correct.
C:\>echo %BABELDOC_HOME%
c:\babeldoc
4. cd %BABELDOC_HOME% - you should be in the babeldoc directory.
C:\>cd %BABELDOC_HOME%
C:\babeldoc>
5. run this: bin\babeldoc - you should see babeldoc version
C:\babeldoc\bin>babeldoc
Usage: babeldoc <command>
where command must be one of:
xls2xml, scanmon, setupwiz, addstagewiz, lightconfig, sqlload, pipeline,
setentr
ywiz, journal, process, journalbrowser, flat2xml, scanner, guiprocess,
pipelineb
uilder, module, babelfish.
Babeldoc 1.2.0-RC1 Copyright (C) 2002 Bruce McDonald, Dejan Krsmanovic, et
al.
Babeldoc comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to redistribute
it under certain conditions
6. run this: bin\babeldoc process -p test -f test/quickstart/stats.xml
C:\babeldoc\bin>babeldoc process -p test -f test/quickstart/stats.xml
<2003-10-01 11:16:31,245> INFO [main] : PipelineStage name: entry
<2003-10-01 11:16:31,555> INFO [main] : PipelineStage name: transform
<2003-10-01 11:16:32,667> INFO [main] : PipelineStage name: choose
<2003-10-01 11:16:32,717> INFO [main] : PipelineStage name: writer
7. Check the file: stats.html
The stats.html is in bin directory
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>1998
Major League Baseball Statistics
</TITLE>
</HEAD>
<BODY>
<H1>1998
Major League Baseball Statistics
</H1>
<H2 ALIGN="CENTER">American League</H2>
.....
8. run this: bin\babeldoc process -p documentation
C:\babeldoc\bin>babeldoc process -p documentation
<2003-10-01 11:21:57,544> INFO [main] : PipelineStage name: attrdefault
<2003-10-01 11:21:58,015> INFO [main] : PipelineStage name: callstages
<2003-10-01 11:21:58,015> INFO [main] : PipelineStage name: stagexml
<2003-10-01 11:21:58,586> INFO [main] : PipelineStage name: stagexform
<2003-10-01 11:21:59,687> INFO [main] : PipelineStage name: stagewriter
<2003-10-01 11:21:59,727> INFO [main] : PipelineStage name: callscanners
<2003-10-01 11:21:59,727> INFO [main] : PipelineStage name: scannerxml
<2003-10-01 11:21:59,887> INFO [main] : PipelineStage name:
scannertransform
<2003-10-01 11:22:00,098> INFO [main] : PipelineStage name: scannerwriter
<2003-10-01 11:22:00,118> INFO [main] : PipelineStage name:
callprocessors
<2003-10-01 11:22:00,118> INFO [main] : PipelineStage name: processorxml
<2003-10-01 11:22:00,258> INFO [main] : PipelineStage name:
processortransform
<2003-10-01 11:22:00,338> INFO [main] : PipelineStage name:
processorwriter
<2003-10-01 11:22:00,358> INFO [main] : PipelineStage name: loaduserguide
<2003-10-01 11:22:00,408> INFO [main] : PipelineStage name:
callgenerateug
<2003-10-01 11:22:00,418> INFO [main] : PipelineStage name: basename
<2003-10-01 11:22:00,438> INFO [main] : PipelineStage name: templatize
<2003-10-01 11:22:00,488> INFO [main] : PipelineStage name: choose
<2003-10-01 11:22:00,518> INFO [main] : PipelineStage name: transform
<2003-10-01 11:22:20,277> INFO [main] : PipelineStage name: writer
<2003-10-01 11:22:20,317> INFO [main] : PipelineStage name: loaddevguide
<2003-10-01 11:22:20,327> INFO [main] : PipelineStage name:
callgeneratedg
<2003-10-01 11:22:20,327> INFO [main] : PipelineStage name: basename
<2003-10-01 11:22:20,347> INFO [main] : PipelineStage name: templatize
<2003-10-01 11:22:20,367> INFO [main] : PipelineStage name: choose
<2003-10-01 11:22:20,367> INFO [main] : PipelineStage name: transform
<2003-10-01 11:22:25,454> INFO [main] : PipelineStage name: writer
Report back plz
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Wednesday, October 01, 2003 11:29 AM
To: McDonald, Bruce
Cc: Babeldoc Developer List; David Glick
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
Bruce and David:
At home (XP), I tried to do the same thing (download the babeldoc, set it
up using your directory template and babeldoc_home and babeldoc_user. I got
the exact same error: entryStage not found. I asked a friend of mine
outside from this company this morning to do the same thing at his pc (NT),
he reported to me with the same error just a moment ago. How could that
be?!
David: at home I even tried different version of jvm from 1.4.1_01, and
1.4.1_02. No difference.
Is there a way I can ask the system to output more debug infomation like
changing log4j log level from error to debug? I guess that's too easy.
Otherwise, I need to add the debugging statements in "setupConfigData" of
SimplePipelineStageResolver class? Let me download the source code, and
add the debugging code, recompile the source and ran our test again. I
will let you know the result.
If anyone out there other thatn Bruce using babeldoc on windows, please let
me know how on earth you did that so successfully. I am very anxious to
make it work. Thank you very much.
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin Ding
<qd...@cs...>, David Glick
<Bruce.McDonald <dg...@co...>
@bankofamerica.c cc: Babeldoc Developer
List
om>
<bab...@li...>
Subject: RE:
[Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 08:15 Questions. Please Help
AM
Qin,
It looks like you will have to actually debug this yourself since no-one
else is experiencing this error. Please look at the code in the
SimplePipelineStageResolver. Place debuging statements in the
setupConfigData to view what is going on.
regards,
Bruce.
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Tuesday, September 30, 2003 6:01 PM
To: David Glick
Cc: Babeldoc Developer List; McDonald, Bruce
Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
David:
1 After changed test-pipeline.configFile=c:/qin/test/test-pipeline, still
got the same error;
2. I don't understand what you want "try renaming the 'test-pipeline'
directory to 'testpipe'". There is no directory by the name of
test-pipeline. Can I call you if you don't mind? It would be easier for
us to go through this?
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
David Glick
<dglick To: Qin
Ding/ASD/CSC@CSC
@cox.net> cc: Babeldoc Developer
List
<bab...@li...>, "McDonald,
09/30/03 04:47 Bruce"
<Bru...@ba...>
PM Subject: Re:
[Babeldoc-devel] Re: [Babeldoc-user]
Questions. Please Help
Try changing test-pipeline.configFile to c:/qin/test/test-pipeline. If
that
doesn't work, try renaming the 'test-pipeline' directory to 'testpipe',
change the test-pipeline.configFile=c:/qin/test/testpipe, and try to run it
again.
David
On Tuesday 30 September 2003 2:33 pm, Qin Ding wrote:
> David:
>
> Here it is:
>
> test-pipeline.type=simple
> test-pipeline.configFile=test/test-pipeline
>
>
>
---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> David Glick
> <dglick To: Qin
> Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer
List
> <bab...@li...>, "McDonald, 09/30/03 04:34
> Bruce" <Bru...@ba...> PM
Subject:
> Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
>
>
> Okay, if you can now run the documentation pipeline, either we're getting
> somewhere, or else you have a bunch of problems that we need to fix, one
at
> a
> time. Let's get rolling...
>
> Is this still your configuration:
>
> --- setenv.bat ---
> set BABELDOC_HOME=c:\babeldoc
> set BABELDOC_USER=c:\qin\config
> set JAVA_HOME=D:\j2sdk1.4.1_03
> set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
>
> --- test-pipeline.properties ---
> entryStage=initialize
> initialize.stageType=Scripting
> initialize.nextStage=null
> initialize.failOnError=true
> initialize.language=javascript
> initialize.script=\
> java.io.File file = new java.io.File(document.get("file_name"));\
> TestManager.validate(file);
>
> If so, then please also post c:\qin\config\pipeline\config.properties.
>
>
> David
>
> On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > > set BABELDOC_USER=c:\qin\config
> > > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > > >
> > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > > >
> > > > > Please see the attached the qin.zip file.(See attached file:
>
> qin.zip)
>
> > > > > This is a PRIVATE message. If you are not the intended recipient,
> > >
> > > please
> > >
> > > > > delete without copying and kindly advise us by e-mail of the
>
> mistake
>
> > in
> >
> > > > > delivery. NOTE: Regardless of content, this e-mail shall not
>
> operate
>
> > to
> >
> > > > > bind CSC to any order or other contract unless pursuant to
explicit
> > > >
> > > > written
> > > >
> > > > > agreement or government initiative expressly permitting the use
of
> > >
> > > e-mail
> > >
> > > > > for such purpose.
>
>
---------------------------------------------------------------------------
>
> > > > >-------------
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > "McDonald,
> > > > > Bruce" To: Qin
> > > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc
>
> Developer
>
> > > > List
> > > >
> > > > > @bankofamerica.c <bab...@li...>,
> >
> > David
> >
> > > > > Glick om> <dg...@co...>
> > > > > Subject: RE:
> > > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> > >
> > > Questions.
> > >
> > > > > Please Help AM
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Download the latest version and try again - I suspect your
> >
> > installation
> >
> > > > is
> > > >
> > > > > broken.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Qin Ding [mailto:qd...@cs...]
> > > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > > To: McDonald, Bruce
> > > > > Cc: Babeldoc Developer List; David Glick
> > > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions.
Please
> > >
> > > Help
> > >
> > > > > Bruce:
> > > > >
> > > > > This is the test-pipeline.properties:
> > > > >
> > > > > entryStage=initialize
> > > > >
> > > > > initialize.stageType=Scripting
> > > > > initialize.nextStage=null
> > > > > initialize.failOnError=true
> > > > > initialize.language=javascript
> > > > > initialize.script=\
> > > > > java.io.File file = new java.io.File(document.get
("file_name"));
>
> \
>
> > > > > TestManager.validate(file);
--
David Glick
619-475-4052
dg...@co...
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Babeldoc-devel mailing list
Bab...@li...
https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Babeldoc-devel mailing list
Bab...@li...
https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
|
|
From: Qin D. <qd...@cs...> - 2003-10-01 17:41:35
|
Bruece: Please see the results below and also the directory layout.
(See attached file: btest1.zip)
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin Ding/ASD/CSC@CSC
<Bruce.McDonald cc: Babeldoc Developer List
@bankofamerica.c <bab...@li...>, David Glick
om> <dg...@co...>
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 11:44 Questions. Please Help
AM
Ok, so all of the tests passed fine. Your problems aren't as terminal as I
thought.
Now I want you to create a very simple pipeline. Do it in a new directory
(not in the c:\Qin directory).
0. setup your path: set PATH=%BABELDOC_HOME%\bin;%PATH% (confirm babeldoc
runs)
1. Create new directory: c:\btest1
2. Set BABELDOC_USER=c:\btest1 (confirm this)
BABELDOC_HOME=c:\babeldoc
BABELDOC_USER=c:\btest1
3. cd %BABELDOC_USER% (confirm this)
C:\>cd %BABELDOC_USER%
C:\btest1>
4. mkdir pipeline
5. create the file c:\btest1\pipeline\config.properties :
----cut here----
btest.type=simple
btest.configFile=pipeline/btest
----cut here----
6. Create the file c:\btest1\pipeline\btest.properties
----cut here----
entryStage=entry
entry.stageType=Null
entry.nextStage=null
----cut here----
7. Confirm that this pipeline exists: "babeldoc pipeline -Q" You should
see your pipeline listed.
C:\btest1>babeldoc pipeline -Q
test-xml, entry stage: entry
documentation, entry stage: attrdefault
btest, entry stage: entry
test, entry stage: entry
8. Now list the pipeline stages: "babeldoc pipeline -L nlpe1_rpt"
C:\btest1>babeldoc pipeline -L nlpe1_rpt
<2003-10-01 12:33:13,172> ERROR [main] :
[PipelineCommand.getPipelineStageFacto
ry] Possibly invalid pipeline stage: nlpe1_rpt
Plz report back.
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Wednesday, October 01, 2003 12:24 PM
To: McDonald, Bruce
Cc: Babeldoc Developer List; David Glick
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
Bruce:
See the results below please:
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin
Ding/ASD/CSC@CSC
<Bruce.McDonald cc: Babeldoc Developer
List
@bankofamerica.c
<bab...@li...>, David Glick
om> <dg...@co...>
Subject: RE:
[Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 10:40 Questions. Please Help
AM
Qin,
I want to start from scratch with this.
Do the following and report back plz:
0. Make sure that JDK is installed and at least 1.4.1 : java -fullversion
C:\>java -fullversion
java full version "1.4.1_03-b02"
1. Download babeldoc 1.2.0-RC1 into the directory c:\babeldoc (or
somewhere)
in c:\babeldoc
2. Set your BABELDOC_HOME= ... this directory
BABELDOC_HOME=c:\babeldoc
BABELDOC_USER=c:\qin\config
HOMEDRIVE=H:
HOMEPATH=\
JAVA_HOME=D:\j2sdk1.4.1_03
3. echo %BABELDOC_HOME% - make sure that this is correct.
C:\>echo %BABELDOC_HOME%
c:\babeldoc
4. cd %BABELDOC_HOME% - you should be in the babeldoc directory.
C:\>cd %BABELDOC_HOME%
C:\babeldoc>
5. run this: bin\babeldoc - you should see babeldoc version
C:\babeldoc\bin>babeldoc
Usage: babeldoc <command>
where command must be one of:
xls2xml, scanmon, setupwiz, addstagewiz, lightconfig, sqlload, pipeline,
setentr
ywiz, journal, process, journalbrowser, flat2xml, scanner, guiprocess,
pipelineb
uilder, module, babelfish.
Babeldoc 1.2.0-RC1 Copyright (C) 2002 Bruce McDonald, Dejan Krsmanovic, et
al.
Babeldoc comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to redistribute
it under certain conditions
6. run this: bin\babeldoc process -p test -f test/quickstart/stats.xml
C:\babeldoc\bin>babeldoc process -p test -f test/quickstart/stats.xml
<2003-10-01 11:16:31,245> INFO [main] : PipelineStage name: entry
<2003-10-01 11:16:31,555> INFO [main] : PipelineStage name: transform
<2003-10-01 11:16:32,667> INFO [main] : PipelineStage name: choose
<2003-10-01 11:16:32,717> INFO [main] : PipelineStage name: writer
7. Check the file: stats.html
The stats.html is in bin directory
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>1998
Major League Baseball Statistics
</TITLE>
</HEAD>
<BODY>
<H1>1998
Major League Baseball Statistics
</H1>
<H2 ALIGN="CENTER">American League</H2>
.....
8. run this: bin\babeldoc process -p documentation
C:\babeldoc\bin>babeldoc process -p documentation
<2003-10-01 11:21:57,544> INFO [main] : PipelineStage name: attrdefault
<2003-10-01 11:21:58,015> INFO [main] : PipelineStage name: callstages
<2003-10-01 11:21:58,015> INFO [main] : PipelineStage name: stagexml
<2003-10-01 11:21:58,586> INFO [main] : PipelineStage name: stagexform
<2003-10-01 11:21:59,687> INFO [main] : PipelineStage name: stagewriter
<2003-10-01 11:21:59,727> INFO [main] : PipelineStage name: callscanners
<2003-10-01 11:21:59,727> INFO [main] : PipelineStage name: scannerxml
<2003-10-01 11:21:59,887> INFO [main] : PipelineStage name:
scannertransform
<2003-10-01 11:22:00,098> INFO [main] : PipelineStage name: scannerwriter
<2003-10-01 11:22:00,118> INFO [main] : PipelineStage name:
callprocessors
<2003-10-01 11:22:00,118> INFO [main] : PipelineStage name: processorxml
<2003-10-01 11:22:00,258> INFO [main] : PipelineStage name:
processortransform
<2003-10-01 11:22:00,338> INFO [main] : PipelineStage name:
processorwriter
<2003-10-01 11:22:00,358> INFO [main] : PipelineStage name: loaduserguide
<2003-10-01 11:22:00,408> INFO [main] : PipelineStage name:
callgenerateug
<2003-10-01 11:22:00,418> INFO [main] : PipelineStage name: basename
<2003-10-01 11:22:00,438> INFO [main] : PipelineStage name: templatize
<2003-10-01 11:22:00,488> INFO [main] : PipelineStage name: choose
<2003-10-01 11:22:00,518> INFO [main] : PipelineStage name: transform
<2003-10-01 11:22:20,277> INFO [main] : PipelineStage name: writer
<2003-10-01 11:22:20,317> INFO [main] : PipelineStage name: loaddevguide
<2003-10-01 11:22:20,327> INFO [main] : PipelineStage name:
callgeneratedg
<2003-10-01 11:22:20,327> INFO [main] : PipelineStage name: basename
<2003-10-01 11:22:20,347> INFO [main] : PipelineStage name: templatize
<2003-10-01 11:22:20,367> INFO [main] : PipelineStage name: choose
<2003-10-01 11:22:20,367> INFO [main] : PipelineStage name: transform
<2003-10-01 11:22:25,454> INFO [main] : PipelineStage name: writer
Report back plz
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Wednesday, October 01, 2003 11:29 AM
To: McDonald, Bruce
Cc: Babeldoc Developer List; David Glick
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
Bruce and David:
At home (XP), I tried to do the same thing (download the babeldoc, set it
up using your directory template and babeldoc_home and babeldoc_user. I got
the exact same error: entryStage not found. I asked a friend of mine
outside from this company this morning to do the same thing at his pc (NT),
he reported to me with the same error just a moment ago. How could that
be?!
David: at home I even tried different version of jvm from 1.4.1_01, and
1.4.1_02. No difference.
Is there a way I can ask the system to output more debug infomation like
changing log4j log level from error to debug? I guess that's too easy.
Otherwise, I need to add the debugging statements in "setupConfigData" of
SimplePipelineStageResolver class? Let me download the source code, and
add the debugging code, recompile the source and ran our test again. I
will let you know the result.
If anyone out there other thatn Bruce using babeldoc on windows, please let
me know how on earth you did that so successfully. I am very anxious to
make it work. Thank you very much.
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin Ding
<qd...@cs...>, David Glick
<Bruce.McDonald <dg...@co...>
@bankofamerica.c cc: Babeldoc Developer
List
om>
<bab...@li...>
Subject: RE:
[Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 08:15 Questions. Please Help
AM
Qin,
It looks like you will have to actually debug this yourself since no-one
else is experiencing this error. Please look at the code in the
SimplePipelineStageResolver. Place debuging statements in the
setupConfigData to view what is going on.
regards,
Bruce.
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Tuesday, September 30, 2003 6:01 PM
To: David Glick
Cc: Babeldoc Developer List; McDonald, Bruce
Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
David:
1 After changed test-pipeline.configFile=c:/qin/test/test-pipeline, still
got the same error;
2. I don't understand what you want "try renaming the 'test-pipeline'
directory to 'testpipe'". There is no directory by the name of
test-pipeline. Can I call you if you don't mind? It would be easier for
us to go through this?
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
David Glick
<dglick To: Qin
Ding/ASD/CSC@CSC
@cox.net> cc: Babeldoc Developer
List
<bab...@li...>, "McDonald,
09/30/03 04:47 Bruce"
<Bru...@ba...>
PM Subject: Re:
[Babeldoc-devel] Re: [Babeldoc-user]
Questions. Please Help
Try changing test-pipeline.configFile to c:/qin/test/test-pipeline. If
that
doesn't work, try renaming the 'test-pipeline' directory to 'testpipe',
change the test-pipeline.configFile=c:/qin/test/testpipe, and try to run it
again.
David
On Tuesday 30 September 2003 2:33 pm, Qin Ding wrote:
> David:
>
> Here it is:
>
> test-pipeline.type=simple
> test-pipeline.configFile=test/test-pipeline
>
>
>
---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> David Glick
> <dglick To: Qin
> Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer
List
> <bab...@li...>, "McDonald, 09/30/03 04:34
> Bruce" <Bru...@ba...> PM
Subject:
> Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
>
>
> Okay, if you can now run the documentation pipeline, either we're getting
> somewhere, or else you have a bunch of problems that we need to fix, one
at
> a
> time. Let's get rolling...
>
> Is this still your configuration:
>
> --- setenv.bat ---
> set BABELDOC_HOME=c:\babeldoc
> set BABELDOC_USER=c:\qin\config
> set JAVA_HOME=D:\j2sdk1.4.1_03
> set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
>
> --- test-pipeline.properties ---
> entryStage=initialize
> initialize.stageType=Scripting
> initialize.nextStage=null
> initialize.failOnError=true
> initialize.language=javascript
> initialize.script=\
> java.io.File file = new java.io.File(document.get("file_name"));\
> TestManager.validate(file);
>
> If so, then please also post c:\qin\config\pipeline\config.properties.
>
>
> David
>
> On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > > set BABELDOC_USER=c:\qin\config
> > > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > > >
> > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > > >
> > > > > Please see the attached the qin.zip file.(See attached file:
>
> qin.zip)
>
> > > > > This is a PRIVATE message. If you are not the intended recipient,
> > >
> > > please
> > >
> > > > > delete without copying and kindly advise us by e-mail of the
>
> mistake
>
> > in
> >
> > > > > delivery. NOTE: Regardless of content, this e-mail shall not
>
> operate
>
> > to
> >
> > > > > bind CSC to any order or other contract unless pursuant to
explicit
> > > >
> > > > written
> > > >
> > > > > agreement or government initiative expressly permitting the use
of
> > >
> > > e-mail
> > >
> > > > > for such purpose.
>
>
---------------------------------------------------------------------------
>
> > > > >-------------
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > "McDonald,
> > > > > Bruce" To: Qin
> > > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc
>
> Developer
>
> > > > List
> > > >
> > > > > @bankofamerica.c <bab...@li...>,
> >
> > David
> >
> > > > > Glick om> <dg...@co...>
> > > > > Subject: RE:
> > > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> > >
> > > Questions.
> > >
> > > > > Please Help AM
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Download the latest version and try again - I suspect your
> >
> > installation
> >
> > > > is
> > > >
> > > > > broken.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Qin Ding [mailto:qd...@cs...]
> > > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > > To: McDonald, Bruce
> > > > > Cc: Babeldoc Developer List; David Glick
> > > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions.
Please
> > >
> > > Help
> > >
> > > > > Bruce:
> > > > >
> > > > > This is the test-pipeline.properties:
> > > > >
> > > > > entryStage=initialize
> > > > >
> > > > > initialize.stageType=Scripting
> > > > > initialize.nextStage=null
> > > > > initialize.failOnError=true
> > > > > initialize.language=javascript
> > > > > initialize.script=\
> > > > > java.io.File file = new java.io.File(document.get
("file_name"));
>
> \
>
> > > > > TestManager.validate(file);
--
David Glick
619-475-4052
dg...@co...
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Babeldoc-devel mailing list
Bab...@li...
https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Babeldoc-devel mailing list
Bab...@li...
https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
|
|
From: Qin D. <qd...@cs...> - 2003-10-01 16:25:33
|
Bruce:
See the results below please:
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin Ding/ASD/CSC@CSC
<Bruce.McDonald cc: Babeldoc Developer List
@bankofamerica.c <bab...@li...>, David Glick
om> <dg...@co...>
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 10:40 Questions. Please Help
AM
Qin,
I want to start from scratch with this.
Do the following and report back plz:
0. Make sure that JDK is installed and at least 1.4.1 : java -fullversion
C:\>java -fullversion
java full version "1.4.1_03-b02"
1. Download babeldoc 1.2.0-RC1 into the directory c:\babeldoc (or
somewhere)
in c:\babeldoc
2. Set your BABELDOC_HOME= ... this directory
BABELDOC_HOME=c:\babeldoc
BABELDOC_USER=c:\qin\config
HOMEDRIVE=H:
HOMEPATH=\
JAVA_HOME=D:\j2sdk1.4.1_03
3. echo %BABELDOC_HOME% - make sure that this is correct.
C:\>echo %BABELDOC_HOME%
c:\babeldoc
4. cd %BABELDOC_HOME% - you should be in the babeldoc directory.
C:\>cd %BABELDOC_HOME%
C:\babeldoc>
5. run this: bin\babeldoc - you should see babeldoc version
C:\babeldoc\bin>babeldoc
Usage: babeldoc <command>
where command must be one of:
xls2xml, scanmon, setupwiz, addstagewiz, lightconfig, sqlload, pipeline,
setentr
ywiz, journal, process, journalbrowser, flat2xml, scanner, guiprocess,
pipelineb
uilder, module, babelfish.
Babeldoc 1.2.0-RC1 Copyright (C) 2002 Bruce McDonald, Dejan Krsmanovic, et
al.
Babeldoc comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to redistribute
it under certain conditions
6. run this: bin\babeldoc process -p test -f test/quickstart/stats.xml
C:\babeldoc\bin>babeldoc process -p test -f test/quickstart/stats.xml
<2003-10-01 11:16:31,245> INFO [main] : PipelineStage name: entry
<2003-10-01 11:16:31,555> INFO [main] : PipelineStage name: transform
<2003-10-01 11:16:32,667> INFO [main] : PipelineStage name: choose
<2003-10-01 11:16:32,717> INFO [main] : PipelineStage name: writer
7. Check the file: stats.html
The stats.html is in bin directory
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>1998
Major League Baseball Statistics
</TITLE>
</HEAD>
<BODY>
<H1>1998
Major League Baseball Statistics
</H1>
<H2 ALIGN="CENTER">American League</H2>
.....
8. run this: bin\babeldoc process -p documentation
C:\babeldoc\bin>babeldoc process -p documentation
<2003-10-01 11:21:57,544> INFO [main] : PipelineStage name: attrdefault
<2003-10-01 11:21:58,015> INFO [main] : PipelineStage name: callstages
<2003-10-01 11:21:58,015> INFO [main] : PipelineStage name: stagexml
<2003-10-01 11:21:58,586> INFO [main] : PipelineStage name: stagexform
<2003-10-01 11:21:59,687> INFO [main] : PipelineStage name: stagewriter
<2003-10-01 11:21:59,727> INFO [main] : PipelineStage name: callscanners
<2003-10-01 11:21:59,727> INFO [main] : PipelineStage name: scannerxml
<2003-10-01 11:21:59,887> INFO [main] : PipelineStage name:
scannertransform
<2003-10-01 11:22:00,098> INFO [main] : PipelineStage name: scannerwriter
<2003-10-01 11:22:00,118> INFO [main] : PipelineStage name:
callprocessors
<2003-10-01 11:22:00,118> INFO [main] : PipelineStage name: processorxml
<2003-10-01 11:22:00,258> INFO [main] : PipelineStage name:
processortransform
<2003-10-01 11:22:00,338> INFO [main] : PipelineStage name:
processorwriter
<2003-10-01 11:22:00,358> INFO [main] : PipelineStage name: loaduserguide
<2003-10-01 11:22:00,408> INFO [main] : PipelineStage name:
callgenerateug
<2003-10-01 11:22:00,418> INFO [main] : PipelineStage name: basename
<2003-10-01 11:22:00,438> INFO [main] : PipelineStage name: templatize
<2003-10-01 11:22:00,488> INFO [main] : PipelineStage name: choose
<2003-10-01 11:22:00,518> INFO [main] : PipelineStage name: transform
<2003-10-01 11:22:20,277> INFO [main] : PipelineStage name: writer
<2003-10-01 11:22:20,317> INFO [main] : PipelineStage name: loaddevguide
<2003-10-01 11:22:20,327> INFO [main] : PipelineStage name:
callgeneratedg
<2003-10-01 11:22:20,327> INFO [main] : PipelineStage name: basename
<2003-10-01 11:22:20,347> INFO [main] : PipelineStage name: templatize
<2003-10-01 11:22:20,367> INFO [main] : PipelineStage name: choose
<2003-10-01 11:22:20,367> INFO [main] : PipelineStage name: transform
<2003-10-01 11:22:25,454> INFO [main] : PipelineStage name: writer
Report back plz
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Wednesday, October 01, 2003 11:29 AM
To: McDonald, Bruce
Cc: Babeldoc Developer List; David Glick
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
Bruce and David:
At home (XP), I tried to do the same thing (download the babeldoc, set it
up using your directory template and babeldoc_home and babeldoc_user. I got
the exact same error: entryStage not found. I asked a friend of mine
outside from this company this morning to do the same thing at his pc (NT),
he reported to me with the same error just a moment ago. How could that
be?!
David: at home I even tried different version of jvm from 1.4.1_01, and
1.4.1_02. No difference.
Is there a way I can ask the system to output more debug infomation like
changing log4j log level from error to debug? I guess that's too easy.
Otherwise, I need to add the debugging statements in "setupConfigData" of
SimplePipelineStageResolver class? Let me download the source code, and
add the debugging code, recompile the source and ran our test again. I
will let you know the result.
If anyone out there other thatn Bruce using babeldoc on windows, please let
me know how on earth you did that so successfully. I am very anxious to
make it work. Thank you very much.
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin Ding
<qd...@cs...>, David Glick
<Bruce.McDonald <dg...@co...>
@bankofamerica.c cc: Babeldoc Developer
List
om>
<bab...@li...>
Subject: RE:
[Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 08:15 Questions. Please Help
AM
Qin,
It looks like you will have to actually debug this yourself since no-one
else is experiencing this error. Please look at the code in the
SimplePipelineStageResolver. Place debuging statements in the
setupConfigData to view what is going on.
regards,
Bruce.
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Tuesday, September 30, 2003 6:01 PM
To: David Glick
Cc: Babeldoc Developer List; McDonald, Bruce
Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
David:
1 After changed test-pipeline.configFile=c:/qin/test/test-pipeline, still
got the same error;
2. I don't understand what you want "try renaming the 'test-pipeline'
directory to 'testpipe'". There is no directory by the name of
test-pipeline. Can I call you if you don't mind? It would be easier for
us to go through this?
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
David Glick
<dglick To: Qin
Ding/ASD/CSC@CSC
@cox.net> cc: Babeldoc Developer
List
<bab...@li...>, "McDonald,
09/30/03 04:47 Bruce"
<Bru...@ba...>
PM Subject: Re:
[Babeldoc-devel] Re: [Babeldoc-user]
Questions. Please Help
Try changing test-pipeline.configFile to c:/qin/test/test-pipeline. If
that
doesn't work, try renaming the 'test-pipeline' directory to 'testpipe',
change the test-pipeline.configFile=c:/qin/test/testpipe, and try to run it
again.
David
On Tuesday 30 September 2003 2:33 pm, Qin Ding wrote:
> David:
>
> Here it is:
>
> test-pipeline.type=simple
> test-pipeline.configFile=test/test-pipeline
>
>
>
---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> David Glick
> <dglick To: Qin
> Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer
List
> <bab...@li...>, "McDonald, 09/30/03 04:34
> Bruce" <Bru...@ba...> PM
Subject:
> Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
>
>
> Okay, if you can now run the documentation pipeline, either we're getting
> somewhere, or else you have a bunch of problems that we need to fix, one
at
> a
> time. Let's get rolling...
>
> Is this still your configuration:
>
> --- setenv.bat ---
> set BABELDOC_HOME=c:\babeldoc
> set BABELDOC_USER=c:\qin\config
> set JAVA_HOME=D:\j2sdk1.4.1_03
> set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
>
> --- test-pipeline.properties ---
> entryStage=initialize
> initialize.stageType=Scripting
> initialize.nextStage=null
> initialize.failOnError=true
> initialize.language=javascript
> initialize.script=\
> java.io.File file = new java.io.File(document.get("file_name"));\
> TestManager.validate(file);
>
> If so, then please also post c:\qin\config\pipeline\config.properties.
>
>
> David
>
> On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > > set BABELDOC_USER=c:\qin\config
> > > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > > >
> > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > > >
> > > > > Please see the attached the qin.zip file.(See attached file:
>
> qin.zip)
>
> > > > > This is a PRIVATE message. If you are not the intended recipient,
> > >
> > > please
> > >
> > > > > delete without copying and kindly advise us by e-mail of the
>
> mistake
>
> > in
> >
> > > > > delivery. NOTE: Regardless of content, this e-mail shall not
>
> operate
>
> > to
> >
> > > > > bind CSC to any order or other contract unless pursuant to
explicit
> > > >
> > > > written
> > > >
> > > > > agreement or government initiative expressly permitting the use
of
> > >
> > > e-mail
> > >
> > > > > for such purpose.
>
>
---------------------------------------------------------------------------
>
> > > > >-------------
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > "McDonald,
> > > > > Bruce" To: Qin
> > > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc
>
> Developer
>
> > > > List
> > > >
> > > > > @bankofamerica.c <bab...@li...>,
> >
> > David
> >
> > > > > Glick om> <dg...@co...>
> > > > > Subject: RE:
> > > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> > >
> > > Questions.
> > >
> > > > > Please Help AM
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Download the latest version and try again - I suspect your
> >
> > installation
> >
> > > > is
> > > >
> > > > > broken.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Qin Ding [mailto:qd...@cs...]
> > > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > > To: McDonald, Bruce
> > > > > Cc: Babeldoc Developer List; David Glick
> > > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions.
Please
> > >
> > > Help
> > >
> > > > > Bruce:
> > > > >
> > > > > This is the test-pipeline.properties:
> > > > >
> > > > > entryStage=initialize
> > > > >
> > > > > initialize.stageType=Scripting
> > > > > initialize.nextStage=null
> > > > > initialize.failOnError=true
> > > > > initialize.language=javascript
> > > > > initialize.script=\
> > > > > java.io.File file = new java.io.File(document.get
("file_name"));
>
> \
>
> > > > > TestManager.validate(file);
--
David Glick
619-475-4052
dg...@co...
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Babeldoc-devel mailing list
Bab...@li...
https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
|
|
From: David G. <dg...@co...> - 2003-10-01 16:13:19
|
Hi Qin,
I don't have access to a Windows NT systems to test on. I have tested
previously on Windows 2000 without problems, or at least, without YOUR
problems... :-). I've also walked a friend through setting up a clean
Windows 2000 machine without problems. Since your home XP system behaves
exactly the same as your work NT system, it's almost definitely something
that I can't think of.
But we'll keep trying...
David
On Wednesday 01 October 2003 8:51 am, Qin Ding wrote:
> Bruce: I know you can do it without doubts. I just had a hard time to
> believe I can not duplicate your steps to set this up. It's not like we
> had lots of things to do to set up this.
>
> David: have you tried to set this up using a differnt window machine (the
> one without babeldoc at all). Then, follow the steps 1) download; 2) setup
> babeldoc_home; 3) setup babeldoc_user; 4) set up the directory template;
> and 5) run the command? If the problem is my machine (this one is
> company's. It has many restrictions), then I should have no problem running
> it at home. And my friend should have no problem because he is not from
> this company. But on the other hand, as David said, I can run the test
> within the babeldoc download from both at work and at home. That's tell me
> I might not set up the babeldoc_user correctly somehow. It is very strange.
>
> Thank you both for helping me. I'll let you know if I can debug the code
> successfully myself.
>
> Qin
>
>
> ---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
> ---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> "McDonald,
> Bruce" To: Qin
> Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc Developer List
> @bankofamerica.c <bab...@li...>, David
> Glick om> <dg...@co...>
> Subject: RE:
> [Babeldoc-devel] Re: [Babeldoc-user] 10/01/03 10:32 Questions.
> Please Help AM
>
>
>
>
>
>
> I use it on windows, linux, aix.
>
> -----Original Message-----
> From: Qin Ding [mailto:qd...@cs...]
> Sent: Wednesday, October 01, 2003 11:29 AM
> To: McDonald, Bruce
> Cc: Babeldoc Developer List; David Glick
> Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
> Bruce and David:
>
> At home (XP), I tried to do the same thing (download the babeldoc, set it
> up using your directory template and babeldoc_home and babeldoc_user. I got
> the exact same error: entryStage not found. I asked a friend of mine
> outside from this company this morning to do the same thing at his pc (NT),
> he reported to me with the same error just a moment ago. How could that
> be?!
>
> David: at home I even tried different version of jvm from 1.4.1_01, and
> 1.4.1_02. No difference.
>
> Is there a way I can ask the system to output more debug infomation like
> changing log4j log level from error to debug? I guess that's too easy.
>
> Otherwise, I need to add the debugging statements in "setupConfigData" of
> SimplePipelineStageResolver class? Let me download the source code, and
> add the debugging code, recompile the source and ran our test again. I
> will let you know the result.
>
> If anyone out there other thatn Bruce using babeldoc on windows, please let
> me know how on earth you did that so successfully. I am very anxious to
> make it work. Thank you very much.
>
> Qin
>
>
>
>
> ---------------------------------------------------------------------------
>-------------
>
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
> ---------------------------------------------------------------------------
>-------------
>
>
>
>
>
>
> "McDonald,
>
> Bruce" To: Qin Ding
> <qd...@cs...>, David Glick
> <Bruce.McDonald <dg...@co...>
>
> @bankofamerica.c cc: Babeldoc Developer
> List
> om>
> <bab...@li...>
> Subject: RE:
> [Babeldoc-devel] Re: [Babeldoc-user]
> 10/01/03 08:15 Questions. Please Help
>
> AM
>
>
>
>
>
>
>
> Qin,
>
> It looks like you will have to actually debug this yourself since no-one
> else is experiencing this error. Please look at the code in the
> SimplePipelineStageResolver. Place debuging statements in the
> setupConfigData to view what is going on.
>
> regards,
> Bruce.
>
> -----Original Message-----
> From: Qin Ding [mailto:qd...@cs...]
> Sent: Tuesday, September 30, 2003 6:01 PM
> To: David Glick
> Cc: Babeldoc Developer List; McDonald, Bruce
> Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
> David:
> 1 After changed test-pipeline.configFile=c:/qin/test/test-pipeline, still
> got the same error;
> 2. I don't understand what you want "try renaming the 'test-pipeline'
> directory to 'testpipe'". There is no directory by the name of
> test-pipeline. Can I call you if you don't mind? It would be easier for
> us to go through this?
>
> Qin
>
>
> ---------------------------------------------------------------------------
>-------------
>
>
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
> ---------------------------------------------------------------------------
>-------------
>
>
>
>
>
>
>
> David Glick
>
> <dglick To: Qin
> Ding/ASD/CSC@CSC
> @cox.net> cc: Babeldoc Developer
> List
>
> <bab...@li...>, "McDonald,
> 09/30/03 04:47 Bruce"
> <Bru...@ba...>
> PM Subject: Re:
> [Babeldoc-devel] Re: [Babeldoc-user]
> Questions. Please Help
>
>
>
>
>
>
> Try changing test-pipeline.configFile to c:/qin/test/test-pipeline. If
> that
> doesn't work, try renaming the 'test-pipeline' directory to 'testpipe',
> change the test-pipeline.configFile=c:/qin/test/testpipe, and try to run it
>
> again.
>
> David
>
> On Tuesday 30 September 2003 2:33 pm, Qin Ding wrote:
> > David:
> >
> > Here it is:
> >
> > test-pipeline.type=simple
> > test-pipeline.configFile=test/test-pipeline
>
> ---------------------------------------------------------------------------
>
> >-------------
> >
> > This is a PRIVATE message. If you are not the intended recipient, please
> > delete without copying and kindly advise us by e-mail of the mistake in
> > delivery. NOTE: Regardless of content, this e-mail shall not operate to
> > bind CSC to any order or other contract unless pursuant to explicit
>
> written
>
> > agreement or government initiative expressly permitting the use of e-mail
> > for such purpose.
>
> ---------------------------------------------------------------------------
>
> >-------------
> >
> >
> >
> >
> >
> > David Glick
> > <dglick To: Qin
> > Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer
>
> List
>
> > <bab...@li...>, "McDonald, 09/30/03 04:34
> >
> > Bruce" <Bru...@ba...> PM
>
> Subject:
> > Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
> >
> >
> >
> >
> >
> > Okay, if you can now run the documentation pipeline, either we're getting
> > somewhere, or else you have a bunch of problems that we need to fix, one
>
> at
>
> > a
> > time. Let's get rolling...
> >
> > Is this still your configuration:
> >
> > --- setenv.bat ---
> > set BABELDOC_HOME=c:\babeldoc
> > set BABELDOC_USER=c:\qin\config
> > set JAVA_HOME=D:\j2sdk1.4.1_03
> > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> >
> > --- test-pipeline.properties ---
> > entryStage=initialize
> > initialize.stageType=Scripting
> > initialize.nextStage=null
> > initialize.failOnError=true
> > initialize.language=javascript
> > initialize.script=\
> > java.io.File file = new java.io.File(document.get("file_name"));\
> > TestManager.validate(file);
> >
> > If so, then please also post c:\qin\config\pipeline\config.properties.
> >
> >
> > David
> >
> > On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > > > set BABELDOC_USER=c:\qin\config
> > > > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > > > >
> > > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > > > >
> > > > > > Please see the attached the qin.zip file.(See attached file:
> >
> > qin.zip)
> >
> > > > > > This is a PRIVATE message. If you are not the intended recipient,
> > > >
> > > > please
> > > >
> > > > > > delete without copying and kindly advise us by e-mail of the
> >
> > mistake
> >
> > > in
> > >
> > > > > > delivery. NOTE: Regardless of content, this e-mail shall not
> >
> > operate
> >
> > > to
> > >
> > > > > > bind CSC to any order or other contract unless pursuant to
>
> explicit
>
> > > > > written
> > > > >
> > > > > > agreement or government initiative expressly permitting the use
>
> of
>
> > > > e-mail
> > > >
> > > > > > for such purpose.
>
> ---------------------------------------------------------------------------
>
> > > > > >-------------
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > "McDonald,
> > > > > > Bruce" To: Qin
> > > > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc
> >
> > Developer
> >
> > > > > List
> > > > >
> > > > > > @bankofamerica.c <bab...@li...>,
> > >
> > > David
> > >
> > > > > > Glick om> <dg...@co...>
> > > > > > Subject: RE:
> > > > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> > > >
> > > > Questions.
> > > >
> > > > > > Please Help AM
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > Download the latest version and try again - I suspect your
> > >
> > > installation
> > >
> > > > > is
> > > > >
> > > > > > broken.
> > > > > >
> > > > > > -----Original Message-----
> > > > > > From: Qin Ding [mailto:qd...@cs...]
> > > > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > > > To: McDonald, Bruce
> > > > > > Cc: Babeldoc Developer List; David Glick
> > > > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions.
>
> Please
>
> > > > Help
> > > >
> > > > > > Bruce:
> > > > > >
> > > > > > This is the test-pipeline.properties:
> > > > > >
> > > > > > entryStage=initialize
> > > > > >
> > > > > > initialize.stageType=Scripting
> > > > > > initialize.nextStage=null
> > > > > > initialize.failOnError=true
> > > > > > initialize.language=javascript
> > > > > > initialize.script=\
> > > > > > java.io.File file = new java.io.File(document.get
>
> ("file_name"));
>
> > \
> >
> > > > > > TestManager.validate(file);
--
David Glick
Transmit Consulting, Inc
619-475-4052
dg...@tr...
|
|
From: Qin D. <qd...@cs...> - 2003-10-01 16:01:33
|
Hi, David:
Country: US
Language: en
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
David Glick
<dglick To: "McDonald, Bruce"
@cox.net> <Bru...@ba...>, Qin
Ding/ASD/CSC@CSC
10/01/03 10:40 cc: Babeldoc Developer List
AM <bab...@li...>
Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user]
Questions. Please Help
One other thought, Qin: what is the locale of your system?
On Wednesday 01 October 2003 8:32 am, McDonald, Bruce wrote:
> I use it on windows, linux, aix.
>
> -----Original Message-----
> From: Qin Ding [mailto:qd...@cs...]
> Sent: Wednesday, October 01, 2003 11:29 AM
> To: McDonald, Bruce
> Cc: Babeldoc Developer List; David Glick
> Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
> Bruce and David:
>
> At home (XP), I tried to do the same thing (download the babeldoc, set it
> up using your directory template and babeldoc_home and babeldoc_user. I
got
> the exact same error: entryStage not found. I asked a friend of mine
> outside from this company this morning to do the same thing at his pc
(NT),
> he reported to me with the same error just a moment ago. How could that
> be?!
>
> David: at home I even tried different version of jvm from 1.4.1_01, and
> 1.4.1_02. No difference.
>
> Is there a way I can ask the system to output more debug infomation like
> changing log4j log level from error to debug? I guess that's too easy.
>
> Otherwise, I need to add the debugging statements in "setupConfigData" of
> SimplePipelineStageResolver class? Let me download the source code, and
> add the debugging code, recompile the source and ran our test again. I
> will let you know the result.
>
> If anyone out there other thatn Bruce using babeldoc on windows, please
let
> me know how on earth you did that so successfully. I am very anxious to
> make it work. Thank you very much.
>
> Qin
>
>
>
>
>
---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> "McDonald,
> Bruce" To: Qin Ding
> <qd...@cs...>, David Glick <Bruce.McDonald <dg...@co...>
> @bankofamerica.c cc: Babeldoc
Developer
> List om> <bab...@li...>
> Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] 10/01/03 08:15
> Questions. Please Help AM
>
>
>
>
>
>
> Qin,
>
> It looks like you will have to actually debug this yourself since no-one
> else is experiencing this error. Please look at the code in the
> SimplePipelineStageResolver. Place debuging statements in the
> setupConfigData to view what is going on.
>
> regards,
> Bruce.
>
> -----Original Message-----
> From: Qin Ding [mailto:qd...@cs...]
> Sent: Tuesday, September 30, 2003 6:01 PM
> To: David Glick
> Cc: Babeldoc Developer List; McDonald, Bruce
> Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
> David:
> 1 After changed test-pipeline.configFile=c:/qin/test/test-pipeline,
still
> got the same error;
> 2. I don't understand what you want "try renaming the 'test-pipeline'
> directory to 'testpipe'". There is no directory by the name of
> test-pipeline. Can I call you if you don't mind? It would be easier for
> us to go through this?
>
> Qin
>
>
>
---------------------------------------------------------------------------
>-------------
>
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
>
> David Glick
>
> <dglick To: Qin
> Ding/ASD/CSC@CSC
> @cox.net> cc: Babeldoc
Developer
> List
>
> <bab...@li...>, "McDonald,
> 09/30/03 04:47 Bruce"
> <Bru...@ba...>
> PM Subject: Re:
> [Babeldoc-devel] Re: [Babeldoc-user]
> Questions. Please Help
>
>
>
>
>
>
> Try changing test-pipeline.configFile to c:/qin/test/test-pipeline. If
> that
> doesn't work, try renaming the 'test-pipeline' directory to 'testpipe',
> change the test-pipeline.configFile=c:/qin/test/testpipe, and try to run
it
>
> again.
>
> David
>
> On Tuesday 30 September 2003 2:33 pm, Qin Ding wrote:
> > David:
> >
> > Here it is:
> >
> > test-pipeline.type=simple
> > test-pipeline.configFile=test/test-pipeline
>
>
---------------------------------------------------------------------------
>
> >-------------
> >
> > This is a PRIVATE message. If you are not the intended recipient,
please
> > delete without copying and kindly advise us by e-mail of the mistake in
> > delivery. NOTE: Regardless of content, this e-mail shall not operate to
> > bind CSC to any order or other contract unless pursuant to explicit
>
> written
>
> > agreement or government initiative expressly permitting the use of
e-mail
> > for such purpose.
>
>
---------------------------------------------------------------------------
>
> >-------------
> >
> >
> >
> >
> >
> > David Glick
> > <dglick To: Qin
> > Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer
>
> List
>
> > <bab...@li...>, "McDonald, 09/30/03 04:34
> >
> > Bruce" <Bru...@ba...> PM
>
> Subject:
> > Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
> >
> >
> >
> >
> >
> > Okay, if you can now run the documentation pipeline, either we're
getting
> > somewhere, or else you have a bunch of problems that we need to fix,
one
>
> at
>
> > a
> > time. Let's get rolling...
> >
> > Is this still your configuration:
> >
> > --- setenv.bat ---
> > set BABELDOC_HOME=c:\babeldoc
> > set BABELDOC_USER=c:\qin\config
> > set JAVA_HOME=D:\j2sdk1.4.1_03
> > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> >
> > --- test-pipeline.properties ---
> > entryStage=initialize
> > initialize.stageType=Scripting
> > initialize.nextStage=null
> > initialize.failOnError=true
> > initialize.language=javascript
> > initialize.script=\
> > java.io.File file = new java.io.File(document.get("file_name"));\
> > TestManager.validate(file);
> >
> > If so, then please also post c:\qin\config\pipeline\config.properties.
> >
> >
> > David
> >
> > On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > > > set BABELDOC_USER=c:\qin\config
> > > > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > > > >
> > > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > > > >
> > > > > > Please see the attached the qin.zip file.(See attached file:
> >
> > qin.zip)
> >
> > > > > > This is a PRIVATE message. If you are not the intended
recipient,
> > > >
> > > > please
> > > >
> > > > > > delete without copying and kindly advise us by e-mail of the
> >
> > mistake
> >
> > > in
> > >
> > > > > > delivery. NOTE: Regardless of content, this e-mail shall not
> >
> > operate
> >
> > > to
> > >
> > > > > > bind CSC to any order or other contract unless pursuant to
>
> explicit
>
> > > > > written
> > > > >
> > > > > > agreement or government initiative expressly permitting the use
>
> of
>
> > > > e-mail
> > > >
> > > > > > for such purpose.
>
>
---------------------------------------------------------------------------
>
> > > > > >-------------
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > "McDonald,
> > > > > > Bruce" To: Qin
> > > > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc
> >
> > Developer
> >
> > > > > List
> > > > >
> > > > > > @bankofamerica.c
<bab...@li...>,
> > >
> > > David
> > >
> > > > > > Glick om> <dg...@co...>
> > > > > > Subject: RE:
> > > > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> > > >
> > > > Questions.
> > > >
> > > > > > Please Help AM
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > Download the latest version and try again - I suspect your
> > >
> > > installation
> > >
> > > > > is
> > > > >
> > > > > > broken.
> > > > > >
> > > > > > -----Original Message-----
> > > > > > From: Qin Ding [mailto:qd...@cs...]
> > > > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > > > To: McDonald, Bruce
> > > > > > Cc: Babeldoc Developer List; David Glick
> > > > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions.
>
> Please
>
> > > > Help
> > > >
> > > > > > Bruce:
> > > > > >
> > > > > > This is the test-pipeline.properties:
> > > > > >
> > > > > > entryStage=initialize
> > > > > >
> > > > > > initialize.stageType=Scripting
> > > > > > initialize.nextStage=null
> > > > > > initialize.failOnError=true
> > > > > > initialize.language=javascript
> > > > > > initialize.script=\
> > > > > > java.io.File file = new java.io.File(document.get
>
> ("file_name"));
>
> > \
> >
> > > > > > TestManager.validate(file);
--
David Glick
Transmit Consulting, Inc
619-475-4052
dg...@tr...
|
|
From: McDonald, B. <Bru...@ba...> - 2003-10-01 15:54:40
|
Qin,
It looks like you will have to actually debug this yourself since no-one else is experiencing this error. Please look at the code in the SimplePipelineStageResolver. Place debuging statements in the setupConfigData to view what is going on.
regards,
Bruce.
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Tuesday, September 30, 2003 6:01 PM
To: David Glick
Cc: Babeldoc Developer List; McDonald, Bruce
Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
David:
1 After changed test-pipeline.configFile=c:/qin/test/test-pipeline, still
got the same error;
2. I don't understand what you want "try renaming the 'test-pipeline'
directory to 'testpipe'". There is no directory by the name of
test-pipeline. Can I call you if you don't mind? It would be easier for
us to go through this?
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
David Glick
<dglick To: Qin Ding/ASD/CSC@CSC
@cox.net> cc: Babeldoc Developer List
<bab...@li...>, "McDonald,
09/30/03 04:47 Bruce" <Bru...@ba...>
PM Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user]
Questions. Please Help
Try changing test-pipeline.configFile to c:/qin/test/test-pipeline. If
that
doesn't work, try renaming the 'test-pipeline' directory to 'testpipe',
change the test-pipeline.configFile=c:/qin/test/testpipe, and try to run it
again.
David
On Tuesday 30 September 2003 2:33 pm, Qin Ding wrote:
> David:
>
> Here it is:
>
> test-pipeline.type=simple
> test-pipeline.configFile=test/test-pipeline
>
>
>
---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> David Glick
> <dglick To: Qin
> Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer
List
> <bab...@li...>, "McDonald, 09/30/03 04:34
> Bruce" <Bru...@ba...> PM
Subject:
> Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
>
>
> Okay, if you can now run the documentation pipeline, either we're getting
> somewhere, or else you have a bunch of problems that we need to fix, one
at
> a
> time. Let's get rolling...
>
> Is this still your configuration:
>
> --- setenv.bat ---
> set BABELDOC_HOME=c:\babeldoc
> set BABELDOC_USER=c:\qin\config
> set JAVA_HOME=D:\j2sdk1.4.1_03
> set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
>
> --- test-pipeline.properties ---
> entryStage=initialize
> initialize.stageType=Scripting
> initialize.nextStage=null
> initialize.failOnError=true
> initialize.language=javascript
> initialize.script=\
> java.io.File file = new java.io.File(document.get("file_name"));\
> TestManager.validate(file);
>
> If so, then please also post c:\qin\config\pipeline\config.properties.
>
>
> David
>
> On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > > set BABELDOC_USER=c:\qin\config
> > > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > > >
> > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > > >
> > > > > Please see the attached the qin.zip file.(See attached file:
>
> qin.zip)
>
> > > > > This is a PRIVATE message. If you are not the intended recipient,
> > >
> > > please
> > >
> > > > > delete without copying and kindly advise us by e-mail of the
>
> mistake
>
> > in
> >
> > > > > delivery. NOTE: Regardless of content, this e-mail shall not
>
> operate
>
> > to
> >
> > > > > bind CSC to any order or other contract unless pursuant to
explicit
> > > >
> > > > written
> > > >
> > > > > agreement or government initiative expressly permitting the use
of
> > >
> > > e-mail
> > >
> > > > > for such purpose.
>
>
---------------------------------------------------------------------------
>
> > > > >-------------
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > "McDonald,
> > > > > Bruce" To: Qin
> > > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc
>
> Developer
>
> > > > List
> > > >
> > > > > @bankofamerica.c <bab...@li...>,
> >
> > David
> >
> > > > > Glick om> <dg...@co...>
> > > > > Subject: RE:
> > > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> > >
> > > Questions.
> > >
> > > > > Please Help AM
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Download the latest version and try again - I suspect your
> >
> > installation
> >
> > > > is
> > > >
> > > > > broken.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Qin Ding [mailto:qd...@cs...]
> > > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > > To: McDonald, Bruce
> > > > > Cc: Babeldoc Developer List; David Glick
> > > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions.
Please
> > >
> > > Help
> > >
> > > > > Bruce:
> > > > >
> > > > > This is the test-pipeline.properties:
> > > > >
> > > > > entryStage=initialize
> > > > >
> > > > > initialize.stageType=Scripting
> > > > > initialize.nextStage=null
> > > > > initialize.failOnError=true
> > > > > initialize.language=javascript
> > > > > initialize.script=\
> > > > > java.io.File file = new java.io.File(document.get
("file_name"));
>
> \
>
> > > > > TestManager.validate(file);
--
David Glick
619-475-4052
dg...@co...
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Babeldoc-devel mailing list
Bab...@li...
https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
|
|
From: Qin D. <qd...@cs...> - 2003-10-01 15:52:48
|
Bruce: I know you can do it without doubts. I just had a hard time to
believe I can not duplicate your steps to set this up. It's not like we
had lots of things to do to set up this.
David: have you tried to set this up using a differnt window machine (the
one without babeldoc at all). Then, follow the steps 1) download; 2) setup
babeldoc_home; 3) setup babeldoc_user; 4) set up the directory template;
and 5) run the command? If the problem is my machine (this one is
company's. It has many restrictions), then I should have no problem running
it at home. And my friend should have no problem because he is not from
this company. But on the other hand, as David said, I can run the test
within the babeldoc download from both at work and at home. That's tell me
I might not set up the babeldoc_user correctly somehow. It is very strange.
Thank you both for helping me. I'll let you know if I can debug the code
successfully myself.
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin Ding/ASD/CSC@CSC
<Bruce.McDonald cc: Babeldoc Developer List
@bankofamerica.c <bab...@li...>, David Glick
om> <dg...@co...>
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 10:32 Questions. Please Help
AM
I use it on windows, linux, aix.
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Wednesday, October 01, 2003 11:29 AM
To: McDonald, Bruce
Cc: Babeldoc Developer List; David Glick
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
Bruce and David:
At home (XP), I tried to do the same thing (download the babeldoc, set it
up using your directory template and babeldoc_home and babeldoc_user. I got
the exact same error: entryStage not found. I asked a friend of mine
outside from this company this morning to do the same thing at his pc (NT),
he reported to me with the same error just a moment ago. How could that
be?!
David: at home I even tried different version of jvm from 1.4.1_01, and
1.4.1_02. No difference.
Is there a way I can ask the system to output more debug infomation like
changing log4j log level from error to debug? I guess that's too easy.
Otherwise, I need to add the debugging statements in "setupConfigData" of
SimplePipelineStageResolver class? Let me download the source code, and
add the debugging code, recompile the source and ran our test again. I
will let you know the result.
If anyone out there other thatn Bruce using babeldoc on windows, please let
me know how on earth you did that so successfully. I am very anxious to
make it work. Thank you very much.
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin Ding
<qd...@cs...>, David Glick
<Bruce.McDonald <dg...@co...>
@bankofamerica.c cc: Babeldoc Developer
List
om>
<bab...@li...>
Subject: RE:
[Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 08:15 Questions. Please Help
AM
Qin,
It looks like you will have to actually debug this yourself since no-one
else is experiencing this error. Please look at the code in the
SimplePipelineStageResolver. Place debuging statements in the
setupConfigData to view what is going on.
regards,
Bruce.
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Tuesday, September 30, 2003 6:01 PM
To: David Glick
Cc: Babeldoc Developer List; McDonald, Bruce
Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
David:
1 After changed test-pipeline.configFile=c:/qin/test/test-pipeline, still
got the same error;
2. I don't understand what you want "try renaming the 'test-pipeline'
directory to 'testpipe'". There is no directory by the name of
test-pipeline. Can I call you if you don't mind? It would be easier for
us to go through this?
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
David Glick
<dglick To: Qin
Ding/ASD/CSC@CSC
@cox.net> cc: Babeldoc Developer
List
<bab...@li...>, "McDonald,
09/30/03 04:47 Bruce"
<Bru...@ba...>
PM Subject: Re:
[Babeldoc-devel] Re: [Babeldoc-user]
Questions. Please Help
Try changing test-pipeline.configFile to c:/qin/test/test-pipeline. If
that
doesn't work, try renaming the 'test-pipeline' directory to 'testpipe',
change the test-pipeline.configFile=c:/qin/test/testpipe, and try to run it
again.
David
On Tuesday 30 September 2003 2:33 pm, Qin Ding wrote:
> David:
>
> Here it is:
>
> test-pipeline.type=simple
> test-pipeline.configFile=test/test-pipeline
>
>
>
---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> David Glick
> <dglick To: Qin
> Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer
List
> <bab...@li...>, "McDonald, 09/30/03 04:34
> Bruce" <Bru...@ba...> PM
Subject:
> Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
>
>
> Okay, if you can now run the documentation pipeline, either we're getting
> somewhere, or else you have a bunch of problems that we need to fix, one
at
> a
> time. Let's get rolling...
>
> Is this still your configuration:
>
> --- setenv.bat ---
> set BABELDOC_HOME=c:\babeldoc
> set BABELDOC_USER=c:\qin\config
> set JAVA_HOME=D:\j2sdk1.4.1_03
> set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
>
> --- test-pipeline.properties ---
> entryStage=initialize
> initialize.stageType=Scripting
> initialize.nextStage=null
> initialize.failOnError=true
> initialize.language=javascript
> initialize.script=\
> java.io.File file = new java.io.File(document.get("file_name"));\
> TestManager.validate(file);
>
> If so, then please also post c:\qin\config\pipeline\config.properties.
>
>
> David
>
> On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > > set BABELDOC_USER=c:\qin\config
> > > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > > >
> > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > > >
> > > > > Please see the attached the qin.zip file.(See attached file:
>
> qin.zip)
>
> > > > > This is a PRIVATE message. If you are not the intended recipient,
> > >
> > > please
> > >
> > > > > delete without copying and kindly advise us by e-mail of the
>
> mistake
>
> > in
> >
> > > > > delivery. NOTE: Regardless of content, this e-mail shall not
>
> operate
>
> > to
> >
> > > > > bind CSC to any order or other contract unless pursuant to
explicit
> > > >
> > > > written
> > > >
> > > > > agreement or government initiative expressly permitting the use
of
> > >
> > > e-mail
> > >
> > > > > for such purpose.
>
>
---------------------------------------------------------------------------
>
> > > > >-------------
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > "McDonald,
> > > > > Bruce" To: Qin
> > > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc
>
> Developer
>
> > > > List
> > > >
> > > > > @bankofamerica.c <bab...@li...>,
> >
> > David
> >
> > > > > Glick om> <dg...@co...>
> > > > > Subject: RE:
> > > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> > >
> > > Questions.
> > >
> > > > > Please Help AM
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Download the latest version and try again - I suspect your
> >
> > installation
> >
> > > > is
> > > >
> > > > > broken.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Qin Ding [mailto:qd...@cs...]
> > > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > > To: McDonald, Bruce
> > > > > Cc: Babeldoc Developer List; David Glick
> > > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions.
Please
> > >
> > > Help
> > >
> > > > > Bruce:
> > > > >
> > > > > This is the test-pipeline.properties:
> > > > >
> > > > > entryStage=initialize
> > > > >
> > > > > initialize.stageType=Scripting
> > > > > initialize.nextStage=null
> > > > > initialize.failOnError=true
> > > > > initialize.language=javascript
> > > > > initialize.script=\
> > > > > java.io.File file = new java.io.File(document.get
("file_name"));
>
> \
>
> > > > > TestManager.validate(file);
--
David Glick
619-475-4052
dg...@co...
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Babeldoc-devel mailing list
Bab...@li...
https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
|
|
From: Qin D. <qd...@cs...> - 2003-10-01 15:38:26
|
Bruce and David:
At home (XP), I tried to do the same thing (download the babeldoc, set it
up using your directory template and babeldoc_home and babeldoc_user. I got
the exact same error: entryStage not found. I asked a friend of mine
outside from this company this morning to do the same thing at his pc (NT),
he reported to me with the same error just a moment ago. How could that
be?!
David: at home I even tried different version of jvm from 1.4.1_01, and
1.4.1_02. No difference.
Is there a way I can ask the system to output more debug infomation like
changing log4j log level from error to debug? I guess that's too easy.
Otherwise, I need to add the debugging statements in "setupConfigData" of
SimplePipelineStageResolver class? Let me download the source code, and
add the debugging code, recompile the source and ran our test again. I
will let you know the result.
If anyone out there other thatn Bruce using babeldoc on windows, please let
me know how on earth you did that so successfully. I am very anxious to
make it work. Thank you very much.
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
"McDonald,
Bruce" To: Qin Ding <qd...@cs...>, David Glick
<Bruce.McDonald <dg...@co...>
@bankofamerica.c cc: Babeldoc Developer List
om> <bab...@li...>
Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user]
10/01/03 08:15 Questions. Please Help
AM
Qin,
It looks like you will have to actually debug this yourself since no-one
else is experiencing this error. Please look at the code in the
SimplePipelineStageResolver. Place debuging statements in the
setupConfigData to view what is going on.
regards,
Bruce.
-----Original Message-----
From: Qin Ding [mailto:qd...@cs...]
Sent: Tuesday, September 30, 2003 6:01 PM
To: David Glick
Cc: Babeldoc Developer List; McDonald, Bruce
Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
David:
1 After changed test-pipeline.configFile=c:/qin/test/test-pipeline, still
got the same error;
2. I don't understand what you want "try renaming the 'test-pipeline'
directory to 'testpipe'". There is no directory by the name of
test-pipeline. Can I call you if you don't mind? It would be easier for
us to go through this?
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
David Glick
<dglick To: Qin
Ding/ASD/CSC@CSC
@cox.net> cc: Babeldoc Developer
List
<bab...@li...>, "McDonald,
09/30/03 04:47 Bruce"
<Bru...@ba...>
PM Subject: Re:
[Babeldoc-devel] Re: [Babeldoc-user]
Questions. Please Help
Try changing test-pipeline.configFile to c:/qin/test/test-pipeline. If
that
doesn't work, try renaming the 'test-pipeline' directory to 'testpipe',
change the test-pipeline.configFile=c:/qin/test/testpipe, and try to run it
again.
David
On Tuesday 30 September 2003 2:33 pm, Qin Ding wrote:
> David:
>
> Here it is:
>
> test-pipeline.type=simple
> test-pipeline.configFile=test/test-pipeline
>
>
>
---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> David Glick
> <dglick To: Qin
> Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer
List
> <bab...@li...>, "McDonald, 09/30/03 04:34
> Bruce" <Bru...@ba...> PM
Subject:
> Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
>
>
> Okay, if you can now run the documentation pipeline, either we're getting
> somewhere, or else you have a bunch of problems that we need to fix, one
at
> a
> time. Let's get rolling...
>
> Is this still your configuration:
>
> --- setenv.bat ---
> set BABELDOC_HOME=c:\babeldoc
> set BABELDOC_USER=c:\qin\config
> set JAVA_HOME=D:\j2sdk1.4.1_03
> set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
>
> --- test-pipeline.properties ---
> entryStage=initialize
> initialize.stageType=Scripting
> initialize.nextStage=null
> initialize.failOnError=true
> initialize.language=javascript
> initialize.script=\
> java.io.File file = new java.io.File(document.get("file_name"));\
> TestManager.validate(file);
>
> If so, then please also post c:\qin\config\pipeline\config.properties.
>
>
> David
>
> On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > > set BABELDOC_USER=c:\qin\config
> > > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > > >
> > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > > >
> > > > > Please see the attached the qin.zip file.(See attached file:
>
> qin.zip)
>
> > > > > This is a PRIVATE message. If you are not the intended recipient,
> > >
> > > please
> > >
> > > > > delete without copying and kindly advise us by e-mail of the
>
> mistake
>
> > in
> >
> > > > > delivery. NOTE: Regardless of content, this e-mail shall not
>
> operate
>
> > to
> >
> > > > > bind CSC to any order or other contract unless pursuant to
explicit
> > > >
> > > > written
> > > >
> > > > > agreement or government initiative expressly permitting the use
of
> > >
> > > e-mail
> > >
> > > > > for such purpose.
>
>
---------------------------------------------------------------------------
>
> > > > >-------------
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > "McDonald,
> > > > > Bruce" To: Qin
> > > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc
>
> Developer
>
> > > > List
> > > >
> > > > > @bankofamerica.c <bab...@li...>,
> >
> > David
> >
> > > > > Glick om> <dg...@co...>
> > > > > Subject: RE:
> > > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> > >
> > > Questions.
> > >
> > > > > Please Help AM
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Download the latest version and try again - I suspect your
> >
> > installation
> >
> > > > is
> > > >
> > > > > broken.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Qin Ding [mailto:qd...@cs...]
> > > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > > To: McDonald, Bruce
> > > > > Cc: Babeldoc Developer List; David Glick
> > > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions.
Please
> > >
> > > Help
> > >
> > > > > Bruce:
> > > > >
> > > > > This is the test-pipeline.properties:
> > > > >
> > > > > entryStage=initialize
> > > > >
> > > > > initialize.stageType=Scripting
> > > > > initialize.nextStage=null
> > > > > initialize.failOnError=true
> > > > > initialize.language=javascript
> > > > > initialize.script=\
> > > > > java.io.File file = new java.io.File(document.get
("file_name"));
>
> \
>
> > > > > TestManager.validate(file);
--
David Glick
619-475-4052
dg...@co...
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Babeldoc-devel mailing list
Bab...@li...
https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
|
|
From: David G. <dg...@co...> - 2003-10-01 15:35:57
|
One other thought, Qin: what is the locale of your system?
On Wednesday 01 October 2003 8:32 am, McDonald, Bruce wrote:
> I use it on windows, linux, aix.
>
> -----Original Message-----
> From: Qin Ding [mailto:qd...@cs...]
> Sent: Wednesday, October 01, 2003 11:29 AM
> To: McDonald, Bruce
> Cc: Babeldoc Developer List; David Glick
> Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
> Bruce and David:
>
> At home (XP), I tried to do the same thing (download the babeldoc, set it
> up using your directory template and babeldoc_home and babeldoc_user. I got
> the exact same error: entryStage not found. I asked a friend of mine
> outside from this company this morning to do the same thing at his pc (NT),
> he reported to me with the same error just a moment ago. How could that
> be?!
>
> David: at home I even tried different version of jvm from 1.4.1_01, and
> 1.4.1_02. No difference.
>
> Is there a way I can ask the system to output more debug infomation like
> changing log4j log level from error to debug? I guess that's too easy.
>
> Otherwise, I need to add the debugging statements in "setupConfigData" of
> SimplePipelineStageResolver class? Let me download the source code, and
> add the debugging code, recompile the source and ran our test again. I
> will let you know the result.
>
> If anyone out there other thatn Bruce using babeldoc on windows, please let
> me know how on earth you did that so successfully. I am very anxious to
> make it work. Thank you very much.
>
> Qin
>
>
>
>
> ---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
> ---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> "McDonald,
> Bruce" To: Qin Ding
> <qd...@cs...>, David Glick <Bruce.McDonald <dg...@co...>
> @bankofamerica.c cc: Babeldoc Developer
> List om> <bab...@li...>
> Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] 10/01/03 08:15
> Questions. Please Help AM
>
>
>
>
>
>
> Qin,
>
> It looks like you will have to actually debug this yourself since no-one
> else is experiencing this error. Please look at the code in the
> SimplePipelineStageResolver. Place debuging statements in the
> setupConfigData to view what is going on.
>
> regards,
> Bruce.
>
> -----Original Message-----
> From: Qin Ding [mailto:qd...@cs...]
> Sent: Tuesday, September 30, 2003 6:01 PM
> To: David Glick
> Cc: Babeldoc Developer List; McDonald, Bruce
> Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
> David:
> 1 After changed test-pipeline.configFile=c:/qin/test/test-pipeline, still
> got the same error;
> 2. I don't understand what you want "try renaming the 'test-pipeline'
> directory to 'testpipe'". There is no directory by the name of
> test-pipeline. Can I call you if you don't mind? It would be easier for
> us to go through this?
>
> Qin
>
>
> ---------------------------------------------------------------------------
>-------------
>
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
> ---------------------------------------------------------------------------
>-------------
>
>
>
>
>
>
> David Glick
>
> <dglick To: Qin
> Ding/ASD/CSC@CSC
> @cox.net> cc: Babeldoc Developer
> List
>
> <bab...@li...>, "McDonald,
> 09/30/03 04:47 Bruce"
> <Bru...@ba...>
> PM Subject: Re:
> [Babeldoc-devel] Re: [Babeldoc-user]
> Questions. Please Help
>
>
>
>
>
>
> Try changing test-pipeline.configFile to c:/qin/test/test-pipeline. If
> that
> doesn't work, try renaming the 'test-pipeline' directory to 'testpipe',
> change the test-pipeline.configFile=c:/qin/test/testpipe, and try to run it
>
> again.
>
> David
>
> On Tuesday 30 September 2003 2:33 pm, Qin Ding wrote:
> > David:
> >
> > Here it is:
> >
> > test-pipeline.type=simple
> > test-pipeline.configFile=test/test-pipeline
>
> ---------------------------------------------------------------------------
>
> >-------------
> >
> > This is a PRIVATE message. If you are not the intended recipient, please
> > delete without copying and kindly advise us by e-mail of the mistake in
> > delivery. NOTE: Regardless of content, this e-mail shall not operate to
> > bind CSC to any order or other contract unless pursuant to explicit
>
> written
>
> > agreement or government initiative expressly permitting the use of e-mail
> > for such purpose.
>
> ---------------------------------------------------------------------------
>
> >-------------
> >
> >
> >
> >
> >
> > David Glick
> > <dglick To: Qin
> > Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer
>
> List
>
> > <bab...@li...>, "McDonald, 09/30/03 04:34
> >
> > Bruce" <Bru...@ba...> PM
>
> Subject:
> > Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
> >
> >
> >
> >
> >
> > Okay, if you can now run the documentation pipeline, either we're getting
> > somewhere, or else you have a bunch of problems that we need to fix, one
>
> at
>
> > a
> > time. Let's get rolling...
> >
> > Is this still your configuration:
> >
> > --- setenv.bat ---
> > set BABELDOC_HOME=c:\babeldoc
> > set BABELDOC_USER=c:\qin\config
> > set JAVA_HOME=D:\j2sdk1.4.1_03
> > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> >
> > --- test-pipeline.properties ---
> > entryStage=initialize
> > initialize.stageType=Scripting
> > initialize.nextStage=null
> > initialize.failOnError=true
> > initialize.language=javascript
> > initialize.script=\
> > java.io.File file = new java.io.File(document.get("file_name"));\
> > TestManager.validate(file);
> >
> > If so, then please also post c:\qin\config\pipeline\config.properties.
> >
> >
> > David
> >
> > On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > > > set BABELDOC_USER=c:\qin\config
> > > > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > > > >
> > > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > > > >
> > > > > > Please see the attached the qin.zip file.(See attached file:
> >
> > qin.zip)
> >
> > > > > > This is a PRIVATE message. If you are not the intended recipient,
> > > >
> > > > please
> > > >
> > > > > > delete without copying and kindly advise us by e-mail of the
> >
> > mistake
> >
> > > in
> > >
> > > > > > delivery. NOTE: Regardless of content, this e-mail shall not
> >
> > operate
> >
> > > to
> > >
> > > > > > bind CSC to any order or other contract unless pursuant to
>
> explicit
>
> > > > > written
> > > > >
> > > > > > agreement or government initiative expressly permitting the use
>
> of
>
> > > > e-mail
> > > >
> > > > > > for such purpose.
>
> ---------------------------------------------------------------------------
>
> > > > > >-------------
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > "McDonald,
> > > > > > Bruce" To: Qin
> > > > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc
> >
> > Developer
> >
> > > > > List
> > > > >
> > > > > > @bankofamerica.c <bab...@li...>,
> > >
> > > David
> > >
> > > > > > Glick om> <dg...@co...>
> > > > > > Subject: RE:
> > > > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> > > >
> > > > Questions.
> > > >
> > > > > > Please Help AM
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > Download the latest version and try again - I suspect your
> > >
> > > installation
> > >
> > > > > is
> > > > >
> > > > > > broken.
> > > > > >
> > > > > > -----Original Message-----
> > > > > > From: Qin Ding [mailto:qd...@cs...]
> > > > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > > > To: McDonald, Bruce
> > > > > > Cc: Babeldoc Developer List; David Glick
> > > > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions.
>
> Please
>
> > > > Help
> > > >
> > > > > > Bruce:
> > > > > >
> > > > > > This is the test-pipeline.properties:
> > > > > >
> > > > > > entryStage=initialize
> > > > > >
> > > > > > initialize.stageType=Scripting
> > > > > > initialize.nextStage=null
> > > > > > initialize.failOnError=true
> > > > > > initialize.language=javascript
> > > > > > initialize.script=\
> > > > > > java.io.File file = new java.io.File(document.get
>
> ("file_name"));
>
> > \
> >
> > > > > > TestManager.validate(file);
--
David Glick
Transmit Consulting, Inc
619-475-4052
dg...@tr...
|
|
From: <de...@us...> - 2003-10-01 12:23:45
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/src/com/babeldoc/scanner/worker
In directory sc8-pr-cvs1:/tmp/cvs-serv30051/modules/scanner/src/com/babeldoc/scanner/worker
Modified Files:
MailboxScanner.java
Log Message:
Don't use default Session instance since it may clash with SmtpWriter
Index: MailboxScanner.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/scanner/src/com/babeldoc/scanner/worker/MailboxScanner.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** MailboxScanner.java 1 Oct 2003 08:57:36 -0000 1.26
--- MailboxScanner.java 1 Oct 2003 12:23:42 -0000 1.27
***************
*** 147,151 ****
try {
Properties props = new Properties();
! session = Session.getDefaultInstance(props, null);
store = session.getStore(protocol);
store.connect(host, username, password);
--- 147,151 ----
try {
Properties props = new Properties();
! session = Session.getInstance(props, null);
store = session.getStore(protocol);
store.connect(host, username, password);
|
|
From: <de...@us...> - 2003-10-01 08:57:40
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/src/com/babeldoc/scanner/worker
In directory sc8-pr-cvs1:/tmp/cvs-serv22758/modules/scanner/src/com/babeldoc/scanner/worker
Modified Files:
MailboxScanner.java
Log Message:
Resources are not keept opened while not scanning anymore.
This is done tring to fix bug 815709
Index: MailboxScanner.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/scanner/src/com/babeldoc/scanner/worker/MailboxScanner.java,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** MailboxScanner.java 30 Sep 2003 13:47:54 -0000 1.25
--- MailboxScanner.java 1 Oct 2003 08:57:36 -0000 1.26
***************
*** 85,89 ****
import com.babeldoc.core.I18n;
- import com.babeldoc.core.LogService;
import com.babeldoc.core.option.ConfigOption;
import com.babeldoc.core.option.IConfigOptionType;
--- 85,88 ----
***************
*** 119,125 ****
/** Instance variables */
- Folder folder;
- Session session;
- Store store;
private String folder_; // INBOX
private String getFrom = BODY; //getChild from body
--- 118,121 ----
***************
*** 146,157 ****
public void doScan() throws ScannerException {
//Folder folder = null;
try {
! if (!store.isConnected()) {
! getLog().logDebug("Connection closed. Reconnecting");
! store.connect(host, username, password);
! }
folder = store.getFolder(folder_);
folder.open(Folder.READ_WRITE);
!
Message[] messages = folder.getMessages();
--- 142,156 ----
public void doScan() throws ScannerException {
//Folder folder = null;
+ Folder folder = null;
+ Store store = null;
+ Session session = null;
try {
! Properties props = new Properties();
! session = Session.getDefaultInstance(props, null);
! store = session.getStore(protocol);
! store.connect(host, username, password);
folder = store.getFolder(folder_);
folder.open(Folder.READ_WRITE);
!
Message[] messages = folder.getMessages();
***************
*** 160,185 ****
deleteMessage(messages[i]);
}
-
- folder.close(true);
} catch (Exception x) {
try {
if (folder.isOpen()) {
folder.close(true);
}
} catch (Exception e) {
! //LogService.getInstance().logError("Error occured, closing folder", e);
! }
!
! x.printStackTrace();
! throw new ScannerException(
! I18n.get("scanner.MailboxScanner.error.scanning"),
! x);
! } finally {
! try {
! //folder.close(true);
! } catch (Exception e) {
! // LogService.getInstance().logError("[doScan]: closing folder", e);
! }
! }
}
--- 159,176 ----
deleteMessage(messages[i]);
}
} catch (Exception x) {
+ throw new ScannerException(
+ I18n.get("scanner.MailboxScanner.error.scanning"),
+ x);
+ } finally {
try {
if (folder.isOpen()) {
folder.close(true);
}
+ store.close();
} catch (Exception e) {
! getLog().logError("Error closing store and folder", e);
! }
! }
}
***************
*** 210,224 ****
}
}
-
- try {
- Properties props = new Properties();
- session = Session.getInstance(props, null);
- store = session.getStore(protocol);
- store.connect(host, username, password);
- } catch (Exception x) {
- throw new ScannerConfigurationException(
- I18n.get("scanner.MailboxScanner.error.initialize"),
- x);
- }
}
--- 201,204 ----
***************
*** 227,247 ****
*/
public void relinquishResources() {
! try {
! if (folder.isOpen()) {
! folder.close(true);
! }
! } catch (Exception x) {
! LogService.getInstance().logError(
! I18n.get("scanner.MailboxScanner.error.closingFolder"),
! x);
! }
!
! try {
! store.close();
! } catch (Exception x) {
! LogService.getInstance().logError(
! I18n.get("scanner.MailboxScanner.error.closingStore"),
! x);
! }
}
--- 207,211 ----
*/
public void relinquishResources() {
! //do nothing by now...
}
|
|
From: <de...@us...> - 2003-10-01 08:33:38
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/src/com/babeldoc/scanner/worker
In directory sc8-pr-cvs1:/tmp/cvs-serv19227/modules/scanner/src/com/babeldoc/scanner/worker
Modified Files:
SqlScanner.java
Log Message:
Added updateStatement config option for updating database after select statement executed. It can be used for marking rows as processed. See feature request #810269 submitted by Klaas Eikelboom
Index: SqlScanner.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/scanner/src/com/babeldoc/scanner/worker/SqlScanner.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** SqlScanner.java 24 Sep 2003 13:12:41 -0000 1.14
--- SqlScanner.java 1 Oct 2003 08:33:35 -0000 1.15
***************
*** 66,69 ****
--- 66,76 ----
package com.babeldoc.scanner.worker;
+ import java.sql.Connection;
+ import java.sql.ResultSet;
+ import java.sql.Statement;
+ import java.util.ArrayList;
+ import java.util.Collection;
+ import java.util.HashMap;
+
import com.babeldoc.core.I18n;
import com.babeldoc.core.LogService;
***************
*** 75,95 ****
import com.babeldoc.core.resource.ResourceException;
import com.babeldoc.core.resource.ResourceFactory;
!
! import com.babeldoc.scanner.*;
!
! import java.sql.Connection;
! import java.sql.ResultSet;
! import java.sql.Statement;
!
! import java.util.ArrayList;
! import java.util.Collection;
! import java.util.HashMap;
/**
* Scanner that scans SQL databases. The document can be constructed from the
! * results in a number of ways: 1. Document as csv 2. Document as xml 3. A
! * Document for every row
! *
* @author dejank
* @version 1.0
--- 82,102 ----
import com.babeldoc.core.resource.ResourceException;
import com.babeldoc.core.resource.ResourceFactory;
! import com.babeldoc.scanner.ScannerConfigurationException;
! import com.babeldoc.scanner.ScannerException;
! import com.babeldoc.scanner.ScannerWorker;
! import com.babeldoc.scanner.ScannerWorkerInfo;
/**
* Scanner that scans SQL databases. The document can be constructed from the
! * select results in a number of ways:
! * <ul>
! * <li>One document as csv document made of all results returned</li>
! * <li>One document as xml document made of all results returned</li>
! * <li>One document for every returned row (only first column will be included)</li>
! * </ul>
! * After selecting results an update statement can be executed (if provided) so
! * rows can be marked as processed (thanks Klaas Eikelboom!)
! *
* @author dejank
* @version 1.0
***************
*** 99,102 ****
--- 106,110 ----
public static final String RESOURCE_NAME = "resourceName";
public static final String SQL_STATEMENT = "sqlStatement";
+ public static final String UPDATE_STATEMENT = "updateStatement";
public static final String DOCUMENT_TYPE = "documentType";
public static final String FIELD_SEPARATOR = "cvsFieldSeparator";
***************
*** 123,126 ****
--- 131,135 ----
private String rowTag = DEFAULT_XML_ROW_TAG;
private String sqlStatement = null;
+ private String updateStatement = null;
***************
*** 209,213 ****
*/
public void doScan() throws ScannerException {
! getMessagesFromSql();
}
--- 218,222 ----
*/
public void doScan() throws ScannerException {
! getDocumentsFromSql();
}
***************
*** 225,229 ****
sqlStatement = this.getInfo().getStrValue(SQL_STATEMENT);
!
if (sqlStatement.equals("")) {
throw new ScannerConfigurationException(I18n.get("scanner.057"), null);
--- 234,238 ----
sqlStatement = this.getInfo().getStrValue(SQL_STATEMENT);
! updateStatement = this.getInfo().getStrValue(UPDATE_STATEMENT);
if (sqlStatement.equals("")) {
throw new ScannerConfigurationException(I18n.get("scanner.057"), null);
***************
*** 270,280 ****
/**
! * Get the messages.
*
* @throws ScannerException DOCUMENT ME!
*/
! private void getMessagesFromSql() throws ScannerException {
Connection conn = null;
Statement stmt = null;
ResultSet rs = null;
--- 279,290 ----
/**
! * This is main method which generates documents from underlying database.
*
* @throws ScannerException DOCUMENT ME!
*/
! private void getDocumentsFromSql() throws ScannerException {
Connection conn = null;
Statement stmt = null;
+ Statement updstmt = null;
ResultSet rs = null;
***************
*** 291,294 ****
--- 301,310 ----
handleSimpleDocuments(rs);
}
+ if(updateStatement != null) {
+ updstmt = conn.createStatement();
+ updstmt.execute(updateStatement);
+ conn.commit();
+ }
+
} catch (Exception e) {
throw new ScannerException(I18n.get("scanner.059"), e);
***************
*** 307,310 ****
--- 323,334 ----
} catch (Exception ignoreThis) {
}
+
+ try {
+ if (updstmt != null) {
+ updstmt.close();
+ }
+ } catch (Exception ignoreThis) {
+ }
+
try {
***************
*** 367,370 ****
--- 391,399 ----
options.add(new ConfigOption(SqlScanner.SQL_STATEMENT,
IConfigOptionType.STRING, null, true, I18n.get("scanner.063")));
+
+ options.add(new ConfigOption(SqlScanner.UPDATE_STATEMENT,
+ IConfigOptionType.STRING, null, false,
+ I18n.get("scanner.SqlScanner.option.updateStatement")));
+
String[] docTypes = { SqlScanner.DOC_TYPE_SIMPLE, SqlScanner.DOC_TYPE_CSV, SqlScanner.DOC_TYPE_XML };
|
|
From: <de...@us...> - 2003-10-01 08:33:38
|
Update of /cvsroot/babeldoc/babeldoc/modules/scanner/config/i18n In directory sc8-pr-cvs1:/tmp/cvs-serv19227/modules/scanner/config/i18n Modified Files: messages.properties Log Message: Added updateStatement config option for updating database after select statement executed. It can be used for marking rows as processed. See feature request #810269 submitted by Klaas Eikelboom Index: messages.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/scanner/config/i18n/messages.properties,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** messages.properties 24 Sep 2003 14:26:46 -0000 1.15 --- messages.properties 1 Oct 2003 08:33:35 -0000 1.16 *************** *** 101,104 **** --- 101,106 ---- scanner.nullScanner.desc=Null Scanner feeds null documents everytime the scanner runs. This is useful for scheduling. + scanner.SqlScanner.option.updateStatement=Sql Statement that is executed after selecting rows and creating documents. It is used for marging rows as processes so they don't need to be processed later. + scanner.001=Started |
|
From: Qin D. <qd...@cs...> - 2003-09-30 22:02:38
|
David:
1 After changed test-pipeline.configFile=c:/qin/test/test-pipeline, still
got the same error;
2. I don't understand what you want "try renaming the 'test-pipeline'
directory to 'testpipe'". There is no directory by the name of
test-pipeline. Can I call you if you don't mind? It would be easier for
us to go through this?
Qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
David Glick
<dglick To: Qin Ding/ASD/CSC@CSC
@cox.net> cc: Babeldoc Developer List
<bab...@li...>, "McDonald,
09/30/03 04:47 Bruce" <Bru...@ba...>
PM Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user]
Questions. Please Help
Try changing test-pipeline.configFile to c:/qin/test/test-pipeline. If
that
doesn't work, try renaming the 'test-pipeline' directory to 'testpipe',
change the test-pipeline.configFile=c:/qin/test/testpipe, and try to run it
again.
David
On Tuesday 30 September 2003 2:33 pm, Qin Ding wrote:
> David:
>
> Here it is:
>
> test-pipeline.type=simple
> test-pipeline.configFile=test/test-pipeline
>
>
>
---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> David Glick
> <dglick To: Qin
> Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer
List
> <bab...@li...>, "McDonald, 09/30/03 04:34
> Bruce" <Bru...@ba...> PM
Subject:
> Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
>
>
> Okay, if you can now run the documentation pipeline, either we're getting
> somewhere, or else you have a bunch of problems that we need to fix, one
at
> a
> time. Let's get rolling...
>
> Is this still your configuration:
>
> --- setenv.bat ---
> set BABELDOC_HOME=c:\babeldoc
> set BABELDOC_USER=c:\qin\config
> set JAVA_HOME=D:\j2sdk1.4.1_03
> set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
>
> --- test-pipeline.properties ---
> entryStage=initialize
> initialize.stageType=Scripting
> initialize.nextStage=null
> initialize.failOnError=true
> initialize.language=javascript
> initialize.script=\
> java.io.File file = new java.io.File(document.get("file_name"));\
> TestManager.validate(file);
>
> If so, then please also post c:\qin\config\pipeline\config.properties.
>
>
> David
>
> On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > > set BABELDOC_USER=c:\qin\config
> > > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > > >
> > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > > >
> > > > > Please see the attached the qin.zip file.(See attached file:
>
> qin.zip)
>
> > > > > This is a PRIVATE message. If you are not the intended recipient,
> > >
> > > please
> > >
> > > > > delete without copying and kindly advise us by e-mail of the
>
> mistake
>
> > in
> >
> > > > > delivery. NOTE: Regardless of content, this e-mail shall not
>
> operate
>
> > to
> >
> > > > > bind CSC to any order or other contract unless pursuant to
explicit
> > > >
> > > > written
> > > >
> > > > > agreement or government initiative expressly permitting the use
of
> > >
> > > e-mail
> > >
> > > > > for such purpose.
>
>
---------------------------------------------------------------------------
>
> > > > >-------------
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > "McDonald,
> > > > > Bruce" To: Qin
> > > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc
>
> Developer
>
> > > > List
> > > >
> > > > > @bankofamerica.c <bab...@li...>,
> >
> > David
> >
> > > > > Glick om> <dg...@co...>
> > > > > Subject: RE:
> > > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> > >
> > > Questions.
> > >
> > > > > Please Help AM
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Download the latest version and try again - I suspect your
> >
> > installation
> >
> > > > is
> > > >
> > > > > broken.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Qin Ding [mailto:qd...@cs...]
> > > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > > To: McDonald, Bruce
> > > > > Cc: Babeldoc Developer List; David Glick
> > > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions.
Please
> > >
> > > Help
> > >
> > > > > Bruce:
> > > > >
> > > > > This is the test-pipeline.properties:
> > > > >
> > > > > entryStage=initialize
> > > > >
> > > > > initialize.stageType=Scripting
> > > > > initialize.nextStage=null
> > > > > initialize.failOnError=true
> > > > > initialize.language=javascript
> > > > > initialize.script=\
> > > > > java.io.File file = new java.io.File(document.get
("file_name"));
>
> \
>
> > > > > TestManager.validate(file);
--
David Glick
619-475-4052
dg...@co...
|
|
From: David G. <dg...@co...> - 2003-09-30 21:43:16
|
Try changing test-pipeline.configFile to c:/qin/test/test-pipeline. If that
doesn't work, try renaming the 'test-pipeline' directory to 'testpipe',
change the test-pipeline.configFile=c:/qin/test/testpipe, and try to run it
again.
David
On Tuesday 30 September 2003 2:33 pm, Qin Ding wrote:
> David:
>
> Here it is:
>
> test-pipeline.type=simple
> test-pipeline.configFile=test/test-pipeline
>
>
> ---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
> ---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> David Glick
> <dglick To: Qin
> Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer List
> <bab...@li...>, "McDonald, 09/30/03 04:34
> Bruce" <Bru...@ba...> PM Subject:
> Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
>
>
> Okay, if you can now run the documentation pipeline, either we're getting
> somewhere, or else you have a bunch of problems that we need to fix, one at
> a
> time. Let's get rolling...
>
> Is this still your configuration:
>
> --- setenv.bat ---
> set BABELDOC_HOME=c:\babeldoc
> set BABELDOC_USER=c:\qin\config
> set JAVA_HOME=D:\j2sdk1.4.1_03
> set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
>
> --- test-pipeline.properties ---
> entryStage=initialize
> initialize.stageType=Scripting
> initialize.nextStage=null
> initialize.failOnError=true
> initialize.language=javascript
> initialize.script=\
> java.io.File file = new java.io.File(document.get("file_name"));\
> TestManager.validate(file);
>
> If so, then please also post c:\qin\config\pipeline\config.properties.
>
>
> David
>
> On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > > set BABELDOC_USER=c:\qin\config
> > > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > > >
> > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > > >
> > > > > Please see the attached the qin.zip file.(See attached file:
>
> qin.zip)
>
> > > > > This is a PRIVATE message. If you are not the intended recipient,
> > >
> > > please
> > >
> > > > > delete without copying and kindly advise us by e-mail of the
>
> mistake
>
> > in
> >
> > > > > delivery. NOTE: Regardless of content, this e-mail shall not
>
> operate
>
> > to
> >
> > > > > bind CSC to any order or other contract unless pursuant to explicit
> > > >
> > > > written
> > > >
> > > > > agreement or government initiative expressly permitting the use of
> > >
> > > e-mail
> > >
> > > > > for such purpose.
>
> ---------------------------------------------------------------------------
>
> > > > >-------------
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > "McDonald,
> > > > > Bruce" To: Qin
> > > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc
>
> Developer
>
> > > > List
> > > >
> > > > > @bankofamerica.c <bab...@li...>,
> >
> > David
> >
> > > > > Glick om> <dg...@co...>
> > > > > Subject: RE:
> > > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> > >
> > > Questions.
> > >
> > > > > Please Help AM
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Download the latest version and try again - I suspect your
> >
> > installation
> >
> > > > is
> > > >
> > > > > broken.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Qin Ding [mailto:qd...@cs...]
> > > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > > To: McDonald, Bruce
> > > > > Cc: Babeldoc Developer List; David Glick
> > > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please
> > >
> > > Help
> > >
> > > > > Bruce:
> > > > >
> > > > > This is the test-pipeline.properties:
> > > > >
> > > > > entryStage=initialize
> > > > >
> > > > > initialize.stageType=Scripting
> > > > > initialize.nextStage=null
> > > > > initialize.failOnError=true
> > > > > initialize.language=javascript
> > > > > initialize.script=\
> > > > > java.io.File file = new java.io.File(document.get("file_name"));
>
> \
>
> > > > > TestManager.validate(file);
--
David Glick
619-475-4052
dg...@co...
|
|
From: Qin D. <qd...@cs...> - 2003-09-30 21:34:55
|
David:
Here it is:
test-pipeline.type=simple
test-pipeline.configFile=test/test-pipeline
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
David Glick
<dglick To: Qin Ding/ASD/CSC@CSC
@cox.net> cc: Babeldoc Developer List
<bab...@li...>, "McDonald,
09/30/03 04:34 Bruce" <Bru...@ba...>
PM Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user]
Questions. Please Help
Okay, if you can now run the documentation pipeline, either we're getting
somewhere, or else you have a bunch of problems that we need to fix, one at
a
time. Let's get rolling...
Is this still your configuration:
--- setenv.bat ---
set BABELDOC_HOME=c:\babeldoc
set BABELDOC_USER=c:\qin\config
set JAVA_HOME=D:\j2sdk1.4.1_03
set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
--- test-pipeline.properties ---
entryStage=initialize
initialize.stageType=Scripting
initialize.nextStage=null
initialize.failOnError=true
initialize.language=javascript
initialize.script=\
java.io.File file = new java.io.File(document.get("file_name"));\
TestManager.validate(file);
If so, then please also post c:\qin\config\pipeline\config.properties.
David
On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > set BABELDOC_USER=c:\qin\config
> > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > >
> > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > >
> > > > Please see the attached the qin.zip file.(See attached file:
qin.zip)
> > > >
> > > > This is a PRIVATE message. If you are not the intended recipient,
> >
> > please
> >
> > > > delete without copying and kindly advise us by e-mail of the
mistake
>
> in
>
> > > > delivery. NOTE: Regardless of content, this e-mail shall not
operate
>
> to
>
> > > > bind CSC to any order or other contract unless pursuant to explicit
> > >
> > > written
> > >
> > > > agreement or government initiative expressly permitting the use of
> >
> > e-mail
> >
> > > > for such purpose.
>
>
---------------------------------------------------------------------------
>
> > > >-------------
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > "McDonald,
> > > > Bruce" To: Qin
> > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc
Developer
> > >
> > > List
> > >
> > > > @bankofamerica.c <bab...@li...>,
>
> David
>
> > > > Glick om> <dg...@co...>
> > > > Subject: RE:
> > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> >
> > Questions.
> >
> > > > Please Help AM
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Download the latest version and try again - I suspect your
>
> installation
>
> > > is
> > >
> > > > broken.
> > > >
> > > > -----Original Message-----
> > > > From: Qin Ding [mailto:qd...@cs...]
> > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > To: McDonald, Bruce
> > > > Cc: Babeldoc Developer List; David Glick
> > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please
> >
> > Help
> >
> > > > Bruce:
> > > >
> > > > This is the test-pipeline.properties:
> > > >
> > > > entryStage=initialize
> > > >
> > > > initialize.stageType=Scripting
> > > > initialize.nextStage=null
> > > > initialize.failOnError=true
> > > > initialize.language=javascript
> > > > initialize.script=\
> > > > java.io.File file = new java.io.File(document.get("file_name"));
\
> > > > TestManager.validate(file);
--
David Glick
619-475-4052
dg...@co...
|
|
From: David G. <dg...@co...> - 2003-09-30 21:30:36
|
Okay, if you can now run the documentation pipeline, either we're getting
somewhere, or else you have a bunch of problems that we need to fix, one at a
time. Let's get rolling...
Is this still your configuration:
--- setenv.bat ---
set BABELDOC_HOME=c:\babeldoc
set BABELDOC_USER=c:\qin\config
set JAVA_HOME=D:\j2sdk1.4.1_03
set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
--- test-pipeline.properties ---
entryStage=initialize
initialize.stageType=Scripting
initialize.nextStage=null
initialize.failOnError=true
initialize.language=javascript
initialize.script=\
java.io.File file = new java.io.File(document.get("file_name"));\
TestManager.validate(file);
If so, then please also post c:\qin\config\pipeline\config.properties.
David
On Tuesday 30 September 2003 2:14 pm, Qin Ding wrote:
> > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > > set BABELDOC_USER=c:\qin\config
> > > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > > >
> > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > > >
> > > > Please see the attached the qin.zip file.(See attached file: qin.zip)
> > > >
> > > > This is a PRIVATE message. If you are not the intended recipient,
> >
> > please
> >
> > > > delete without copying and kindly advise us by e-mail of the mistake
>
> in
>
> > > > delivery. NOTE: Regardless of content, this e-mail shall not operate
>
> to
>
> > > > bind CSC to any order or other contract unless pursuant to explicit
> > >
> > > written
> > >
> > > > agreement or government initiative expressly permitting the use of
> >
> > e-mail
> >
> > > > for such purpose.
>
> ---------------------------------------------------------------------------
>
> > > >-------------
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > "McDonald,
> > > > Bruce" To: Qin
> > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc Developer
> > >
> > > List
> > >
> > > > @bankofamerica.c <bab...@li...>,
>
> David
>
> > > > Glick om> <dg...@co...>
> > > > Subject: RE:
> > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
> >
> > Questions.
> >
> > > > Please Help AM
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Download the latest version and try again - I suspect your
>
> installation
>
> > > is
> > >
> > > > broken.
> > > >
> > > > -----Original Message-----
> > > > From: Qin Ding [mailto:qd...@cs...]
> > > > Sent: Friday, September 26, 2003 1:10 PM
> > > > To: McDonald, Bruce
> > > > Cc: Babeldoc Developer List; David Glick
> > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please
> >
> > Help
> >
> > > > Bruce:
> > > >
> > > > This is the test-pipeline.properties:
> > > >
> > > > entryStage=initialize
> > > >
> > > > initialize.stageType=Scripting
> > > > initialize.nextStage=null
> > > > initialize.failOnError=true
> > > > initialize.language=javascript
> > > > initialize.script=\
> > > > java.io.File file = new java.io.File(document.get("file_name"));\
> > > > TestManager.validate(file);
--
David Glick
619-475-4052
dg...@co...
|
|
From: Qin D. <qd...@cs...> - 2003-09-30 21:16:57
|
David: Please see my comments bellow:
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
David Glick
<dglick To: "Qin Ding" <qd...@cs...>
@cox.net> cc: Babeldoc Developer List
<bab...@li...>, "McDonald,
09/30/03 03:32 Bruce" <Bru...@ba...>
PM Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user]
Questions. Please Help
Hi Qin,
If document generation doesn't work, you have SERIOUS problems... :-)
A couple of other things to try:
1. Run this: babeldoc process -p test -f test/quickstart/stats.xml. This
will
run the test pipeline included with Babeldoc.
Result:
C:\babeldoc-bin-1.2.0-RC1\bin>babeldoc process -p test -f
test/quickstart/stats.
xml
<2003-09-30 15:40:14,191> INFO [main] : PipelineStage name: entry
<2003-09-30 15:40:14,381> INFO [main] : PipelineStage name: transform
<2003-09-30 15:40:15,302> INFO [main] : PipelineStage name: choose
<2003-09-30 15:40:15,342> INFO [main] : PipelineStage name: writer
After I moved bin and lib folder to c:\babeldoc:
C:\babeldoc\bin>babeldoc process -p test -f test/quickstart/stats.xml
<2003-09-30 15:59:57,001> INFO [main] : PipelineStage name: entry
<2003-09-30 15:59:57,152> INFO [main] : PipelineStage name: transform
<2003-09-30 15:59:58,063> INFO [main] : PipelineStage name: choose
<2003-09-30 15:59:58,103> INFO [main] : PipelineStage name: writer
2. When Babeldoc executes, it prints out the current version. Please
verify
that it is the version you think it is.
I did not see the version line. Above is everything I got from the console.
3. Do you have access to another machine that you can try to load Babeldoc
onto? Your problems may be related to the configuration of your specific
environment.
I don't have another one at work. But I can try tonight at home. I have a
XP machine.
4. Try moving Babeldoc from c:\babeldoc-bin-1.2.0-RC1 to c:\babeldoc to see
if
name-mangling is rearing its ugly head.
After I did,
5. I'm running with Java v1.4.1_01. I see you have v1.4.1_03. Do you have
an
earlier JVM to test against (I know, I'm grasping here... :-)).
Sorry, I don't have the old jvm.
6. Do you have anything set in your default CLASSPATH? If so, try emptying
it
first.
classpath env is empty now. babeldoc_home points to c:\babeldoc now. Re-ran
the dummy and got the same error:
C:\babeldoc\bin>babeldoc process -p test-pipeline -f c:\qin\dummy.txt
<2003-09-30 16:07:01,892> ERROR [main] : [PipelineFeeder.process]
com.babeldoc.core.pipeline.PipelineException: PipelineStage: entryStage not
found
at
com.babeldoc.core.pipeline.PipelineStageFactory.getEntryStageName(Unknown
Source)
at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown Source)
at com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown
Source)
at
com.babeldoc.core.pipeline.feeder.SynchronousFeeder.process(Unknown Source)
at com.babeldoc.core.pipeline.feeder.FeederFactory.process(Unknown
Source)
at com.babeldoc.core.pipeline.command.PipelineFeeder.process(Unknown
Source)
at com.babeldoc.core.pipeline.command.PipelineFeeder.execute(Unknown
Source)
at com.babeldoc.core.BabeldocCommand.executeCommand(Unknown Source)
at com.babeldoc.core.BabeldocCommand.<init>(Unknown Source)
at com.babeldoc.core.pipeline.command.PipelineFeeder.<init>(Unknown
Source)
at com.babeldoc.core.pipeline.command.PipelineFeeder.main(Unknown
Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.babeldoc.core.Main.handleCommand(Unknown Source)
at com.babeldoc.core.Main.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.babeldoc.init.Main.runBabeldocMain(Unknown Source)
at com.babeldoc.init.Main.main(Unknown Source)
But I can ran the documentation without a problem now:
<2003-09-30 16:10:54,817> INFO [main] : PipelineStage name: attrdefault
<2003-09-30 16:10:55,288> INFO [main] : PipelineStage name: callstages
<2003-09-30 16:10:55,298> INFO [main] : PipelineStage name: stagexml
<2003-09-30 16:10:55,869> INFO [main] : PipelineStage name: stagexform
<2003-09-30 16:10:56,980> INFO [main] : PipelineStage name: stagewriter
<2003-09-30 16:10:57,021> INFO [main] : PipelineStage name: callscanners
<2003-09-30 16:10:57,021> INFO [main] : PipelineStage name: scannerxml
<2003-09-30 16:10:57,191> INFO [main] : PipelineStage name:
scannertransform
<2003-09-30 16:10:57,401> INFO [main] : PipelineStage name: scannerwriter
<2003-09-30 16:10:57,421> INFO [main] : PipelineStage name:
callprocessors
<2003-09-30 16:10:57,431> INFO [main] : PipelineStage name: processorxml
<2003-09-30 16:10:57,571> INFO [main] : PipelineStage name:
processortransform
<2003-09-30 16:10:57,651> INFO [main] : PipelineStage name:
processorwriter
<2003-09-30 16:10:57,671> INFO [main] : PipelineStage name: loaduserguide
<2003-09-30 16:10:57,722> INFO [main] : PipelineStage name:
callgenerateug
<2003-09-30 16:10:57,732> INFO [main] : PipelineStage name: basename
<2003-09-30 16:10:57,752> INFO [main] : PipelineStage name: templatize
<2003-09-30 16:10:57,802> INFO [main] : PipelineStage name: choose
<2003-09-30 16:10:57,832> INFO [main] : PipelineStage name: transform
<2003-09-30 16:11:17,971> INFO [main] : PipelineStage name: writer
<2003-09-30 16:11:18,021> INFO [main] : PipelineStage name: loaddevguide
<2003-09-30 16:11:18,031> INFO [main] : PipelineStage name:
callgeneratedg
<2003-09-30 16:11:18,031> INFO [main] : PipelineStage name: basename
<2003-09-30 16:11:18,051> INFO [main] : PipelineStage name: templatize
<2003-09-30 16:11:18,061> INFO [main] : PipelineStage name: choose
<2003-09-30 16:11:18,071> INFO [main] : PipelineStage name: transform
<2003-09-30 16:11:19,943> INFO [main] : PipelineStage name: writer
If none of the above works, we'll try something else...
David
On Tuesday 30 September 2003 1:01 pm, Qin Ding wrote:
> David: here is the error I got when I ran the command you requested:
>
> <2003-09-30 15:00:22,762> INFO [main] : PipelineStage name: attrdefault
> <2003-09-30 15:00:23,223> INFO [main] : PipelineStage name: callstages
> <2003-09-30 15:00:23,233> INFO [main] : PipelineStage name: stagexml
> <2003-09-30 15:00:23,803> INFO [main] : PipelineStage name: stagexform
> <2003-09-30 15:00:24,895> INFO [main] : PipelineStage name: stagewriter
> <2003-09-30 15:00:24,935> INFO [main] : PipelineStage name:
callscanners
> <2003-09-30 15:00:24,935> INFO [main] : PipelineStage name: scannerxml
> <2003-09-30 15:00:25,105> INFO [main] : PipelineStage name:
> scannertransform
> <2003-09-30 15:00:25,316> INFO [main] : PipelineStage name:
scannerwriter
> <2003-09-30 15:00:25,336> INFO [main] : PipelineStage name:
> callprocessors
> <2003-09-30 15:00:25,336> INFO [main] : PipelineStage name:
processorxml
> <2003-09-30 15:00:25,486> INFO [main] : PipelineStage name:
> processortransform
> <2003-09-30 15:00:25,566> INFO [main] : PipelineStage name:
> processorwriter
> <2003-09-30 15:00:25,596> INFO [main] : PipelineStage name:
loaduserguide
> <2003-09-30 15:00:25,656> INFO [main] : PipelineStage name:
> callgenerateug
> <2003-09-30 15:00:25,656> INFO [main] : PipelineStage name: basename
> <2003-09-30 15:00:25,686> INFO [main] : PipelineStage name: templatize
> <2003-09-30 15:00:25,746> INFO [main] : PipelineStage name: choose
> <2003-09-30 15:00:25,776> INFO [main] : PipelineStage name: transform
> <2003-09-30 15:00:31,134> ERROR [main] :
> [DefaultPipelineStageErrorHandler.handlePipelineStageError] PipelineStage
> name: transform Error: com.babeldoc.core.pipeline.PipelineException:
> [XslTransformPipelineStage.process]
> <2003-09-30 15:00:31,144> ERROR [main] :
> [DefaultPipelineStageErrorHandler.handlePipelineStageError] PipelineStage
> name: callgenerateug Error: com.babeldoc.core.pipeline.PipelineException:
> [XslTransformPipelineStage.process]
> <2003-09-30 15:00:31,144> ERROR [main] : [PipelineFeeder.process]
> com.babeldoc.core.pipeline.PipelineException:
> [XslTransformPipelineStage.process]
> at
>
com.babeldoc.core.pipeline.stage.XslTransformPipelineStage.process(Unknown
> Source)
> at com.babeldoc.core.pipeline.PipelineStage.processStage(Unknown
> Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStage(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk
>nown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResult(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResults(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStage(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk
>nown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResult(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResults(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStage(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk
>nown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResult(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResults(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStage(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk
>nown Source)
> at com.babeldoc.core.pipeline.PipelineStageFactory.process(Unknown
> Source)
> at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown
Source)
> at
com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown
> Source)
> at
> com.babeldoc.core.pipeline.stage.CallStagePipelineStage.process(Unknown
> Source)
> at com.babeldoc.core.pipeline.PipelineStage.processStage(Unknown
> Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStage(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk
>nown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResult(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResults(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStage(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk
>nown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResult(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResults(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStage(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk
>nown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResult(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResults(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStage(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk
>nown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResult(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResults(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStage(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk
>nown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResult(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStageResults(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe
>lineStage(Unknown Source)
> at
>
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk
>nown Source)
> at com.babeldoc.core.pipeline.PipelineStageFactory.process(Unknown
> Source)
> at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown
Source)
> at
com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown
> Source)
> at
> com.babeldoc.core.pipeline.feeder.SynchronousFeeder.process(Unknown
Source)
> at com.babeldoc.core.pipeline.feeder.FeederFactory.process(Unknown
> Source)
> at
com.babeldoc.core.pipeline.command.PipelineFeeder.process(Unknown
> Source)
> at
com.babeldoc.core.pipeline.command.PipelineFeeder.execute(Unknown
> Source)
> at com.babeldoc.core.BabeldocCommand.executeCommand(Unknown Source)
> at com.babeldoc.core.BabeldocCommand.<init>(Unknown Source)
> at com.babeldoc.core.pipeline.command.PipelineFeeder.<init>(Unknown
> Source)
> at com.babeldoc.core.pipeline.command.PipelineFeeder.main(Unknown
> Source)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3
>9) at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
>l.java:25) at java.lang.reflect.Method.invoke(Method.java:324)
> at com.babeldoc.core.Main.handleCommand(Unknown Source)
> at com.babeldoc.core.Main.main(Unknown Source)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3
>9) at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
>l.java:25) at java.lang.reflect.Method.invoke(Method.java:324)
> at com.babeldoc.init.Main.runBabeldocMain(Unknown Source)
> at com.babeldoc.init.Main.main(Unknown Source)
> Caused by: javax.xml.transform.TransformerException:
> java.io.FileNotFoundException: C:
> \babeldoc-bin-1.2.0-RC1\readme\readme\userguide\processors.xml (The
system
> cannot find the path specified)
> at
>
org.apache.xalan.transformer.TransformerImpl.fatalError(TransformerImpl.jav
>a:744) at
>
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java
>:718) at
>
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java
>:1179) at
>
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java
>:1157) at
>
com.babeldoc.core.pipeline.stage.XslTransformPipelineStage.transformInputSt
>ream(Unknown Source)
> at
>
com.babeldoc.core.pipeline.stage.XslTransformPipelineStage.transformDocumen
>t(Unknown Source)
> ... 66 more
> Caused by: java.io.FileNotFoundException: C:
> \babeldoc-bin-1.2.0-RC1\readme\readme\userguide\processors.xml (The
system
> cannot find the path specified)
> at java.io.FileInputStream.open(Native Method)
> at java.io.FileInputStream.<init>(FileInputStream.java:103)
> at java.io.FileInputStream.<init>(FileInputStream.java:66)
> at
>
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:
>69) at
>
sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnectio
>n.java:156) at java.net.URL.openStream(URL.java:960)
> at
org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown
> Source)
> at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown
> Source)
> at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown
> Source)
> at
>
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityReference(U
>nknown Source)
> at
>
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispat
>cher.dispatch(Unknown Source)
> at
>
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
> Source)
> at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
> at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
> at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
> at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
> at
>
org.apache.xml.dtm.ref.DTMManagerDefault.getDTM(DTMManagerDefault.java:478)
> at
>
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java
>:661) ... 70 more
>
>
>
---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> David Glick
> <dglick To: Qin
> Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer
List
> <bab...@li...>, "McDonald, 09/30/03 02:52
> Bruce" <Bru...@ba...> PM
Subject:
> Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
>
>
> This is an odd one, that's for sure. The first thing I would suggest
> trying
> is the default documentation pipeline. CD to your Babeldoc directory and
> try
> this:
>
> build\bin\babeldoc process -p documentation -f readme\userguide.xml -a
> "style=html"
>
> It's right out of the quickstart-en.txt file in the Babeldoc directory,
so
> you
> may want to refer to it if you have any problems. Let us know if you can
> create the documentation.
>
>
> Thanks,
>
> David
>
> On Tuesday 30 September 2003 12:37 pm, Qin Ding wrote:
> > David:
> >
> > c:\qin is the template that Bruce gave to me. I actually ran both
places
>
> to
>
> > see if there was any differences. Of course each time when I switch
>
> between
>
> > these two directories, I first changed the BABELDOC_USER to point to
the
> > one I was running under.
> >
> > Alas, there is no difference in the results when running cmd and
command.
> > No difference in c:\babeltest or c:\qin. Seems to me that babeldoc can
>
> see
>
> > the dummy file and can see the test-pipeline, but in the
> > test-pipeline.properties, somehow it could not recognize the
entryStage.
> > Is there a way I can debug through the code to figure out where it
fails.
> > How can I set it up to do the debugging? Thanks.
> >
> > qin
>
>
---------------------------------------------------------------------------
>
> >-------------
> >
> > This is a PRIVATE message. If you are not the intended recipient,
please
> > delete without copying and kindly advise us by e-mail of the mistake in
> > delivery. NOTE: Regardless of content, this e-mail shall not operate to
> > bind CSC to any order or other contract unless pursuant to explicit
>
> written
>
> > agreement or government initiative expressly permitting the use of
e-mail
> > for such purpose.
>
>
---------------------------------------------------------------------------
>
> >-------------
> >
> >
> >
> >
> >
> > David Glick
> > <dglick To: Qin
> > Ding/ASD/CSC@CSC, "McDonald, Bruce" @cox.net>
> > <Bru...@ba...> cc: Babeldoc Developer List
> > 09/30/03 02:09 <bab...@li...> PM
> >
> > Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user]
Questions.
> > Please Help
> >
> >
> >
> >
> >
> > Hi Qin,
> >
> > Your dump below shows you starting in the c:\babeldoc-bin-1.2.0-RC1\bin
> > directory. For the template that I sent you, you need to start from
the
> > c:\qin directory (assuming that's where you installed the zip file I
>
> sent).
>
> > Also, I think you mentioned that you run on Windows NT. You may want
to
> > try
> > changing the long pathnames to mangled paths to see if that makes any
> > difference. I haven't run NT in years, but I thought that NT provided
>
> two
>
> > command shells: command.com and cmd.exe. As I recall, cmd.exe allows
>
> long
>
> > path names and command.com prefers mangled names. Just a thought...
> >
> >
> > David
> >
> > On Tuesday 30 September 2003 8:44 am, Qin Ding wrote:
> > > Bruce and David:
> > >
> > > I downloaded the latest the version (babeldoc-bin-1.2.0-RC1) and
>
> modified
>
> > > the env BABELDOC_HOME to point to c:\babeldoc-bin-1.2.0-RC1. Started
a
> >
> > new
> >
> > > command shell and re-ran the test:
> > > C:\babeldoc-bin-1.2.0-RC1\bin>babeldoc process -p test-pipeline -f c:
> > > \qin\dummy.txt
> > >
> > > I got the same error:
> > > <2003-09-30 10:35:19,670> ERROR [main] : [PipelineFeeder.process]
> > > com.babeldoc.core.pipeline.PipelineException: PipelineStage:
entryStage
> >
> > not
> >
> > > found
> > > at
>
> com.babeldoc.core.pipeline.PipelineStageFactory.getEntryStageName(Unknown
>
> > > Source)
> > > at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown
> >
> > Source)
> >
> > > at
> >
> > com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown
> >
> > > Source)
> > > at
> > > com.babeldoc.core.pipeline.feeder.SynchronousFeeder.process(Unknown
> >
> > Source)
> >
> > > at
>
> com.babeldoc.core.pipeline.feeder.FeederFactory.process(Unknown
>
> > > Source)
> > > at
> >
> > com.babeldoc.core.pipeline.command.PipelineFeeder.process(Unknown
> >
> > > Source)
> > > at
> >
> > com.babeldoc.core.pipeline.command.PipelineFeeder.execute(Unknown
> >
> > > Source)
> > > at com.babeldoc.core.BabeldocCommand.executeCommand(Unknown
>
> Source)
>
> > > at com.babeldoc.core.BabeldocCommand.<init>(Unknown Source)
> > > at
>
> com.babeldoc.core.pipeline.command.PipelineFeeder.<init>(Unknown
>
> > > Source)
> > > at
com.babeldoc.core.pipeline.command.PipelineFeeder.main(Unknown
> > > Source)
> > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > at
>
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3
>
> > >9) at
>
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
>
> > >l.java:25) at java.lang.reflect.Method.invoke(Method.java:324)
> > > at com.babeldoc.core.Main.handleCommand(Unknown Source)
> > > at com.babeldoc.core.Main.main(Unknown Source)
> > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > at
>
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3
>
> > >9) at
>
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
>
> > >l.java:25) at java.lang.reflect.Method.invoke(Method.java:324)
> > > at com.babeldoc.init.Main.runBabeldocMain(Unknown Source)
> > > at com.babeldoc.init.Main.main(Unknown Source)
> > >
> > >
> > > Here is the modified setenv.bat file:
> > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > > set BABELDOC_USER=c:\qin\config
> > > set JAVA_HOME=D:\j2sdk1.4.1_03
> > >
> > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> > >
> > > Please see the attached the qin.zip file.(See attached file: qin.zip)
> > >
> > > This is a PRIVATE message. If you are not the intended recipient,
>
> please
>
> > > delete without copying and kindly advise us by e-mail of the mistake
in
> > > delivery. NOTE: Regardless of content, this e-mail shall not operate
to
> > > bind CSC to any order or other contract unless pursuant to explicit
> >
> > written
> >
> > > agreement or government initiative expressly permitting the use of
>
> e-mail
>
> > > for such purpose.
>
>
---------------------------------------------------------------------------
>
> > >-------------
> > >
> > >
> > >
> > >
> > >
> > > "McDonald,
> > > Bruce" To: Qin
> > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc Developer
> >
> > List
> >
> > > @bankofamerica.c <bab...@li...>,
David
> > > Glick om> <dg...@co...>
> > > Subject: RE:
> > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
>
> Questions.
>
> > > Please Help AM
> > >
> > >
> > >
> > >
> > >
> > >
> > > Download the latest version and try again - I suspect your
installation
> >
> > is
> >
> > > broken.
> > >
> > > -----Original Message-----
> > > From: Qin Ding [mailto:qd...@cs...]
> > > Sent: Friday, September 26, 2003 1:10 PM
> > > To: McDonald, Bruce
> > > Cc: Babeldoc Developer List; David Glick
> > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please
>
> Help
>
> > > Bruce:
> > >
> > > This is the test-pipeline.properties:
> > >
> > > entryStage=initialize
> > >
> > > initialize.stageType=Scripting
> > > initialize.nextStage=null
> > > initialize.failOnError=true
> > > initialize.language=javascript
> > > initialize.script=\
> > > java.io.File file = new java.io.File(document.get("file_name"));\
> > > TestManager.validate(file);
> > >
> > >
> > > Here is the error:
> > >
> > > <2003-09-26 11:05:11,960> INFO [Thread-1] : Processing document...
> > > <2003-09-26 11:05:11,960> ERROR [Thread-1] :
>
> [AsynchronousFeeder$1.run]
>
> > > com.babeldoc.core.pipeline.PipelineException: PipelineStage:
entryStage
> >
> > not
> >
> > > foun
> > > d
> > > at
> > > com.babeldoc.core.pipeline.PipelineStageFactory.getEntryStageName(Unk
> > > nown Source)
> > > at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown
> > > Source)
> > > at
> > > com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown Sou
> > > rce)
> > > at
> > > com.babeldoc.core.pipeline.feeder.SynchronousFeeder.process(Unknown S
> > > ource)
> > > at
> > > com.babeldoc.core.pipeline.feeder.AsynchronousFeeder.actuallyProcess(
> > > Unknown Source)
> > > at
> > > com.babeldoc.core.pipeline.feeder.AsynchronousFeeder$1.run(Unknown So
> > > urce)
> > > at
> > > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown So
> > > urce)
> > > at java.lang.Thread.run(Thread.java:536)
> > >
> > >
> > > Qin
>
>
---------------------------------------------------------------------------
>
> > >-------------
> > >
> > >
> > > This is a PRIVATE message. If you are not the intended recipient,
>
> please
>
> > > delete without copying and kindly advise us by e-mail of the mistake
in
> > > delivery. NOTE: Regardless of content, this e-mail shall not operate
to
> > > bind CSC to any order or other contract unless pursuant to explicit
> >
> > written
> >
> > > agreement or government initiative expressly permitting the use of
>
> e-mail
>
> > > for such purpose.
>
>
---------------------------------------------------------------------------
>
> > >-------------
> > >
> > >
> > >
> > >
> > >
> > >
> > > "McDonald,
> > >
> > > Bruce" To: Qin Ding
> > > <qd...@cs...>, David Glick
> > > <Bruce.McDonald <dg...@co...>
> > >
> > > @bankofamerica.c cc: Babeldoc
> >
> > Developer
> >
> > > List
> > > om>
> > > <bab...@li...>
> > > Subject: RE:
> > > [Babeldoc-devel] Re: [Babeldoc-user]
> > > 09/26/03 11:39 Questions. Please Help
> > >
> > > AM
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Huh?!??!
> > >
> > > I dont understand the issue here.
> > >
> > > Somewhere in your pipeline definition file, place the line:
> > >
> > > entryStage=<<some pipeline stage name>>
> > >
> > > Where the entryStage is pointing to the first pipeline stage in your
> > > pipeline.
> > >
> > > regards,
> > > Bruce.
> > >
> > >
> > > -----Original Message-----
> > > From: Qin Ding [mailto:qd...@cs...]
> > > Sent: Friday, September 26, 2003 12:14 PM
> > > To: David Glick
> > > Cc: Babeldoc Developer List
> > > Subject: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
> > >
> > >
> > >
> > > David:
> > >
> > > I don't have the Unix-to-Windows converter program; but I retyped the
> >
> > file
> >
> > > into wordpad and saved as text document. However, it is no possitive
> > > effect. It still gives the same error, that is, entryStage not
found.
> >
> > I
> >
> > > then copied the first line from src
> > > example/scripting/pipeline/scannerxml.properties. Again, no use. The
>
> same
>
> > > error occured no matter what I did. Seems like the application could
>
> not
>
> > > recognize the "entryStage". By the way, I am using version
> >
> > bin-1.1.9-dev.
> >
> > > Any idea?
> > >
> > > Qin
>
>
---------------------------------------------------------------------------
>
> > >-------------
> > >
> > >
> > >
> > > This is a PRIVATE message. If you are not the intended recipient,
>
> please
>
> > > delete without copying and kindly advise us by e-mail of the mistake
in
> > > delivery. NOTE: Regardless of content, this e-mail shall not operate
to
> > > bind CSC to any order or other contract unless pursuant to explicit
> >
> > written
> >
> > > agreement or government initiative expressly permitting the use of
>
> e-mail
>
> > > for such purpose.
>
>
---------------------------------------------------------------------------
>
> > >-------------
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > -------------------------------------------------------
> > > This sf.net email is sponsored by:ThinkGeek
> > > Welcome to geek heaven.
> > > http://thinkgeek.com/sf
> > > _______________________________________________
> > > Babeldoc-devel mailing list
> > > Bab...@li...
> > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > -------------------------------------------------------
> > > This sf.net email is sponsored by:ThinkGeek
> > > Welcome to geek heaven.
> > > http://thinkgeek.com/sf
> > > _______________________________________________
> > > 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-09-30 20:28:24
|
Hi Qin, If document generation doesn't work, you have SERIOUS problems... :-) A couple of other things to try: 1. Run this: babeldoc process -p test -f test/quickstart/stats.xml. This will run the test pipeline included with Babeldoc. 2. When Babeldoc executes, it prints out the current version. Please verify that it is the version you think it is. 3. Do you have access to another machine that you can try to load Babeldoc onto? Your problems may be related to the configuration of your specific environment. 4. Try moving Babeldoc from c:\babeldoc-bin-1.2.0-RC1 to c:\babeldoc to see if name-mangling is rearing its ugly head. 5. I'm running with Java v1.4.1_01. I see you have v1.4.1_03. Do you have an earlier JVM to test against (I know, I'm grasping here... :-)). 6. Do you have anything set in your default CLASSPATH? If so, try emptying it first. If none of the above works, we'll try something else... David On Tuesday 30 September 2003 1:01 pm, Qin Ding wrote: > David: here is the error I got when I ran the command you requested: > > <2003-09-30 15:00:22,762> INFO [main] : PipelineStage name: attrdefault > <2003-09-30 15:00:23,223> INFO [main] : PipelineStage name: callstages > <2003-09-30 15:00:23,233> INFO [main] : PipelineStage name: stagexml > <2003-09-30 15:00:23,803> INFO [main] : PipelineStage name: stagexform > <2003-09-30 15:00:24,895> INFO [main] : PipelineStage name: stagewriter > <2003-09-30 15:00:24,935> INFO [main] : PipelineStage name: callscanners > <2003-09-30 15:00:24,935> INFO [main] : PipelineStage name: scannerxml > <2003-09-30 15:00:25,105> INFO [main] : PipelineStage name: > scannertransform > <2003-09-30 15:00:25,316> INFO [main] : PipelineStage name: scannerwriter > <2003-09-30 15:00:25,336> INFO [main] : PipelineStage name: > callprocessors > <2003-09-30 15:00:25,336> INFO [main] : PipelineStage name: processorxml > <2003-09-30 15:00:25,486> INFO [main] : PipelineStage name: > processortransform > <2003-09-30 15:00:25,566> INFO [main] : PipelineStage name: > processorwriter > <2003-09-30 15:00:25,596> INFO [main] : PipelineStage name: loaduserguide > <2003-09-30 15:00:25,656> INFO [main] : PipelineStage name: > callgenerateug > <2003-09-30 15:00:25,656> INFO [main] : PipelineStage name: basename > <2003-09-30 15:00:25,686> INFO [main] : PipelineStage name: templatize > <2003-09-30 15:00:25,746> INFO [main] : PipelineStage name: choose > <2003-09-30 15:00:25,776> INFO [main] : PipelineStage name: transform > <2003-09-30 15:00:31,134> ERROR [main] : > [DefaultPipelineStageErrorHandler.handlePipelineStageError] PipelineStage > name: transform Error: com.babeldoc.core.pipeline.PipelineException: > [XslTransformPipelineStage.process] > <2003-09-30 15:00:31,144> ERROR [main] : > [DefaultPipelineStageErrorHandler.handlePipelineStageError] PipelineStage > name: callgenerateug Error: com.babeldoc.core.pipeline.PipelineException: > [XslTransformPipelineStage.process] > <2003-09-30 15:00:31,144> ERROR [main] : [PipelineFeeder.process] > com.babeldoc.core.pipeline.PipelineException: > [XslTransformPipelineStage.process] > at > com.babeldoc.core.pipeline.stage.XslTransformPipelineStage.process(Unknown > Source) > at com.babeldoc.core.pipeline.PipelineStage.processStage(Unknown > Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStage(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk >nown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResult(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResults(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStage(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk >nown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResult(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResults(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStage(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk >nown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResult(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResults(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStage(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk >nown Source) > at com.babeldoc.core.pipeline.PipelineStageFactory.process(Unknown > Source) > at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown Source) > at com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown > Source) > at > com.babeldoc.core.pipeline.stage.CallStagePipelineStage.process(Unknown > Source) > at com.babeldoc.core.pipeline.PipelineStage.processStage(Unknown > Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStage(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk >nown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResult(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResults(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStage(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk >nown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResult(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResults(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStage(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk >nown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResult(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResults(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStage(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk >nown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResult(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResults(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStage(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk >nown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResult(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStageResults(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipe >lineStage(Unknown Source) > at > com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unk >nown Source) > at com.babeldoc.core.pipeline.PipelineStageFactory.process(Unknown > Source) > at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown Source) > at com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown > Source) > at > com.babeldoc.core.pipeline.feeder.SynchronousFeeder.process(Unknown Source) > at com.babeldoc.core.pipeline.feeder.FeederFactory.process(Unknown > Source) > at com.babeldoc.core.pipeline.command.PipelineFeeder.process(Unknown > Source) > at com.babeldoc.core.pipeline.command.PipelineFeeder.execute(Unknown > Source) > at com.babeldoc.core.BabeldocCommand.executeCommand(Unknown Source) > at com.babeldoc.core.BabeldocCommand.<init>(Unknown Source) > at com.babeldoc.core.pipeline.command.PipelineFeeder.<init>(Unknown > Source) > at com.babeldoc.core.pipeline.command.PipelineFeeder.main(Unknown > Source) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3 >9) at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp >l.java:25) at java.lang.reflect.Method.invoke(Method.java:324) > at com.babeldoc.core.Main.handleCommand(Unknown Source) > at com.babeldoc.core.Main.main(Unknown Source) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3 >9) at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp >l.java:25) at java.lang.reflect.Method.invoke(Method.java:324) > at com.babeldoc.init.Main.runBabeldocMain(Unknown Source) > at com.babeldoc.init.Main.main(Unknown Source) > Caused by: javax.xml.transform.TransformerException: > java.io.FileNotFoundException: C: > \babeldoc-bin-1.2.0-RC1\readme\readme\userguide\processors.xml (The system > cannot find the path specified) > at > org.apache.xalan.transformer.TransformerImpl.fatalError(TransformerImpl.jav >a:744) at > org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java >:718) at > org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java >:1179) at > org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java >:1157) at > com.babeldoc.core.pipeline.stage.XslTransformPipelineStage.transformInputSt >ream(Unknown Source) > at > com.babeldoc.core.pipeline.stage.XslTransformPipelineStage.transformDocumen >t(Unknown Source) > ... 66 more > Caused by: java.io.FileNotFoundException: C: > \babeldoc-bin-1.2.0-RC1\readme\readme\userguide\processors.xml (The system > cannot find the path specified) > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.<init>(FileInputStream.java:103) > at java.io.FileInputStream.<init>(FileInputStream.java:66) > at > sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java: >69) at > sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnectio >n.java:156) at java.net.URL.openStream(URL.java:960) > at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown > Source) > at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown > Source) > at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown > Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityReference(U >nknown Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispat >cher.dispatch(Unknown Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown > Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) > at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) > at > org.apache.xml.dtm.ref.DTMManagerDefault.getDTM(DTMManagerDefault.java:478) > at > org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java >:661) ... 70 more > > > --------------------------------------------------------------------------- >------------- > > This is a PRIVATE message. If you are not the intended recipient, please > delete without copying and kindly advise us by e-mail of the mistake in > delivery. NOTE: Regardless of content, this e-mail shall not operate to > bind CSC to any order or other contract unless pursuant to explicit written > agreement or government initiative expressly permitting the use of e-mail > for such purpose. > --------------------------------------------------------------------------- >------------- > > > > > > David Glick > <dglick To: Qin > Ding/ASD/CSC@CSC @cox.net> cc: Babeldoc Developer List > <bab...@li...>, "McDonald, 09/30/03 02:52 > Bruce" <Bru...@ba...> PM Subject: > Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help > > > > > > This is an odd one, that's for sure. The first thing I would suggest > trying > is the default documentation pipeline. CD to your Babeldoc directory and > try > this: > > build\bin\babeldoc process -p documentation -f readme\userguide.xml -a > "style=html" > > It's right out of the quickstart-en.txt file in the Babeldoc directory, so > you > may want to refer to it if you have any problems. Let us know if you can > create the documentation. > > > Thanks, > > David > > On Tuesday 30 September 2003 12:37 pm, Qin Ding wrote: > > David: > > > > c:\qin is the template that Bruce gave to me. I actually ran both places > > to > > > see if there was any differences. Of course each time when I switch > > between > > > these two directories, I first changed the BABELDOC_USER to point to the > > one I was running under. > > > > Alas, there is no difference in the results when running cmd and command. > > No difference in c:\babeltest or c:\qin. Seems to me that babeldoc can > > see > > > the dummy file and can see the test-pipeline, but in the > > test-pipeline.properties, somehow it could not recognize the entryStage. > > Is there a way I can debug through the code to figure out where it fails. > > How can I set it up to do the debugging? Thanks. > > > > qin > > --------------------------------------------------------------------------- > > >------------- > > > > This is a PRIVATE message. If you are not the intended recipient, please > > delete without copying and kindly advise us by e-mail of the mistake in > > delivery. NOTE: Regardless of content, this e-mail shall not operate to > > bind CSC to any order or other contract unless pursuant to explicit > > written > > > agreement or government initiative expressly permitting the use of e-mail > > for such purpose. > > --------------------------------------------------------------------------- > > >------------- > > > > > > > > > > > > David Glick > > <dglick To: Qin > > Ding/ASD/CSC@CSC, "McDonald, Bruce" @cox.net> > > <Bru...@ba...> cc: Babeldoc Developer List > > 09/30/03 02:09 <bab...@li...> PM > > > > Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. > > Please Help > > > > > > > > > > > > Hi Qin, > > > > Your dump below shows you starting in the c:\babeldoc-bin-1.2.0-RC1\bin > > directory. For the template that I sent you, you need to start from the > > c:\qin directory (assuming that's where you installed the zip file I > > sent). > > > Also, I think you mentioned that you run on Windows NT. You may want to > > try > > changing the long pathnames to mangled paths to see if that makes any > > difference. I haven't run NT in years, but I thought that NT provided > > two > > > command shells: command.com and cmd.exe. As I recall, cmd.exe allows > > long > > > path names and command.com prefers mangled names. Just a thought... > > > > > > David > > > > On Tuesday 30 September 2003 8:44 am, Qin Ding wrote: > > > Bruce and David: > > > > > > I downloaded the latest the version (babeldoc-bin-1.2.0-RC1) and > > modified > > > > the env BABELDOC_HOME to point to c:\babeldoc-bin-1.2.0-RC1. Started a > > > > new > > > > > command shell and re-ran the test: > > > C:\babeldoc-bin-1.2.0-RC1\bin>babeldoc process -p test-pipeline -f c: > > > \qin\dummy.txt > > > > > > I got the same error: > > > <2003-09-30 10:35:19,670> ERROR [main] : [PipelineFeeder.process] > > > com.babeldoc.core.pipeline.PipelineException: PipelineStage: entryStage > > > > not > > > > > found > > > at > > com.babeldoc.core.pipeline.PipelineStageFactory.getEntryStageName(Unknown > > > > Source) > > > at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown > > > > Source) > > > > > at > > > > com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown > > > > > Source) > > > at > > > com.babeldoc.core.pipeline.feeder.SynchronousFeeder.process(Unknown > > > > Source) > > > > > at > > com.babeldoc.core.pipeline.feeder.FeederFactory.process(Unknown > > > > Source) > > > at > > > > com.babeldoc.core.pipeline.command.PipelineFeeder.process(Unknown > > > > > Source) > > > at > > > > com.babeldoc.core.pipeline.command.PipelineFeeder.execute(Unknown > > > > > Source) > > > at com.babeldoc.core.BabeldocCommand.executeCommand(Unknown > > Source) > > > > at com.babeldoc.core.BabeldocCommand.<init>(Unknown Source) > > > at > > com.babeldoc.core.pipeline.command.PipelineFeeder.<init>(Unknown > > > > Source) > > > at com.babeldoc.core.pipeline.command.PipelineFeeder.main(Unknown > > > Source) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3 > > > >9) at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp > > > >l.java:25) at java.lang.reflect.Method.invoke(Method.java:324) > > > at com.babeldoc.core.Main.handleCommand(Unknown Source) > > > at com.babeldoc.core.Main.main(Unknown Source) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3 > > > >9) at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp > > > >l.java:25) at java.lang.reflect.Method.invoke(Method.java:324) > > > at com.babeldoc.init.Main.runBabeldocMain(Unknown Source) > > > at com.babeldoc.init.Main.main(Unknown Source) > > > > > > > > > Here is the modified setenv.bat file: > > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1 > > > set BABELDOC_USER=c:\qin\config > > > set JAVA_HOME=D:\j2sdk1.4.1_03 > > > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH% > > > > > > Please see the attached the qin.zip file.(See attached file: qin.zip) > > > > > > This is a PRIVATE message. If you are not the intended recipient, > > please > > > > delete without copying and kindly advise us by e-mail of the mistake in > > > delivery. NOTE: Regardless of content, this e-mail shall not operate to > > > bind CSC to any order or other contract unless pursuant to explicit > > > > written > > > > > agreement or government initiative expressly permitting the use of > > e-mail > > > > for such purpose. > > --------------------------------------------------------------------------- > > > >------------- > > > > > > > > > > > > > > > > > > "McDonald, > > > Bruce" To: Qin > > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc Developer > > > > List > > > > > @bankofamerica.c <bab...@li...>, David > > > Glick om> <dg...@co...> > > > Subject: RE: > > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31 > > Questions. > > > > Please Help AM > > > > > > > > > > > > > > > > > > > > > Download the latest version and try again - I suspect your installation > > > > is > > > > > broken. > > > > > > -----Original Message----- > > > From: Qin Ding [mailto:qd...@cs...] > > > Sent: Friday, September 26, 2003 1:10 PM > > > To: McDonald, Bruce > > > Cc: Babeldoc Developer List; David Glick > > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please > > Help > > > > Bruce: > > > > > > This is the test-pipeline.properties: > > > > > > entryStage=initialize > > > > > > initialize.stageType=Scripting > > > initialize.nextStage=null > > > initialize.failOnError=true > > > initialize.language=javascript > > > initialize.script=\ > > > java.io.File file = new java.io.File(document.get("file_name"));\ > > > TestManager.validate(file); > > > > > > > > > Here is the error: > > > > > > <2003-09-26 11:05:11,960> INFO [Thread-1] : Processing document... > > > <2003-09-26 11:05:11,960> ERROR [Thread-1] : > > [AsynchronousFeeder$1.run] > > > > com.babeldoc.core.pipeline.PipelineException: PipelineStage: entryStage > > > > not > > > > > foun > > > d > > > at > > > com.babeldoc.core.pipeline.PipelineStageFactory.getEntryStageName(Unk > > > nown Source) > > > at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown > > > Source) > > > at > > > com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown Sou > > > rce) > > > at > > > com.babeldoc.core.pipeline.feeder.SynchronousFeeder.process(Unknown S > > > ource) > > > at > > > com.babeldoc.core.pipeline.feeder.AsynchronousFeeder.actuallyProcess( > > > Unknown Source) > > > at > > > com.babeldoc.core.pipeline.feeder.AsynchronousFeeder$1.run(Unknown So > > > urce) > > > at > > > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown So > > > urce) > > > at java.lang.Thread.run(Thread.java:536) > > > > > > > > > Qin > > --------------------------------------------------------------------------- > > > >------------- > > > > > > > > > This is a PRIVATE message. If you are not the intended recipient, > > please > > > > delete without copying and kindly advise us by e-mail of the mistake in > > > delivery. NOTE: Regardless of content, this e-mail shall not operate to > > > bind CSC to any order or other contract unless pursuant to explicit > > > > written > > > > > agreement or government initiative expressly permitting the use of > > e-mail > > > > for such purpose. > > --------------------------------------------------------------------------- > > > >------------- > > > > > > > > > > > > > > > > > > > > > "McDonald, > > > > > > Bruce" To: Qin Ding > > > <qd...@cs...>, David Glick > > > <Bruce.McDonald <dg...@co...> > > > > > > @bankofamerica.c cc: Babeldoc > > > > Developer > > > > > List > > > om> > > > <bab...@li...> > > > Subject: RE: > > > [Babeldoc-devel] Re: [Babeldoc-user] > > > 09/26/03 11:39 Questions. Please Help > > > > > > AM > > > > > > > > > > > > > > > > > > > > > > > > Huh?!??! > > > > > > I dont understand the issue here. > > > > > > Somewhere in your pipeline definition file, place the line: > > > > > > entryStage=<<some pipeline stage name>> > > > > > > Where the entryStage is pointing to the first pipeline stage in your > > > pipeline. > > > > > > regards, > > > Bruce. > > > > > > > > > -----Original Message----- > > > From: Qin Ding [mailto:qd...@cs...] > > > Sent: Friday, September 26, 2003 12:14 PM > > > To: David Glick > > > Cc: Babeldoc Developer List > > > Subject: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help > > > > > > > > > > > > David: > > > > > > I don't have the Unix-to-Windows converter program; but I retyped the > > > > file > > > > > into wordpad and saved as text document. However, it is no possitive > > > effect. It still gives the same error, that is, entryStage not found. > > > > I > > > > > then copied the first line from src > > > example/scripting/pipeline/scannerxml.properties. Again, no use. The > > same > > > > error occured no matter what I did. Seems like the application could > > not > > > > recognize the "entryStage". By the way, I am using version > > > > bin-1.1.9-dev. > > > > > Any idea? > > > > > > Qin > > --------------------------------------------------------------------------- > > > >------------- > > > > > > > > > > > > This is a PRIVATE message. If you are not the intended recipient, > > please > > > > delete without copying and kindly advise us by e-mail of the mistake in > > > delivery. NOTE: Regardless of content, this e-mail shall not operate to > > > bind CSC to any order or other contract unless pursuant to explicit > > > > written > > > > > agreement or government initiative expressly permitting the use of > > e-mail > > > > for such purpose. > > --------------------------------------------------------------------------- > > > >------------- > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Babeldoc-devel mailing list > > > Bab...@li... > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Babeldoc-devel mailing list > > > Bab...@li... > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel -- David Glick 619-475-4052 dg...@co... |
|
From: Qin D. <qd...@cs...> - 2003-09-30 20:03:40
|
David: here is the error I got when I ran the command you requested:
<2003-09-30 15:00:22,762> INFO [main] : PipelineStage name: attrdefault
<2003-09-30 15:00:23,223> INFO [main] : PipelineStage name: callstages
<2003-09-30 15:00:23,233> INFO [main] : PipelineStage name: stagexml
<2003-09-30 15:00:23,803> INFO [main] : PipelineStage name: stagexform
<2003-09-30 15:00:24,895> INFO [main] : PipelineStage name: stagewriter
<2003-09-30 15:00:24,935> INFO [main] : PipelineStage name: callscanners
<2003-09-30 15:00:24,935> INFO [main] : PipelineStage name: scannerxml
<2003-09-30 15:00:25,105> INFO [main] : PipelineStage name:
scannertransform
<2003-09-30 15:00:25,316> INFO [main] : PipelineStage name: scannerwriter
<2003-09-30 15:00:25,336> INFO [main] : PipelineStage name:
callprocessors
<2003-09-30 15:00:25,336> INFO [main] : PipelineStage name: processorxml
<2003-09-30 15:00:25,486> INFO [main] : PipelineStage name:
processortransform
<2003-09-30 15:00:25,566> INFO [main] : PipelineStage name:
processorwriter
<2003-09-30 15:00:25,596> INFO [main] : PipelineStage name: loaduserguide
<2003-09-30 15:00:25,656> INFO [main] : PipelineStage name:
callgenerateug
<2003-09-30 15:00:25,656> INFO [main] : PipelineStage name: basename
<2003-09-30 15:00:25,686> INFO [main] : PipelineStage name: templatize
<2003-09-30 15:00:25,746> INFO [main] : PipelineStage name: choose
<2003-09-30 15:00:25,776> INFO [main] : PipelineStage name: transform
<2003-09-30 15:00:31,134> ERROR [main] :
[DefaultPipelineStageErrorHandler.handlePipelineStageError] PipelineStage
name: transform Error: com.babeldoc.core.pipeline.PipelineException:
[XslTransformPipelineStage.process]
<2003-09-30 15:00:31,144> ERROR [main] :
[DefaultPipelineStageErrorHandler.handlePipelineStageError] PipelineStage
name: callgenerateug Error: com.babeldoc.core.pipeline.PipelineException:
[XslTransformPipelineStage.process]
<2003-09-30 15:00:31,144> ERROR [main] : [PipelineFeeder.process]
com.babeldoc.core.pipeline.PipelineException:
[XslTransformPipelineStage.process]
at
com.babeldoc.core.pipeline.stage.XslTransformPipelineStage.process(Unknown
Source)
at com.babeldoc.core.pipeline.PipelineStage.processStage(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStage(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResult(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResults(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStage(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResult(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResults(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStage(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResult(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResults(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStage(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unknown
Source)
at com.babeldoc.core.pipeline.PipelineStageFactory.process(Unknown
Source)
at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown Source)
at com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown
Source)
at
com.babeldoc.core.pipeline.stage.CallStagePipelineStage.process(Unknown
Source)
at com.babeldoc.core.pipeline.PipelineStage.processStage(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStage(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResult(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResults(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStage(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResult(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResults(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStage(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResult(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResults(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStage(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResult(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResults(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStage(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResult(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStageResults(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.processPipelineStage(Unknown
Source)
at
com.babeldoc.core.pipeline.processor.SyncPipelineStageProcessor.process(Unknown
Source)
at com.babeldoc.core.pipeline.PipelineStageFactory.process(Unknown
Source)
at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown Source)
at com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown
Source)
at
com.babeldoc.core.pipeline.feeder.SynchronousFeeder.process(Unknown Source)
at com.babeldoc.core.pipeline.feeder.FeederFactory.process(Unknown
Source)
at com.babeldoc.core.pipeline.command.PipelineFeeder.process(Unknown
Source)
at com.babeldoc.core.pipeline.command.PipelineFeeder.execute(Unknown
Source)
at com.babeldoc.core.BabeldocCommand.executeCommand(Unknown Source)
at com.babeldoc.core.BabeldocCommand.<init>(Unknown Source)
at com.babeldoc.core.pipeline.command.PipelineFeeder.<init>(Unknown
Source)
at com.babeldoc.core.pipeline.command.PipelineFeeder.main(Unknown
Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.babeldoc.core.Main.handleCommand(Unknown Source)
at com.babeldoc.core.Main.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.babeldoc.init.Main.runBabeldocMain(Unknown Source)
at com.babeldoc.init.Main.main(Unknown Source)
Caused by: javax.xml.transform.TransformerException:
java.io.FileNotFoundException: C:
\babeldoc-bin-1.2.0-RC1\readme\readme\userguide\processors.xml (The system
cannot find the path specified)
at
org.apache.xalan.transformer.TransformerImpl.fatalError(TransformerImpl.java:744)
at
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:718)
at
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1179)
at
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1157)
at
com.babeldoc.core.pipeline.stage.XslTransformPipelineStage.transformInputStream(Unknown
Source)
at
com.babeldoc.core.pipeline.stage.XslTransformPipelineStage.transformDocument(Unknown
Source)
... 66 more
Caused by: java.io.FileNotFoundException: C:
\babeldoc-bin-1.2.0-RC1\readme\readme\userguide\processors.xml (The system
cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:103)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:69)
at
sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:156)
at java.net.URL.openStream(URL.java:960)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown
Source)
at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown
Source)
at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityReference(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at
org.apache.xml.dtm.ref.DTMManagerDefault.getDTM(DTMManagerDefault.java:478)
at
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:661)
... 70 more
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
David Glick
<dglick To: Qin Ding/ASD/CSC@CSC
@cox.net> cc: Babeldoc Developer List
<bab...@li...>, "McDonald,
09/30/03 02:52 Bruce" <Bru...@ba...>
PM Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user]
Questions. Please Help
This is an odd one, that's for sure. The first thing I would suggest
trying
is the default documentation pipeline. CD to your Babeldoc directory and
try
this:
build\bin\babeldoc process -p documentation -f readme\userguide.xml -a
"style=html"
It's right out of the quickstart-en.txt file in the Babeldoc directory, so
you
may want to refer to it if you have any problems. Let us know if you can
create the documentation.
Thanks,
David
On Tuesday 30 September 2003 12:37 pm, Qin Ding wrote:
> David:
>
> c:\qin is the template that Bruce gave to me. I actually ran both places
to
> see if there was any differences. Of course each time when I switch
between
> these two directories, I first changed the BABELDOC_USER to point to the
> one I was running under.
>
> Alas, there is no difference in the results when running cmd and command.
> No difference in c:\babeltest or c:\qin. Seems to me that babeldoc can
see
> the dummy file and can see the test-pipeline, but in the
> test-pipeline.properties, somehow it could not recognize the entryStage.
> Is there a way I can debug through the code to figure out where it fails.
> How can I set it up to do the debugging? Thanks.
>
> qin
>
>
>
---------------------------------------------------------------------------
>-------------
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> David Glick
> <dglick To: Qin
> Ding/ASD/CSC@CSC, "McDonald, Bruce" @cox.net>
> <Bru...@ba...> cc: Babeldoc Developer List
> 09/30/03 02:09 <bab...@li...> PM
> Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions.
> Please Help
>
>
>
>
>
> Hi Qin,
>
> Your dump below shows you starting in the c:\babeldoc-bin-1.2.0-RC1\bin
> directory. For the template that I sent you, you need to start from the
> c:\qin directory (assuming that's where you installed the zip file I
sent).
>
> Also, I think you mentioned that you run on Windows NT. You may want to
> try
> changing the long pathnames to mangled paths to see if that makes any
> difference. I haven't run NT in years, but I thought that NT provided
two
> command shells: command.com and cmd.exe. As I recall, cmd.exe allows
long
>
> path names and command.com prefers mangled names. Just a thought...
>
>
> David
>
> On Tuesday 30 September 2003 8:44 am, Qin Ding wrote:
> > Bruce and David:
> >
> > I downloaded the latest the version (babeldoc-bin-1.2.0-RC1) and
modified
> > the env BABELDOC_HOME to point to c:\babeldoc-bin-1.2.0-RC1. Started a
>
> new
>
> > command shell and re-ran the test:
> > C:\babeldoc-bin-1.2.0-RC1\bin>babeldoc process -p test-pipeline -f c:
> > \qin\dummy.txt
> >
> > I got the same error:
> > <2003-09-30 10:35:19,670> ERROR [main] : [PipelineFeeder.process]
> > com.babeldoc.core.pipeline.PipelineException: PipelineStage: entryStage
>
> not
>
> > found
> > at
> >
com.babeldoc.core.pipeline.PipelineStageFactory.getEntryStageName(Unknown
> > Source)
> > at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown
>
> Source)
>
> > at
>
> com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown
>
> > Source)
> > at
> > com.babeldoc.core.pipeline.feeder.SynchronousFeeder.process(Unknown
>
> Source)
>
> > at
com.babeldoc.core.pipeline.feeder.FeederFactory.process(Unknown
> > Source)
> > at
>
> com.babeldoc.core.pipeline.command.PipelineFeeder.process(Unknown
>
> > Source)
> > at
>
> com.babeldoc.core.pipeline.command.PipelineFeeder.execute(Unknown
>
> > Source)
> > at com.babeldoc.core.BabeldocCommand.executeCommand(Unknown
Source)
> > at com.babeldoc.core.BabeldocCommand.<init>(Unknown Source)
> > at
com.babeldoc.core.pipeline.command.PipelineFeeder.<init>(Unknown
> > Source)
> > at com.babeldoc.core.pipeline.command.PipelineFeeder.main(Unknown
> > Source)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
>
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3
>
> >9) at
>
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
>
> >l.java:25) at java.lang.reflect.Method.invoke(Method.java:324)
> > at com.babeldoc.core.Main.handleCommand(Unknown Source)
> > at com.babeldoc.core.Main.main(Unknown Source)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
>
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3
>
> >9) at
>
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
>
> >l.java:25) at java.lang.reflect.Method.invoke(Method.java:324)
> > at com.babeldoc.init.Main.runBabeldocMain(Unknown Source)
> > at com.babeldoc.init.Main.main(Unknown Source)
> >
> >
> > Here is the modified setenv.bat file:
> > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> > set BABELDOC_USER=c:\qin\config
> > set JAVA_HOME=D:\j2sdk1.4.1_03
> >
> > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
> >
> > Please see the attached the qin.zip file.(See attached file: qin.zip)
> >
> > This is a PRIVATE message. If you are not the intended recipient,
please
> > delete without copying and kindly advise us by e-mail of the mistake in
> > delivery. NOTE: Regardless of content, this e-mail shall not operate to
> > bind CSC to any order or other contract unless pursuant to explicit
>
> written
>
> > agreement or government initiative expressly permitting the use of
e-mail
> > for such purpose.
>
>
---------------------------------------------------------------------------
>
> >-------------
> >
> >
> >
> >
> >
> > "McDonald,
> > Bruce" To: Qin
> > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc Developer
>
> List
>
> > @bankofamerica.c <bab...@li...>, David
> > Glick om> <dg...@co...>
> > Subject: RE:
> > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31
Questions.
> > Please Help AM
> >
> >
> >
> >
> >
> >
> > Download the latest version and try again - I suspect your installation
>
> is
>
> > broken.
> >
> > -----Original Message-----
> > From: Qin Ding [mailto:qd...@cs...]
> > Sent: Friday, September 26, 2003 1:10 PM
> > To: McDonald, Bruce
> > Cc: Babeldoc Developer List; David Glick
> > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please
Help
> >
> >
> >
> > Bruce:
> >
> > This is the test-pipeline.properties:
> >
> > entryStage=initialize
> >
> > initialize.stageType=Scripting
> > initialize.nextStage=null
> > initialize.failOnError=true
> > initialize.language=javascript
> > initialize.script=\
> > java.io.File file = new java.io.File(document.get("file_name"));\
> > TestManager.validate(file);
> >
> >
> > Here is the error:
> >
> > <2003-09-26 11:05:11,960> INFO [Thread-1] : Processing document...
> > <2003-09-26 11:05:11,960> ERROR [Thread-1] :
[AsynchronousFeeder$1.run]
> > com.babeldoc.core.pipeline.PipelineException: PipelineStage: entryStage
>
> not
>
> > foun
> > d
> > at
> > com.babeldoc.core.pipeline.PipelineStageFactory.getEntryStageName(Unk
> > nown Source)
> > at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown
> > Source)
> > at
> > com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown Sou
> > rce)
> > at
> > com.babeldoc.core.pipeline.feeder.SynchronousFeeder.process(Unknown S
> > ource)
> > at
> > com.babeldoc.core.pipeline.feeder.AsynchronousFeeder.actuallyProcess(
> > Unknown Source)
> > at
> > com.babeldoc.core.pipeline.feeder.AsynchronousFeeder$1.run(Unknown So
> > urce)
> > at
> > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown So
> > urce)
> > at java.lang.Thread.run(Thread.java:536)
> >
> >
> > Qin
>
>
---------------------------------------------------------------------------
>
> >-------------
> >
> >
> > This is a PRIVATE message. If you are not the intended recipient,
please
> > delete without copying and kindly advise us by e-mail of the mistake in
> > delivery. NOTE: Regardless of content, this e-mail shall not operate to
> > bind CSC to any order or other contract unless pursuant to explicit
>
> written
>
> > agreement or government initiative expressly permitting the use of
e-mail
> > for such purpose.
>
>
---------------------------------------------------------------------------
>
> >-------------
> >
> >
> >
> >
> >
> >
> > "McDonald,
> >
> > Bruce" To: Qin Ding
> > <qd...@cs...>, David Glick
> > <Bruce.McDonald <dg...@co...>
> >
> > @bankofamerica.c cc: Babeldoc
>
> Developer
>
> > List
> > om>
> > <bab...@li...>
> > Subject: RE:
> > [Babeldoc-devel] Re: [Babeldoc-user]
> > 09/26/03 11:39 Questions. Please Help
> >
> > AM
> >
> >
> >
> >
> >
> >
> >
> > Huh?!??!
> >
> > I dont understand the issue here.
> >
> > Somewhere in your pipeline definition file, place the line:
> >
> > entryStage=<<some pipeline stage name>>
> >
> > Where the entryStage is pointing to the first pipeline stage in your
> > pipeline.
> >
> > regards,
> > Bruce.
> >
> >
> > -----Original Message-----
> > From: Qin Ding [mailto:qd...@cs...]
> > Sent: Friday, September 26, 2003 12:14 PM
> > To: David Glick
> > Cc: Babeldoc Developer List
> > Subject: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
> >
> >
> >
> > David:
> >
> > I don't have the Unix-to-Windows converter program; but I retyped the
>
> file
>
> > into wordpad and saved as text document. However, it is no possitive
> > effect. It still gives the same error, that is, entryStage not found.
>
> I
>
> > then copied the first line from src
> > example/scripting/pipeline/scannerxml.properties. Again, no use. The
same
> > error occured no matter what I did. Seems like the application could
not
> > recognize the "entryStage". By the way, I am using version
>
> bin-1.1.9-dev.
>
> > Any idea?
> >
> > Qin
>
>
---------------------------------------------------------------------------
>
> >-------------
> >
> >
> >
> > This is a PRIVATE message. If you are not the intended recipient,
please
> > delete without copying and kindly advise us by e-mail of the mistake in
> > delivery. NOTE: Regardless of content, this e-mail shall not operate to
> > bind CSC to any order or other contract unless pursuant to explicit
>
> written
>
> > agreement or government initiative expressly permitting the use of
e-mail
> > for such purpose.
>
>
---------------------------------------------------------------------------
>
> >-------------
> >
> >
> >
> >
> >
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Babeldoc-devel mailing list
> > Bab...@li...
> > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
> >
> >
> >
> >
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Babeldoc-devel mailing list
> > Bab...@li...
> > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
--
David Glick
Transmit Consulting, Inc
619-475-4052
dg...@tr...
|
|
From: David G. <dg...@co...> - 2003-09-30 19:48:37
|
This is an odd one, that's for sure. The first thing I would suggest trying is the default documentation pipeline. CD to your Babeldoc directory and try this: build\bin\babeldoc process -p documentation -f readme\userguide.xml -a "style=html" It's right out of the quickstart-en.txt file in the Babeldoc directory, so you may want to refer to it if you have any problems. Let us know if you can create the documentation. Thanks, David On Tuesday 30 September 2003 12:37 pm, Qin Ding wrote: > David: > > c:\qin is the template that Bruce gave to me. I actually ran both places to > see if there was any differences. Of course each time when I switch between > these two directories, I first changed the BABELDOC_USER to point to the > one I was running under. > > Alas, there is no difference in the results when running cmd and command. > No difference in c:\babeltest or c:\qin. Seems to me that babeldoc can see > the dummy file and can see the test-pipeline, but in the > test-pipeline.properties, somehow it could not recognize the entryStage. > Is there a way I can debug through the code to figure out where it fails. > How can I set it up to do the debugging? Thanks. > > qin > > > --------------------------------------------------------------------------- >------------- > > This is a PRIVATE message. If you are not the intended recipient, please > delete without copying and kindly advise us by e-mail of the mistake in > delivery. NOTE: Regardless of content, this e-mail shall not operate to > bind CSC to any order or other contract unless pursuant to explicit written > agreement or government initiative expressly permitting the use of e-mail > for such purpose. > --------------------------------------------------------------------------- >------------- > > > > > > David Glick > <dglick To: Qin > Ding/ASD/CSC@CSC, "McDonald, Bruce" @cox.net> > <Bru...@ba...> cc: Babeldoc Developer List > 09/30/03 02:09 <bab...@li...> PM > Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user] Questions. > Please Help > > > > > > Hi Qin, > > Your dump below shows you starting in the c:\babeldoc-bin-1.2.0-RC1\bin > directory. For the template that I sent you, you need to start from the > c:\qin directory (assuming that's where you installed the zip file I sent). > > Also, I think you mentioned that you run on Windows NT. You may want to > try > changing the long pathnames to mangled paths to see if that makes any > difference. I haven't run NT in years, but I thought that NT provided two > command shells: command.com and cmd.exe. As I recall, cmd.exe allows long > > path names and command.com prefers mangled names. Just a thought... > > > David > > On Tuesday 30 September 2003 8:44 am, Qin Ding wrote: > > Bruce and David: > > > > I downloaded the latest the version (babeldoc-bin-1.2.0-RC1) and modified > > the env BABELDOC_HOME to point to c:\babeldoc-bin-1.2.0-RC1. Started a > > new > > > command shell and re-ran the test: > > C:\babeldoc-bin-1.2.0-RC1\bin>babeldoc process -p test-pipeline -f c: > > \qin\dummy.txt > > > > I got the same error: > > <2003-09-30 10:35:19,670> ERROR [main] : [PipelineFeeder.process] > > com.babeldoc.core.pipeline.PipelineException: PipelineStage: entryStage > > not > > > found > > at > > com.babeldoc.core.pipeline.PipelineStageFactory.getEntryStageName(Unknown > > Source) > > at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown > > Source) > > > at > > com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown > > > Source) > > at > > com.babeldoc.core.pipeline.feeder.SynchronousFeeder.process(Unknown > > Source) > > > at com.babeldoc.core.pipeline.feeder.FeederFactory.process(Unknown > > Source) > > at > > com.babeldoc.core.pipeline.command.PipelineFeeder.process(Unknown > > > Source) > > at > > com.babeldoc.core.pipeline.command.PipelineFeeder.execute(Unknown > > > Source) > > at com.babeldoc.core.BabeldocCommand.executeCommand(Unknown Source) > > at com.babeldoc.core.BabeldocCommand.<init>(Unknown Source) > > at com.babeldoc.core.pipeline.command.PipelineFeeder.<init>(Unknown > > Source) > > at com.babeldoc.core.pipeline.command.PipelineFeeder.main(Unknown > > Source) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3 > > >9) at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp > > >l.java:25) at java.lang.reflect.Method.invoke(Method.java:324) > > at com.babeldoc.core.Main.handleCommand(Unknown Source) > > at com.babeldoc.core.Main.main(Unknown Source) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3 > > >9) at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp > > >l.java:25) at java.lang.reflect.Method.invoke(Method.java:324) > > at com.babeldoc.init.Main.runBabeldocMain(Unknown Source) > > at com.babeldoc.init.Main.main(Unknown Source) > > > > > > Here is the modified setenv.bat file: > > set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1 > > set BABELDOC_USER=c:\qin\config > > set JAVA_HOME=D:\j2sdk1.4.1_03 > > > > set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH% > > > > Please see the attached the qin.zip file.(See attached file: qin.zip) > > > > This is a PRIVATE message. If you are not the intended recipient, please > > delete without copying and kindly advise us by e-mail of the mistake in > > delivery. NOTE: Regardless of content, this e-mail shall not operate to > > bind CSC to any order or other contract unless pursuant to explicit > > written > > > agreement or government initiative expressly permitting the use of e-mail > > for such purpose. > > --------------------------------------------------------------------------- > > >------------- > > > > > > > > > > > > "McDonald, > > Bruce" To: Qin > > Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc Developer > > List > > > @bankofamerica.c <bab...@li...>, David > > Glick om> <dg...@co...> > > Subject: RE: > > [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31 Questions. > > Please Help AM > > > > > > > > > > > > > > Download the latest version and try again - I suspect your installation > > is > > > broken. > > > > -----Original Message----- > > From: Qin Ding [mailto:qd...@cs...] > > Sent: Friday, September 26, 2003 1:10 PM > > To: McDonald, Bruce > > Cc: Babeldoc Developer List; David Glick > > Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help > > > > > > > > Bruce: > > > > This is the test-pipeline.properties: > > > > entryStage=initialize > > > > initialize.stageType=Scripting > > initialize.nextStage=null > > initialize.failOnError=true > > initialize.language=javascript > > initialize.script=\ > > java.io.File file = new java.io.File(document.get("file_name"));\ > > TestManager.validate(file); > > > > > > Here is the error: > > > > <2003-09-26 11:05:11,960> INFO [Thread-1] : Processing document... > > <2003-09-26 11:05:11,960> ERROR [Thread-1] : [AsynchronousFeeder$1.run] > > com.babeldoc.core.pipeline.PipelineException: PipelineStage: entryStage > > not > > > foun > > d > > at > > com.babeldoc.core.pipeline.PipelineStageFactory.getEntryStageName(Unk > > nown Source) > > at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown > > Source) > > at > > com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown Sou > > rce) > > at > > com.babeldoc.core.pipeline.feeder.SynchronousFeeder.process(Unknown S > > ource) > > at > > com.babeldoc.core.pipeline.feeder.AsynchronousFeeder.actuallyProcess( > > Unknown Source) > > at > > com.babeldoc.core.pipeline.feeder.AsynchronousFeeder$1.run(Unknown So > > urce) > > at > > EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown So > > urce) > > at java.lang.Thread.run(Thread.java:536) > > > > > > Qin > > --------------------------------------------------------------------------- > > >------------- > > > > > > This is a PRIVATE message. If you are not the intended recipient, please > > delete without copying and kindly advise us by e-mail of the mistake in > > delivery. NOTE: Regardless of content, this e-mail shall not operate to > > bind CSC to any order or other contract unless pursuant to explicit > > written > > > agreement or government initiative expressly permitting the use of e-mail > > for such purpose. > > --------------------------------------------------------------------------- > > >------------- > > > > > > > > > > > > > > "McDonald, > > > > Bruce" To: Qin Ding > > <qd...@cs...>, David Glick > > <Bruce.McDonald <dg...@co...> > > > > @bankofamerica.c cc: Babeldoc > > Developer > > > List > > om> > > <bab...@li...> > > Subject: RE: > > [Babeldoc-devel] Re: [Babeldoc-user] > > 09/26/03 11:39 Questions. Please Help > > > > AM > > > > > > > > > > > > > > > > Huh?!??! > > > > I dont understand the issue here. > > > > Somewhere in your pipeline definition file, place the line: > > > > entryStage=<<some pipeline stage name>> > > > > Where the entryStage is pointing to the first pipeline stage in your > > pipeline. > > > > regards, > > Bruce. > > > > > > -----Original Message----- > > From: Qin Ding [mailto:qd...@cs...] > > Sent: Friday, September 26, 2003 12:14 PM > > To: David Glick > > Cc: Babeldoc Developer List > > Subject: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help > > > > > > > > David: > > > > I don't have the Unix-to-Windows converter program; but I retyped the > > file > > > into wordpad and saved as text document. However, it is no possitive > > effect. It still gives the same error, that is, entryStage not found. > > I > > > then copied the first line from src > > example/scripting/pipeline/scannerxml.properties. Again, no use. The same > > error occured no matter what I did. Seems like the application could not > > recognize the "entryStage". By the way, I am using version > > bin-1.1.9-dev. > > > Any idea? > > > > Qin > > --------------------------------------------------------------------------- > > >------------- > > > > > > > > This is a PRIVATE message. If you are not the intended recipient, please > > delete without copying and kindly advise us by e-mail of the mistake in > > delivery. NOTE: Regardless of content, this e-mail shall not operate to > > bind CSC to any order or other contract unless pursuant to explicit > > written > > > agreement or government initiative expressly permitting the use of e-mail > > for such purpose. > > --------------------------------------------------------------------------- > > >------------- > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Babeldoc-devel mailing list > > Bab...@li... > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > > > > > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Babeldoc-devel mailing list > > Bab...@li... > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel -- David Glick Transmit Consulting, Inc 619-475-4052 dg...@tr... |
|
From: Qin D. <qd...@cs...> - 2003-09-30 19:38:40
|
David:
c:\qin is the template that Bruce gave to me. I actually ran both places to
see if there was any differences. Of course each time when I switch between
these two directories, I first changed the BABELDOC_USER to point to the
one I was running under.
Alas, there is no difference in the results when running cmd and command.
No difference in c:\babeltest or c:\qin. Seems to me that babeldoc can see
the dummy file and can see the test-pipeline, but in the
test-pipeline.properties, somehow it could not recognize the entryStage.
Is there a way I can debug through the code to figure out where it fails.
How can I set it up to do the debugging? Thanks.
qin
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
David Glick
<dglick To: Qin Ding/ASD/CSC@CSC, "McDonald, Bruce"
@cox.net> <Bru...@ba...>
cc: Babeldoc Developer List
09/30/03 02:09 <bab...@li...>
PM Subject: Re: [Babeldoc-devel] Re: [Babeldoc-user]
Questions. Please Help
Hi Qin,
Your dump below shows you starting in the c:\babeldoc-bin-1.2.0-RC1\bin
directory. For the template that I sent you, you need to start from the
c:\qin directory (assuming that's where you installed the zip file I sent).
Also, I think you mentioned that you run on Windows NT. You may want to
try
changing the long pathnames to mangled paths to see if that makes any
difference. I haven't run NT in years, but I thought that NT provided two
command shells: command.com and cmd.exe. As I recall, cmd.exe allows long
path names and command.com prefers mangled names. Just a thought...
David
On Tuesday 30 September 2003 8:44 am, Qin Ding wrote:
> Bruce and David:
>
> I downloaded the latest the version (babeldoc-bin-1.2.0-RC1) and modified
> the env BABELDOC_HOME to point to c:\babeldoc-bin-1.2.0-RC1. Started a
new
> command shell and re-ran the test:
> C:\babeldoc-bin-1.2.0-RC1\bin>babeldoc process -p test-pipeline -f c:
> \qin\dummy.txt
>
> I got the same error:
> <2003-09-30 10:35:19,670> ERROR [main] : [PipelineFeeder.process]
> com.babeldoc.core.pipeline.PipelineException: PipelineStage: entryStage
not
> found
> at
> com.babeldoc.core.pipeline.PipelineStageFactory.getEntryStageName(Unknown
> Source)
> at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown
Source)
> at
com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown
> Source)
> at
> com.babeldoc.core.pipeline.feeder.SynchronousFeeder.process(Unknown
Source)
> at com.babeldoc.core.pipeline.feeder.FeederFactory.process(Unknown
> Source)
> at
com.babeldoc.core.pipeline.command.PipelineFeeder.process(Unknown
> Source)
> at
com.babeldoc.core.pipeline.command.PipelineFeeder.execute(Unknown
> Source)
> at com.babeldoc.core.BabeldocCommand.executeCommand(Unknown Source)
> at com.babeldoc.core.BabeldocCommand.<init>(Unknown Source)
> at com.babeldoc.core.pipeline.command.PipelineFeeder.<init>(Unknown
> Source)
> at com.babeldoc.core.pipeline.command.PipelineFeeder.main(Unknown
> Source)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3
>9) at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
>l.java:25) at java.lang.reflect.Method.invoke(Method.java:324)
> at com.babeldoc.core.Main.handleCommand(Unknown Source)
> at com.babeldoc.core.Main.main(Unknown Source)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3
>9) at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
>l.java:25) at java.lang.reflect.Method.invoke(Method.java:324)
> at com.babeldoc.init.Main.runBabeldocMain(Unknown Source)
> at com.babeldoc.init.Main.main(Unknown Source)
>
>
> Here is the modified setenv.bat file:
> set BABELDOC_HOME=c:\babeldoc-bin-1.2.0-RC1
> set BABELDOC_USER=c:\qin\config
> set JAVA_HOME=D:\j2sdk1.4.1_03
>
> set PATH=%BABELDOC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
>
> Please see the attached the qin.zip file.(See attached file: qin.zip)
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
> "McDonald,
> Bruce" To: Qin
> Ding/ASD/CSC@CSC <Bruce.McDonald cc: Babeldoc Developer
List
> @bankofamerica.c <bab...@li...>, David
> Glick om> <dg...@co...>
> Subject: RE:
> [Babeldoc-devel] Re: [Babeldoc-user] 09/29/03 10:31 Questions.
> Please Help AM
>
>
>
>
>
>
> Download the latest version and try again - I suspect your installation
is
> broken.
>
> -----Original Message-----
> From: Qin Ding [mailto:qd...@cs...]
> Sent: Friday, September 26, 2003 1:10 PM
> To: McDonald, Bruce
> Cc: Babeldoc Developer List; David Glick
> Subject: RE: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
> Bruce:
>
> This is the test-pipeline.properties:
>
> entryStage=initialize
>
> initialize.stageType=Scripting
> initialize.nextStage=null
> initialize.failOnError=true
> initialize.language=javascript
> initialize.script=\
> java.io.File file = new java.io.File(document.get("file_name"));\
> TestManager.validate(file);
>
>
> Here is the error:
>
> <2003-09-26 11:05:11,960> INFO [Thread-1] : Processing document...
> <2003-09-26 11:05:11,960> ERROR [Thread-1] : [AsynchronousFeeder$1.run]
> com.babeldoc.core.pipeline.PipelineException: PipelineStage: entryStage
not
> foun
> d
> at
> com.babeldoc.core.pipeline.PipelineStageFactory.getEntryStageName(Unk
> nown Source)
> at com.babeldoc.core.pipeline.PipelineFactory.process(Unknown
> Source)
> at
> com.babeldoc.core.pipeline.PipelineFactoryFactory.process(Unknown Sou
> rce)
> at
> com.babeldoc.core.pipeline.feeder.SynchronousFeeder.process(Unknown S
> ource)
> at
> com.babeldoc.core.pipeline.feeder.AsynchronousFeeder.actuallyProcess(
> Unknown Source)
> at
> com.babeldoc.core.pipeline.feeder.AsynchronousFeeder$1.run(Unknown So
> urce)
> at
> EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown So
> urce)
> at java.lang.Thread.run(Thread.java:536)
>
>
> Qin
>
---------------------------------------------------------------------------
>-------------
>
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
>
> "McDonald,
>
> Bruce" To: Qin Ding
> <qd...@cs...>, David Glick
> <Bruce.McDonald <dg...@co...>
>
> @bankofamerica.c cc: Babeldoc
Developer
> List
> om>
> <bab...@li...>
> Subject: RE:
> [Babeldoc-devel] Re: [Babeldoc-user]
> 09/26/03 11:39 Questions. Please Help
>
> AM
>
>
>
>
>
>
>
> Huh?!??!
>
> I dont understand the issue here.
>
> Somewhere in your pipeline definition file, place the line:
>
> entryStage=<<some pipeline stage name>>
>
> Where the entryStage is pointing to the first pipeline stage in your
> pipeline.
>
> regards,
> Bruce.
>
>
> -----Original Message-----
> From: Qin Ding [mailto:qd...@cs...]
> Sent: Friday, September 26, 2003 12:14 PM
> To: David Glick
> Cc: Babeldoc Developer List
> Subject: [Babeldoc-devel] Re: [Babeldoc-user] Questions. Please Help
>
>
>
> David:
>
> I don't have the Unix-to-Windows converter program; but I retyped the
file
> into wordpad and saved as text document. However, it is no possitive
> effect. It still gives the same error, that is, entryStage not found.
I
> then copied the first line from src
> example/scripting/pipeline/scannerxml.properties. Again, no use. The same
> error occured no matter what I did. Seems like the application could not
> recognize the "entryStage". By the way, I am using version
bin-1.1.9-dev.
>
> Any idea?
>
> Qin
>
>
>
---------------------------------------------------------------------------
>-------------
>
>
>
> This is a PRIVATE message. If you are not the intended recipient, please
> delete without copying and kindly advise us by e-mail of the mistake in
> delivery. NOTE: Regardless of content, this e-mail shall not operate to
> bind CSC to any order or other contract unless pursuant to explicit
written
> agreement or government initiative expressly permitting the use of e-mail
> for such purpose.
>
---------------------------------------------------------------------------
>-------------
>
>
>
>
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Babeldoc-devel mailing list
> Bab...@li...
> https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
>
>
>
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Babeldoc-devel mailing list
> Bab...@li...
> https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
--
David Glick
Transmit Consulting, Inc
619-475-4052
dg...@tr...
|