cziegeler    01/10/22 02:15:07

  Modified:    .        Tag: cocoon_20_branch build.xml changes.xml
                        todo.xml
               src/org/apache/cocoon Tag: cocoon_20_branch Main.java
  Log:
  Fixed reference to changes.dtd, todo.dtd and added System.exit(0) for CLI to avoid 
hang-up after documentation build
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.48  +2 -2      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.8.2.47
  retrieving revision 1.8.2.48
  diff -u -r1.8.2.47 -r1.8.2.48
  --- build.xml 2001/10/15 07:57:49     1.8.2.47
  +++ build.xml 2001/10/22 09:15:06     1.8.2.48
  @@ -441,8 +441,8 @@
       <!-- 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/todo.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="./documentation/xdocs/dtd/" value="dtd/"/>
   
       <!-- Copy images -->
       <copy todir="${build.context}/images" filtering="off">
  
  
  
  1.2.2.42  +2 -2      xml-cocoon2/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/changes.xml,v
  retrieving revision 1.2.2.41
  retrieving revision 1.2.2.42
  diff -u -r1.2.2.41 -r1.2.2.42
  --- changes.xml       2001/10/17 10:05:52     1.2.2.41
  +++ changes.xml       2001/10/22 09:15:06     1.2.2.42
  @@ -1,10 +1,10 @@
   <?xml version="1.0"?>
   
  -<!DOCTYPE changes SYSTEM "./xdocs/dtd/changes-v10.dtd">
  +<!DOCTYPE changes SYSTEM "./documentation/xdocs/dtd/changes-v10.dtd">
   
   <!--
     History of Cocoon changes
  -  $Id: changes.xml,v 1.2.2.41 2001/10/17 10:05:52 sylvain Exp $
  +  $Id: changes.xml,v 1.2.2.42 2001/10/22 09:15:06 cziegeler Exp $
   -->
   
   <changes title="History of Changes">
  
  
  
  1.1.1.1.2.10 +2 -2      xml-cocoon2/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/todo.xml,v
  retrieving revision 1.1.1.1.2.9
  retrieving revision 1.1.1.1.2.10
  diff -u -r1.1.1.1.2.9 -r1.1.1.1.2.10
  --- todo.xml  2001/10/10 13:24:12     1.1.1.1.2.9
  +++ todo.xml  2001/10/22 09:15:06     1.1.1.1.2.10
  @@ -1,10 +1,10 @@
   <?xml version="1.0" encoding="utf-8"?>
   
  -<!DOCTYPE todo SYSTEM "./xdocs/dtd/todo-v10.dtd">
  +<!DOCTYPE todo SYSTEM "./documentation/xdocs/dtd/todo-v10.dtd">
   
   <!--
     History of Cocoon changes
  -  $Id: todo.xml,v 1.1.1.1.2.9 2001/10/10 13:24:12 cziegeler Exp $
  +  $Id: todo.xml,v 1.1.1.1.2.10 2001/10/22 09:15:06 cziegeler Exp $
   -->
   
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.21  +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.4.2.20
  retrieving revision 1.4.2.21
  diff -u -r1.4.2.20 -r1.4.2.21
  --- Main.java 2001/10/18 13:24:39     1.4.2.20
  +++ Main.java 2001/10/22 09:15:06     1.4.2.21
  @@ -35,7 +35,7 @@
    * Command line entry point.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Stefano Mazzocchi</a>
  - * @version CVS $Revision: 1.4.2.20 $ $Date: 2001/10/18 13:24:39 $
  + * @version CVS $Revision: 1.4.2.21 $ $Date: 2001/10/22 09:15:06 $
    */
   
   public class Main {
  @@ -303,6 +303,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]

Reply via email to