Browse Source

JSPC test doesn't seem to work with Jasper 4.1, requires servlet-api as well.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@643379 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
6248c7599b
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      fetch.xml
  2. +2
    -1
      lib/libraries.properties

+ 1
- 0
fetch.xml View File

@@ -245,6 +245,7 @@ Set -Ddest=LOCATION on the command line
<target name="jspc" depends="init" description="loads Jasper">
<f2 project="tomcat" archive="jasper-compiler"/>
<f2 project="tomcat" archive="jasper-runtime"/>
<f2 project="javax.servlet" archive="servlet-api"/>
</target>

<target name="all"


+ 2
- 1
lib/libraries.properties View File

@@ -37,7 +37,7 @@ bsh-core.version=${bsh.version}
commons-net.version=1.4.0
commons-logging.version=1.0.4
commons-logging-api.version=${commons-logging.version}
jasper-compiler.version=4.1.36
jasper-compiler.version=4.0.6
jasper-runtime.version=${jasper-compiler.version}
jdepend.version=2.7
jruby.version=0.8.3
@@ -49,6 +49,7 @@ log4j.version=1.2.13
js.version=1.6R3
oro.version=2.0.8
regexp.version=1.3
servlet-api.version=2.3
which.version=1.0
xerces.version=2.9.0
xercesImpl.version=${xerces.version}


Loading…
Cancel
Save