Subversion Repositories bacoAlunos

Rev

Rev 1604 | Rev 1607 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1604 Rev 1605
Line 342... Line 342...
342
    </target>
342
    </target>
343
 
343
 
344
    <target name="jasper" depends="copy.jsps.war">
344
    <target name="jasper" depends="copy.jsps.war">
345
        <delete dir="${build.dir.jsp}"/>
345
        <delete dir="${build.dir.jsp}"/>
346
        <mkdir dir="${build.dir.jsp}"/>
346
        <mkdir dir="${build.dir.jsp}"/>
347
        <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}" />
347
        <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}" />
348
        <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">
348
        <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">
349
            <src path="${build.dir.jsp}"/>
349
            <src path="${build.dir.jsp}"/>
350
            <src path="${build.dir}/"/>
350
            <src path="${build.dir}/"/>
351
            <classpath path="${build.dir.classes}"/>
351
            <classpath path="${build.dir.classes}"/>
352
            <classpath refid="pathToToolsLib"/>
352
            <classpath refid="pathToToolsLib"/>