From: Adrian B. <ej...@us...> - 2004-11-18 16:48:19
|
User: ejort Date: 04/11/18 08:48:13 Modified: docs/guide build.xml Log: Add an alternate target that does uptodate checking on doco, for idiots like me that forget to save source files and waste time rerunning the build when nothing has changed. Add a comment on how to use it in the example build.xml Also comment how to generate the doco in the project's output folder. Revision Changes Path 1.3 +1 -1 docbook-support/docs/guide/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/docbook-support/docs/guide/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 18 Nov 2004 16:38:59 -0000 1.2 +++ build.xml 18 Nov 2004 16:48:12 -0000 1.3 @@ -13,7 +13,7 @@ <!-- Use this alternate target to enable uptodate checking, i.e. don't generate docs if nothing has changed <target name="all.doc"> - <antcall target="lang.all"><param name="lang" value="en"/></antcall> + <antcall target="lang.all.run"><param name="lang" value="en"/></antcall> </target> --> |