Browse Source

Add Jasper in order to test <jspc>

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

+ 6
- 1
fetch.xml View File

@@ -242,8 +242,13 @@ Set -Ddest=LOCATION on the command line
<f2 project="javax.mail" archive="mail"/>
</target>

<target name="jspc" depends="init" description="loads Jasper">
<f2 project="tomcat" archive="jasper-compiler"/>
<f2 project="tomcat" archive="jasper-runtime"/>
</target>

<target name="all"
description="load all the libraries (except jython)"
depends="logging,junit,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script,javamail" />
depends="logging,junit,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script,javamail,jspc" />

</project>

+ 2
- 0
lib/libraries.properties View File

@@ -37,6 +37,8 @@ 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-runtime.version=${jasper-compiler.version}
jdepend.version=2.7
jruby.version=0.8.3
junit.version=3.8.2


Loading…
Cancel
Save