Dear all.
Yesterday I tried to build webhelp from the new stylesheets 1.77.0 There seems
to be a bug in the file "build.xml". Around line 30 it says:
[...]
<target name="chunk" depends="clean">
<mkdir dir="${output-dir}"/>
<tempfile destdir="${output-dir}" deleteonexit="true"
property="xincluded-profiled.xml"/>
<tempfile destdir="${output-dir}" deleteonexit="true"
property="dummy.html"/>
<xslt
in="${input-xml}"
out="${xincluded-profiled.xml}"
style="../profiling/profile.xsl">
[...]
Notice the relative path "../profiling/profile.xsl". This causes an error if
the custom build file is not in the same directory as the build file from the
source distribution. Changing that attribute to something like
"${extensions.dir}/../profiling/profile.xsl" worked for me.
/frank
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]