[Nice-commit] Nice/web compilation.xml,1.3,1.4
Brought to you by:
bonniot
From: <bo...@us...> - 2003-11-12 21:16:15
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs1:/tmp/cvs-serv9167/web Modified Files: compilation.xml Log Message: Mentioned Ant, with a link to the doc of the Ant task definition in the Wiki. Index: compilation.xml =================================================================== RCS file: /cvsroot/nice/Nice/web/compilation.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** compilation.xml 21 Oct 2002 17:50:59 -0000 1.3 --- compilation.xml 12 Nov 2003 21:16:12 -0000 1.4 *************** *** 73,75 **** --- 73,88 ---- </para> + <para> + Instead of starting the compiler in a terminal, you can of course automate + this by using a build system. If you are familiar with make, you can + just invoke the compiler as above in a Makefile. There is also a + <literal>nicec</literal> task for the + <ulink + url="http://ant.apache.org">Ant build system</ulink>. + The use of Nice with Ant is + <ulink + url="http://nice.sourceforge.net/cgi-bin/twiki/view/Doc/NicecAntTaskdef"> + documented</ulink> in the Wiki. + </para> + </page> |