cziegeler 01/10/22 02:09:56 Modified: . build.xml src/org/apache/cocoon Main.java Log: Fixed reference to changes.dtd and added System.exit(0) for CLI to avoid hang-up after documentation build Revision Changes Path 1.82 +1 -1 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- build.xml 2001/10/15 07:58:09 1.81 +++ build.xml 2001/10/22 09:09:55 1.82 @@ -470,7 +470,7 @@ <!-- Add changes and todo --> <copy file="changes.xml" tofile="${build.context}/xdocs/changes.xml" filtering="on"/> <copy file="todo.xml" tofile="${build.context}/xdocs/todo.xml" filtering="on"/> - <replace file="${build.context}/xdocs/changes.xml" token="./xdocs/dtd/" value="dtd/"/> + <replace file="${build.context}/xdocs/changes.xml" token="./documentation/xdocs/dtd/" value="dtd/"/> <replace file="${build.context}/xdocs/todo.xml" token="./xdocs/dtd/" value="dtd/"/> <!-- Copy images --> 1.26 +2 -1 xml-cocoon2/src/org/apache/cocoon/Main.java Index: Main.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/Main.java,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- Main.java 2001/10/18 13:22:58 1.25 +++ Main.java 2001/10/22 09:09:55 1.26 @@ -36,7 +36,7 @@ * Command line entry point. * * @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a> - * @version CVS $Revision: 1.25 $ $Date: 2001/10/18 13:22:58 $ + * @version CVS $Revision: 1.26 $ $Date: 2001/10/22 09:09:55 $ */ public class Main { @@ -305,6 +305,7 @@ log.fatalError("Exception caught ", e); System.exit(1); } + System.exit(0); } private static void printVersion() {
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]