donaldp     02/04/05 01:34:20

  Modified:    .        build.xml
  Log:
  add failonerror to java task.
  
  Revision  Changes    Path
  1.19      +1 -0      jakarta-alexandria/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml 29 Aug 2001 05:03:53 -0000      1.18
  +++ build.xml 5 Apr 2002 09:34:20 -0000       1.19
  @@ -104,6 +104,7 @@
           <echo message="generating new Workspace APIs" />
           <java classname="org.exolab.castor.builder.SourceGenerator"
               fork="true" 
  +            failonerror="true"
               dir="src/java"
               classpathref="classpath" >
               <arg value="-f" />
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to