Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0
-
Component/s: None
-
Labels:None
-
Environment:Maven 2.1.0, Windows XP Pro, Java 1.6
-
Number of attachments :
Description
If parts of the documentation located in sub folders under the "apt" folder images are not recognised
Example:
(file under "apt/administration/overview.apt")
// SNIPPED START >>
Following the overview
[./../images/overview.png]
// << SNIPPED END
The created html pages are correct. If I create the pdf I got
ERROR [org.apache.fop.fo.FONode:83] 2009-04-03 11:35:05,250 - Image not found: ./../images/overview.png
I enclosed an sample project that shows the issue.
Attachments
Issue Links
| This issue depends upon: | ||||
| DOXIA-306 | FoAggregateSink doesn't resolve links to images in other source folder |
|
|
|
The second version (with "../") does work for me, can you attach the -X output, maybe you are not using the latest snapshot?
I'll have a look to fix the first issue.