You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Ole Solberg <Ol...@Sun.COM> on 2006/11/13 23:31:57 UTC

Problem building Derby docs

When building the Derby docs. I get this error:

BUILD FAILED
/home/os136789/Derby/Docs/trunk/build.xml:212: The following error 
occurred while executing this line:
/home/os136789/Derby/Docs/trunk/build.xml:231: The following error 
occurred while executing this line:
/home/os136789/Derby/Docs/trunk/DITA-OT1.1.2.1/conductor.xml:209: The 
following error occurred while executing this line:
/home/os136789/Derby/Docs/trunk/DITA-OT1.1.2.1/ditatargets.xml:78: 
org.apache.fop.apps.FOPException: 
file:/home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:998:227 The id 
"rrefsqljrenamestatements" already exists in this document

Total time: 29 minutes 23 seconds
FAILED: can't find '%%EOF' @ byte 4312


Anyone else seeing this?

This is on revision 474241 - 2006-11-13 11:45:13 MET.




-- 
Ole Solberg, Database Technology Group,
Sun Microsystems, Trondheim, Norway

Re: Problem building Derby docs

Posted by Bryan Pendleton <bp...@amberpoint.com>.
> The new file, rrefsqljrenamecolumnstatement.dita,
> had a duplicate id as rrefsqljrenamestatements.dita. 

Thank you very much Andrew. I created the file by copying
another file and didn't change this properly.

bryan


Re: Re: Problem building Derby docs

Posted by Andrew McIntyre <mc...@gmail.com>.
On 11/13/06, Bryan Pendleton <bp...@amberpoint.com> wrote:
> > file:/home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:998:227 The id
> > "rrefsqljrenamestatements" already exists in this document
>
> It's almost certainly due to the changes I committed for
> http://issues.apache.org/jira/browse/DERBY-2042
> but I'm not sure what I did wrong.

Fixed with 474555. The new file, rrefsqljrenamecolumnstatement.dita,
had a duplicate id as rrefsqljrenamestatements.dita. I changed it to
the new filename, monohtml builds fine now, pdf should as well.

andrew

Re: Problem building Derby docs

Posted by "Jean T. Anderson" <jt...@bristowhill.com>.
Ole Solberg wrote:
> Bryan Pendleton wrote:
> 
>>> file:/home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:998:227 The
>>> id "rrefsqljrenamestatements" already exists in this document
>>
>>
>>
>> It's almost certainly due to the changes I committed for
>> http://issues.apache.org/jira/browse/DERBY-2042
>> but I'm not sure what I did wrong.
>>
>> What command do I issue to see the error that you are seeing? The
>> command that I used was
>>
>>   ant html.ref
> 
> 
> I used
>     ant all

and a shorter version that would build the pdf, html, and htmlbook for
just the ref guide is:

   ant ref

--It looks to me like the problem is with the pdf build.

 -jean



Re: Problem building Derby docs

Posted by Ole Solberg <Ol...@Sun.COM>.
Bryan Pendleton wrote:
>> file:/home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:998:227 The 
>> id "rrefsqljrenamestatements" already exists in this document
> 
> 
> It's almost certainly due to the changes I committed for
> http://issues.apache.org/jira/browse/DERBY-2042
> but I'm not sure what I did wrong.
> 
> What command do I issue to see the error that you are seeing? The
> command that I used was
> 
>   ant html.ref

I used
     ant all

> 
> thanks,
> 
> bryan
> 
> 


-- 
Ole Solberg, Database Technology Group,
Sun Microsystems, Trondheim, Norway

Re: Problem building Derby docs

Posted by Bryan Pendleton <bp...@amberpoint.com>.
> file:/home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:998:227 The id 
> "rrefsqljrenamestatements" already exists in this document

It's almost certainly due to the changes I committed for
http://issues.apache.org/jira/browse/DERBY-2042
but I'm not sure what I did wrong.

What command do I issue to see the error that you are seeing? The
command that I used was

   ant html.ref

thanks,

bryan