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 "Tomohito Nakayama (JIRA)" <ji...@apache.org> on 2007/05/04 10:37:15 UTC

[jira] Created: (DERBY-2608) Compilation Error of manual in Apache FOP

Compilation Error of manual in Apache FOP
-----------------------------------------

                 Key: DERBY-2608
                 URL: https://issues.apache.org/jira/browse/DERBY-2608
             Project: Derby
          Issue Type: Bug
          Components: Build tools, Documentation
            Reporter: Tomohito Nakayama
            Priority: Blocker


When I compiled whole manual with ant -emacs all command, I encountered next errors :

BUILD FAILED
/home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:212: The following error occurred while executing this line:
/home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:231: The following error occurred while executing this line:
/home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/conductor.xml:209: The following error occurred while executing this line:
/home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/ditatargets.xml:78: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/naka/derby/dev.doc.DERBY-2261/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.


There seems that same error happens at   http://dbtg.thresher.com/derby/test/DerbyDocs/index.html :

BUILD FAILED
/home/os136789/Derby/Docs/trunk/build.xml:212: The following error occurred while executing this line:
/home/os136789/Derby/Docs/trunk/build.xmlhttp://dbtg.thresher.com/derby/test/DerbyDocs/index.html: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: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.

Total time: 22 minutes 53 seconds
Sat Apr 28 02:08:54 CEST 2007

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-2608) Compilation Error of manual in Apache FOP

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden updated DERBY-2608:
----------------------------------

    Affects Version/s: 10.3.0.0
        Fix Version/s: 10.3.0.0

> Compilation Error of manual in Apache FOP
> -----------------------------------------
>
>                 Key: DERBY-2608
>                 URL: https://issues.apache.org/jira/browse/DERBY-2608
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools, Documentation
>    Affects Versions: 10.3.0.0
>            Reporter: Tomohito Nakayama
>            Priority: Blocker
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2608.patch
>
>
> When I compiled whole manual with ant -emacs all command, I encountered next errors :
> BUILD FAILED
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:212: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:231: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/conductor.xml:209: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/ditatargets.xml:78: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/naka/derby/dev.doc.DERBY-2261/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> There seems that same error happens at   http://dbtg.thresher.com/derby/test/DerbyDocs/index.html :
> BUILD FAILED
> /home/os136789/Derby/Docs/trunk/build.xml:212: The following error occurred while executing this line:
> /home/os136789/Derby/Docs/trunk/build.xmlhttp://dbtg.thresher.com/derby/test/DerbyDocs/index.html: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: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> Total time: 22 minutes 53 seconds
> Sat Apr 28 02:08:54 CEST 2007
> Reading error messages, error seem to happen around processing of Apache FOP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2608) Compilation Error of manual in Apache FOP

Posted by "Tomohito Nakayama (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493635 ] 

Tomohito Nakayama commented on DERBY-2608:
------------------------------------------

I'm not sure what is this problem is exactly.
Error message told as next.
    Missing attribute: Either external-destination or internal-destination must be specified. 

However meaning of external was specified in scope attribute and 
the missing attribute seems to be format attribute ....


> Compilation Error of manual in Apache FOP
> -----------------------------------------
>
>                 Key: DERBY-2608
>                 URL: https://issues.apache.org/jira/browse/DERBY-2608
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools, Documentation
>            Reporter: Tomohito Nakayama
>            Priority: Blocker
>         Attachments: DERBY-2608.patch
>
>
> When I compiled whole manual with ant -emacs all command, I encountered next errors :
> BUILD FAILED
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:212: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:231: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/conductor.xml:209: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/ditatargets.xml:78: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/naka/derby/dev.doc.DERBY-2261/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> There seems that same error happens at   http://dbtg.thresher.com/derby/test/DerbyDocs/index.html :
> BUILD FAILED
> /home/os136789/Derby/Docs/trunk/build.xml:212: The following error occurred while executing this line:
> /home/os136789/Derby/Docs/trunk/build.xmlhttp://dbtg.thresher.com/derby/test/DerbyDocs/index.html: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: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> Total time: 22 minutes 53 seconds
> Sat Apr 28 02:08:54 CEST 2007
> Reading error messages, error seem to happen around processing of Apache FOP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2608) Compilation Error of manual in Apache FOP

Posted by "Tomohito Nakayama (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493638 ] 

Tomohito Nakayama commented on DERBY-2608:
------------------------------------------

I committed the patch in harry because this error stops other issues for reference manual.

Sending        src/ref/rrefjta16677.dita
Transmitting file data .
Committed revision 535140.


