/[projects]/android/TrainInfoService/build.xml
ViewVC logotype

Diff of /android/TrainInfoService/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 824 by torben, Thu Jun 10 15:57:39 2010 UTC revision 825 by torben, Thu Jun 10 16:10:24 2010 UTC
# Line 36  Line 36 
36          </target>          </target>
37    
38          <target name="jspvalidate" depends="compile">          <target name="jspvalidate" depends="compile">
39                  <exec executable="/home/app/glassfishv3/glassfish/bin/jspc">                  <exec executable="/home/app/glassfishv3/glassfish/bin/jspc" failonerror="true">
40                            <arg value="-die1" />
41                          <arg value="-d" />                          <arg value="-d" />
42                          <arg value="${jspdir}" />                          <arg value="${jspdir}" />
43                          <arg value="-compile" />                          <arg value="-compile" />

Legend:
Removed from v.824  
changed lines
  Added in v.825

  ViewVC Help
Powered by ViewVC 1.1.20