Search the web
Sign In
New User? Sign Up
dita-users · DITA users group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Idiom FO and ant script   Message List  
Reply | Forward Message #12463 of 16196 |
Hi,

I have been rendering pdf using Idiom FO and the java command, because
I haven't been able to get the ant script to work. I would like to do
this though, and I tried to use the description in the Lone dita
guide. This works well for a single dita file, but not for ditamaps.
When I run it on a ditamap I get the following error message:

The input of topic merge cannot be found. Please check whether the
input message for topic merge is absolute path.

I have no idea what it means, and what I am supposed to check.

Here is my build file:

<project name="sample_pdf2" default="sample2pdf2" basedir=".">
<!-- dita.dir should point to the toolkit's root directory -->
<property name="dita.dir" value="${basedir}${file.separator}.."/>
<!-- if file is a relative file name, the file name will be resolved
relative to the importing file -->
<import file="${dita.dir}${file.separator}integrator.xml"/>
<target name="sample2pdf2" depends="integrate">
<ant antfile="${dita.dir}${file.separator}conductor.xml" target="init">
<!-- please refer to the toolkit's document for supported
parameters, and specify them base on your needs -->
<property name="args.input"
value="${dita.dir}${file.separator}..${file.separator}Dita_Content${file.separat\
or}source_files${file.separator}test.ditamap"/>
<property name="output.dir"
value="${dita.dir}${file.separator}..${file.separator}Dita_Content${file.separat\
or}out${file.separator}pdf"/>
<property name="transtype" value="pdf2"/>
</ant>
</target>
</project>

Any ideas why this doesn't work?

Related question: I also have never seen the _MERGED.xml file that I
have seen should be created, and that others have talked about. It is
supposed to be created in a temp folder. But first of all, the temp
folder only seems to appear sometimes, and sometimes not. Secondly, it
has never contained a merged file when I have run the process. I have
searched all the folders involved. I would really like to be able to
get to this file for debugging purposes.

Regards,

Anders




Tue Dec 2, 2008 7:40 pm

anderszvensson
Offline Offline
Send Email Send Email

Forward
Message #12463 of 16196 |
Expand Messages Author Sort by Date

Hi, I have been rendering pdf using Idiom FO and the java command, because I haven't been able to get the ant script to work. I would like to do this though,...
anderszvensson
Offline Send Email
Dec 2, 2008
7:40 pm

Hi Anders, ... [...] ... That error usually means that there has been a prior error in making the elusive _MERGED file. That prior error might be in the log,...
Deborah Pickett
deborah_arie...
Offline Send Email
Dec 3, 2008
3:43 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help