Now documentation/build.xml causes the following error:
BUILD FAILED
file:D:/apache/jakarta/cvs/jakarta-cactus/documentation/build.xml:182:
Failed to
copy
D:\apache\jakarta\cvs\jakarta-cactus\documentation\docs\xdocs\images\rem
ov
e.jpg to
D:\apache\jakarta\cvs\jakarta-cactus\documentation\target\xdocs\images\
remove.jpg due to null

In 
<!-- Copy all remaining files -->
<copy todir="${target.xdoc.dir}" filtering="on">
    <fileset dir="${doc.xdoc.dir}">
        <exclude name="book.xml"/>
        <exclude name="original/**"/>
        <exclude name="misc/**"/>
    </fileset>
</copy>
task, add this excude statement:
<exclude name="images/**"/>

This patch is originally made by Kyutae Park (visavis at kldp.org), one
of the Korean Cactus translators, and I just delivered it to this
mailing list. I'd like to express gratefulness to him here.

===========================================================
Changshin Lee  (Korean name)
IAS (International name)
     
                   Company Web Site : http://www.tmax.co.kr
                   Personal Web Site : http://www.iasandcb.pe.kr
-----------------------------------------------------------
Senior Researcher & Java Technology Evangelist
R&D Institute, TmaxSoft
==========================================================  



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to