Skip to content

Commit

Permalink
JSPC test doesn't seem to work with Jasper 4.1, requires servlet-api …
Browse files Browse the repository at this point in the history
…as well.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@643379 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bodewig committed Apr 1, 2008
1 parent 2c5fa01 commit e05fb21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions fetch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion lib/libraries.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}
Expand Down

0 comments on commit e05fb21

Please sign in to comment.