> Compilation Error of manual in Apache FOP
> -----------------------------------------
>
>                 Key: DERBY-2608
>                 URL: https://issues.apache.org/jira/browse/DERBY-2608
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools, Documentation
>            Reporter: Tomohito Nakayama
>            Priority: Blocker
>         Attachments: DERBY-2608.patch
>
>
> When I compiled whole manual with ant -emacs all command, I encountered next errors :
> BUILD FAILED
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:212: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:231: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/conductor.xml:209: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/ditatargets.xml:78: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/naka/derby/dev.doc.DERBY-2261/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> There seems that same error happens at   http://dbtg.thresher.com/derby/test/DerbyDocs/index.html :
> BUILD FAILED
> /home/os136789/Derby/Docs/trunk/build.xml:212: The following error occurred while executing this line:
> /home/os136789/Derby/Docs/trunk/build.xmlhttp://dbtg.thresher.com/derby/test/DerbyDocs/index.html: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: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> Total time: 22 minutes 53 seconds
> Sat Apr 28 02:08:54 CEST 2007
> Reading error messages, error seem to happen around processing of Apache FOP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-2608) Compilation Error of manual in Apache FOP

Posted by "Tomohito Nakayama (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomohito Nakayama updated DERBY-2608:
-------------------------------------

    Attachment: DERBY-2608.patch

This patch add format attribute whose value is html to xref element where error happens.

This patch seems to resolve error found in DERBY-2608.

// But the error of  DERBY-2473 happens yet .....

> Compilation Error of manual in Apache FOP
> -----------------------------------------
>
>                 Key: DERBY-2608
>                 URL: https://issues.apache.org/jira/browse/DERBY-2608
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools, Documentation
>            Reporter: Tomohito Nakayama
>            Priority: Blocker
>         Attachments: DERBY-2608.patch
>
>
> When I compiled whole manual with ant -emacs all command, I encountered next errors :
> BUILD FAILED
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:212: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:231: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/conductor.xml:209: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/ditatargets.xml:78: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/naka/derby/dev.doc.DERBY-2261/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> There seems that same error happens at   http://dbtg.thresher.com/derby/test/DerbyDocs/index.html :
> BUILD FAILED
> /home/os136789/Derby/Docs/trunk/build.xml:212: The following error occurred while executing this line:
> /home/os136789/Derby/Docs/trunk/build.xmlhttp://dbtg.thresher.com/derby/test/DerbyDocs/index.html: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: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> Total time: 22 minutes 53 seconds
> Sat Apr 28 02:08:54 CEST 2007
> Reading error messages, error seem to happen around processing of Apache FOP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DERBY-2608) Compilation Error of manual in Apache FOP

Posted by "Dyre Tjeldvoll (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dyre Tjeldvoll closed DERBY-2608.
---------------------------------


> Compilation Error of manual in Apache FOP
> -----------------------------------------
>
>                 Key: DERBY-2608
>                 URL: https://issues.apache.org/jira/browse/DERBY-2608
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools, Documentation
>    Affects Versions: 10.3.1.4
>            Reporter: Tomohito Nakayama
>            Priority: Blocker
>             Fix For: 10.3.1.4
>
>         Attachments: DERBY-2608.patch
>
>
> When I compiled whole manual with ant -emacs all command, I encountered next errors :
> BUILD FAILED
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:212: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:231: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/conductor.xml:209: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/ditatargets.xml:78: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/naka/derby/dev.doc.DERBY-2261/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> There seems that same error happens at   http://dbtg.thresher.com/derby/test/DerbyDocs/index.html :
> BUILD FAILED
> /home/os136789/Derby/Docs/trunk/build.xml:212: The following error occurred while executing this line:
> /home/os136789/Derby/Docs/trunk/build.xmlhttp://dbtg.thresher.com/derby/test/DerbyDocs/index.html: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: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> Total time: 22 minutes 53 seconds
> Sat Apr 28 02:08:54 CEST 2007
> Reading error messages, error seem to happen around processing of Apache FOP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DERBY-2608) Compilation Error of manual in Apache FOP

Posted by "Tomohito Nakayama (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomohito Nakayama resolved DERBY-2608.
--------------------------------------

    Resolution: Fixed

> Compilation Error of manual in Apache FOP
> -----------------------------------------
>
>                 Key: DERBY-2608
>                 URL: https://issues.apache.org/jira/browse/DERBY-2608
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools, Documentation
>            Reporter: Tomohito Nakayama
>            Priority: Blocker
>         Attachments: DERBY-2608.patch
>
>
> When I compiled whole manual with ant -emacs all command, I encountered next errors :
> BUILD FAILED
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:212: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:231: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/conductor.xml:209: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/ditatargets.xml:78: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/naka/derby/dev.doc.DERBY-2261/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> There seems that same error happens at   http://dbtg.thresher.com/derby/test/DerbyDocs/index.html :
> BUILD FAILED
> /home/os136789/Derby/Docs/trunk/build.xml:212: The following error occurred while executing this line:
> /home/os136789/Derby/Docs/trunk/build.xmlhttp://dbtg.thresher.com/derby/test/DerbyDocs/index.html: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: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> Total time: 22 minutes 53 seconds
> Sat Apr 28 02:08:54 CEST 2007
> Reading error messages, error seem to happen around processing of Apache FOP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-2608) Compilation Error of manual in Apache FOP

