Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1604 → Rev 1605

/branches/v3/impl/build.xml
344,7 → 344,7
<target name="jasper" depends="copy.jsps.war">
<delete dir="${build.dir.jsp}"/>
<mkdir dir="${build.dir.jsp}"/>
<tomcat.jasper compilerSourceVM="1.6" compilerTargetVM="1.6" validateXml="false" uriroot="${build.dir.war}" webXmlFragment="${build.dir.war}/WEB-INF/generated_web.xml" addWebXmlMappings="true" outputDir="${build.dir.jsp}" />
<tomcat.jasper compilersourcevm="1.6" compilertargetvm="1.6" validateXml="false" uriroot="${build.dir.war}" webXmlFragment="${build.dir.war}/WEB-INF/generated_web.xml" addWebXmlMappings="true" outputDir="${build.dir.jsp}" />
<javac encoding="UTF-8" source="1.6" target="1.6" destdir="${build.dir.war}/WEB-INF/classes" debug="true" optimize="true" fork="true" failonerror="true" nowarn="true">
<src path="${build.dir.jsp}"/>
<src path="${build.dir}/"/>