-
In reference to bug 2892403
I believe standard package should contains demo/fo/fop/build demo/fo/fop/lib and demo/fo/fop/conf/fop.xconf.
dita-maven-plugin can automatically setup all the required jars by constructing the CLASSPATH variable before calling Ant. This mean there is no need to add the required jars in fop/lib and fop/build directories. However, fo plugin still looks for...
2009-11-07 08:34:14 UTC by danttran
-
I forgot to point out that I attached an example.
2009-11-07 01:20:21 UTC by stokecn
-
DITA-OT m22
When using a conref action to push content, if the content being pushed contains an ampersand entity (e.g. &some text) the entity will be interpreted during processing. Subsequent processing handles the ampersand and following text as an incorrect entity (e.g. &some).
2009-11-07 01:17:13 UTC by stokecn
-
I've closed the other report that Craig referenced as a duplicate - note that it contains additional samples:
http://sourceforge.net/tracker/?func=detail&aid=1880125&group_id=132728&atid=725074.
2009-11-06 20:44:12 UTC by rdanderson
-
I'm going to close this as a duplicate of 2879663 -- both report the same problem, but the newer issue 2879663 is currently getting more attention so I'd rather keep that one open.
2009-11-06 20:44:11 UTC by rdanderson
-
This is now working with the sample file. I think it was probably fixed with Deborah's fix to [1957758].
2009-11-06 20:39:28 UTC by rdanderson
-
I wonder if this is related to the other report 2879663 about keyword in indexterm? That one caused a Null pointer exception though.
Unrelated to the reported problem - I am not sure I understand the use of in the sample file. The element is supposed to contain a trademark, so according to the DITA specification it would be something like Windows7.
2009-11-06 20:12:46 UTC by rdanderson
-
This design has been used from the beginning so that some output formats (like HTML) will have access to the index information, when the process does not have access to the map. I know of several processes that rely on this behavior today so I think we cannot remove it without a lot of care.
However I think the range issue clearly needs to be fixed, because it is not useful to evaluate the...
2009-11-06 20:02:40 UTC by rdanderson
-
DITA-OT = 1.5 m22
here is the output of dita-ot build summary
check-arg:
[echo] *****************************************************************
[echo] * basedir = C:\dev\fortidb\M112992
[echo] * dita.dir = c:\dev\dita-ot\full\DITA-OT1.5
[echo] * input = C:\dev\fortidb\M112992/src/main/dita/Sentinel.ditamap
[echo] * transtype = htmlhelp
[echo] * tempdir...
2009-11-06 19:37:58 UTC by danttran
-
my bad, i have to create empty directories fop/lib and fop/build as well.
2009-11-06 17:17:10 UTC by danttran