stefano     2003/02/21 03:41:51

  Modified:    .        build.xml
  Log:
  fixed endorsed classpath issue with running jetty on jdk 1.3.x
  
  Revision  Changes    Path
  1.321     +5 -2      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.320
  retrieving revision 1.321
  diff -u -r1.320 -r1.321
  --- build.xml 20 Feb 2003 20:08:22 -0000      1.320
  +++ build.xml 21 Feb 2003 11:41:50 -0000      1.321
  @@ -8,7 +8,7 @@
   
   ============================================================================ -->
   
  -<project default="package" basedir="." name="Apache Cocoon">
  +<project default="webapp" basedir="." name="Apache Cocoon">
   
   <!-- Initialization Targets ================================================ -->
   
  @@ -696,6 +696,9 @@
       <java classname="org.mortbay.jetty.Server" dir="${tools.jetty}" fork="yes" 
failonerror="yes">
          <classpath>
            <fileset dir="${tools.jetty}/lib">
  +           <include name="*.jar"/>
  +         </fileset>
  +         <fileset dir="${lib.endorsed}">
              <include name="*.jar"/>
            </fileset>
          </classpath>
  
  
  


Reply via email to