yoavs       2004/09/01 17:48:20

  Modified:    jasper2  build.xml
  Log:
  Builds successfully on JDK 5.0.
  
  Revision  Changes    Path
  1.32      +6 -2      jakarta-tomcat-jasper/jasper2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml 1 Sep 2004 23:45:41 -0000       1.31
  +++ build.xml 2 Sep 2004 00:48:20 -0000       1.32
  @@ -123,7 +123,9 @@
   
       <!-- Compile internal server components -->
       <javac srcdir="src/share" destdir="${jasper.classes}"
  -           debug="${compile.debug}" deprecation="${compile.deprecation}"
  +           debug="${compile.debug}"
  +           deprecation="${compile.deprecation}"
  +           source="${compile.source}"
              optimize="${compile.optimize}"
              excludes="**/CVS/**">
         <classpath refid="jasper.classpath" />
  @@ -208,7 +210,9 @@
   <!--
       <javac   srcdir="src/test" destdir="${jasper.build}/tests"
                deprecation="${compile.deprecation}"
  -             debug="${compile.debug}" optimize="off"
  +             debug="${compile.debug}"
  +             source="${compile.source}"
  +             optimize="off"
                excludes="**/CVS/**">
         <classpath refid="test.classpath"/>
       </javac>
  
  
  

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

Reply via email to