Hi IAS, I'm not sure I understand what's wrong with the current build script. As ou can see on http://cvs.apache.org/builds/gump/latest/jakarta-cactus-documentation.ht ml, the doc builds fine.
Thanks -Vincent > -----Original Message----- > From: IAS [mailto:[EMAIL PROTECTED]] > Sent: 20 November 2002 15:07 > To: 'Cactus Developers List' > Subject: [PATCH] avoiding documentation build failure > > 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:cactus-dev- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:cactus-dev- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
