Browse Source

bug ID 14613: no passdown of webinc and webxml, by toby.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273556 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 22 years ago
parent
commit
ec7017acb2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/main/org/apache/tools/ant/taskdefs/optional/jsp/compilers/JasperC.java

+ 2
- 0
src/main/org/apache/tools/ant/taskdefs/optional/jsp/compilers/JasperC.java View File

@@ -154,6 +154,8 @@ public class JasperC extends DefaultJspCompilerAdapter {
addArg(cmd, "-uriroot", jspc.getUriroot());
addArg(cmd, "-uribase", jspc.getUribase());
addArg(cmd, "-ieplugin", jspc.getIeplugin());
addArg(cmd, "-webinc", jspc.getWebinc());
addArg(cmd, "-webxml", jspc.getWebxml());
addArg(cmd, "-die9");

if (jspc.isMapped()){


Loading…
Cancel
Save