Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
26 righe
609 B
26 righe
609 B
5 anni fa
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE project>
|
||
|
|
||
|
<project name="build-common-alloy-portlet">
|
||
|
<import file="build-common-portlet.xml" />
|
||
|
|
||
|
<target name="test-jsp">
|
||
|
<compile-jsp
|
||
|
compile.jsp.delete.generated.files="false"
|
||
|
compile.jsp.docroot.dir="docroot"
|
||
|
/>
|
||
|
|
||
|
<path id="jsp.test.classpath">
|
||
|
<fileset dir="${app.server.dir}/lib" />
|
||
|
<path refid="test.classpath" />
|
||
|
<pathelement location="${compile.jsp.jspc.dir}/classes"/>
|
||
|
</path>
|
||
|
|
||
|
<test-unit
|
||
|
module.dir="${basedir}"
|
||
|
test.classpathref="jsp.test.classpath"
|
||
|
/>
|
||
|
|
||
|
<delete dir="${compile.jsp.jspc.dir}" quiet="true" />
|
||
|
</target>
|
||
|
</project>
|