Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 339603
Collapse All | Expand All

(-)apache-tomcat-5.5.27-src/build/build.xml (-12 / +12 lines)
Lines 412-429 Link Here
412
    <touch file="${tomcat.build}/server/webapps/admin/WEB-INF/web.xml" />
412
    <touch file="${tomcat.build}/server/webapps/admin/WEB-INF/web.xml" />
413
  </target>
413
  </target>
414
414
415
  <target name="build-webapps-precompile"
416
          depends="init" description="Precompile webapps" >
417
418
    <antcall target="build-webapp-precompile-admin" />
419
    <antcall target="build-webapp-precompile-examples" />
420
421
    <!-- JSPC -->
422
    <property name="ROOT.base" location="${tomcat.build}/webapps/ROOT" />
423
424
    <mkdir dir="${ROOT.base}/WEB-INF/src" />
425
    <mkdir dir="${ROOT.base}/WEB-INF/classes" />
426
427
    <path id="jspc.classpath">
415
    <path id="jspc.classpath">
428
      <pathelement location="${java.home}/../lib/tools.jar"/>
416
      <pathelement location="${java.home}/../lib/tools.jar"/>
429
      <pathelement location="${commons-logging.jar}"/>
417
      <pathelement location="${commons-logging.jar}"/>
Lines 444-449 Link Here
444
      </fileset>
432
      </fileset>
445
    </path>
433
    </path>
446
434
435
  <target name="build-webapps-precompile"
436
          depends="init" description="Precompile webapps" >
437
438
    <antcall target="build-webapp-precompile-admin" />
439
    <antcall target="build-webapp-precompile-examples" />
440
441
    <!-- JSPC -->
442
    <property name="ROOT.base" location="${tomcat.build}/webapps/ROOT" />
443
444
    <mkdir dir="${ROOT.base}/WEB-INF/src" />
445
    <mkdir dir="${ROOT.base}/WEB-INF/classes" />
446
447
    <taskdef classname="org.apache.jasper.JspC" name="jasper2" >
447
    <taskdef classname="org.apache.jasper.JspC" name="jasper2" >
448
      <classpath refid="jspc.classpath"/>
448
      <classpath refid="jspc.classpath"/>
449
    </taskdef>
449
    </taskdef>

Return to bug 339603