Posted by "Tomohito Nakayama (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomohito Nakayama updated DERBY-2608:
-------------------------------------

    Description: 
When I compiled whole manual with ant -emacs all command, I encountered next errors :

BUILD FAILED
/home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:212: The following error occurred while executing this line:
/home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:231: The following error occurred while executing this line:
/home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/conductor.xml:209: The following error occurred while executing this line:
/home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/ditatargets.xml:78: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/naka/derby/dev.doc.DERBY-2261/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.


There seems that same error happens at   http://dbtg.thresher.com/derby/test/DerbyDocs/index.html :

BUILD FAILED
/home/os136789/Derby/Docs/trunk/build.xml:212: The following error occurred while executing this line:
/home/os136789/Derby/Docs/trunk/build.xmlhttp://dbtg.thresher.com/derby/test/DerbyDocs/index.html: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: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.

Total time: 22 minutes 53 seconds
Sat Apr 28 02:08:54 CEST 2007

Reading error messages, error seem to happen around processing of Apache FOP.

  was:
When I compiled whole manual with ant -emacs all command, I encountered next errors :

BUILD FAILED
/home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:212: The following error occurred while executing this line:
/home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:231: The following error occurred while executing this line:
/home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/conductor.xml:209: The following error occurred while executing this line:
/home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/ditatargets.xml:78: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/naka/derby/dev.doc.DERBY-2261/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.


There seems that same error happens at   http://dbtg.thresher.com/derby/test/DerbyDocs/index.html :

BUILD FAILED
/home/os136789/Derby/Docs/trunk/build.xml:212: The following error occurred while executing this line:
/home/os136789/Derby/Docs/trunk/build.xmlhttp://dbtg.thresher.com/derby/test/DerbyDocs/index.html: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: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.

Total time: 22 minutes 53 seconds
Sat Apr 28 02:08:54 CEST 2007


> Compilation Error of manual in Apache FOP
> -----------------------------------------
>
>                 Key: DERBY-2608
>                 URL: https://issues.apache.org/jira/browse/DERBY-2608
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools, Documentation
>            Reporter: Tomohito Nakayama
>            Priority: Blocker
>
> When I compiled whole manual with ant -emacs all command, I encountered next errors :
> BUILD FAILED
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:212: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:231: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/conductor.xml:209: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/ditatargets.xml:78: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/naka/derby/dev.doc.DERBY-2261/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> There seems that same error happens at   http://dbtg.thresher.com/derby/test/DerbyDocs/index.html :
> BUILD FAILED
> /home/os136789/Derby/Docs/trunk/build.xml:212: The following error occurred while executing this line:
> /home/os136789/Derby/Docs/trunk/build.xmlhttp://dbtg.thresher.com/derby/test/DerbyDocs/index.html: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: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> Total time: 22 minutes 53 seconds
> Sat Apr 28 02:08:54 CEST 2007
> Reading error messages, error seem to happen around processing of Apache FOP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2608) Compilation Error of manual in Apache FOP

Posted by "Tomohito Nakayama (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493631 ] 

Tomohito Nakayama commented on DERBY-2608:
------------------------------------------

I'm not sure exact reason, but I found that xref element where error happens have no format attribute compared to other xref elements where no error happens.

> Compilation Error of manual in Apache FOP
> -----------------------------------------
>
>                 Key: DERBY-2608
>                 URL: https://issues.apache.org/jira/browse/DERBY-2608
>             Project: Derby
>          Issue Type: Bug
>          Components: Build tools, Documentation
>            Reporter: Tomohito Nakayama
>            Priority: Blocker
>
> When I compiled whole manual with ant -emacs all command, I encountered next errors :
> BUILD FAILED
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:212: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/build.xml:231: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/conductor.xml:209: The following error occurred while executing this line:
> /home/naka/derby/dev.doc.DERBY-2261/trunk/DITA-OT1.1.2.1/ditatargets.xml:78: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/naka/derby/dev.doc.DERBY-2261/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> There seems that same error happens at   http://dbtg.thresher.com/derby/test/DerbyDocs/index.html :
> BUILD FAILED
> /home/os136789/Derby/Docs/trunk/build.xml:212: The following error occurred while executing this line:
> /home/os136789/Derby/Docs/trunk/build.xmlhttp://dbtg.thresher.com/derby/test/DerbyDocs/index.html: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: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///home/os136789/Derby/Docs/trunk/out/ref/refderby.fo:6140:127: Error(6140/127): fo:basic-link, Missing attribute:  Either external-destination or internal-destination must be specified.
> Total time: 22 minutes 53 seconds
> Sat Apr 28 02:08:54 CEST 2007
> Reading error messages, error seem to happen around processing of Apache FOP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.