/[fenfire]/fenfire/build.xml
ViewVC logotype

Diff of /fenfire/build.xml

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

revision 1.16 by tjl, Tue Mar 25 18:17:58 2003 UTC revision 1.17 by tjl, Tue Mar 25 18:20:08 2003 UTC
# Line 15  Line 15 
15              description="Compile and test Fenfire">              description="Compile and test Fenfire">
16      </target>      </target>
17    
18      <target name="compile">      <target name="compile" depends="compilejava,compilermi"/>
19          <mkdir dir="${build}"/>  
20          <javac srcdir="${src}" destdir="${build}">          <target name="compilejava">
21              <classpath refid="theClassPath"/>              <mkdir dir="${build}"/>
22          </javac>              <javac srcdir="${src}" destdir="${build}">
23      </target>                  <classpath refid="theClassPath"/>
24                </javac>
25            </target>
26    
27            <target name="compilermi" depends="compilejava">
28                <rmic base="${build}" includes="**/PPActionsImpl*.class"/>
29            </target>
30    
31      <target name="test">      <target name="test">
32          <java classname="org.python.util.jython" fork="true"          <java classname="org.python.util.jython" fork="true"
# Line 49  Line 55 
55          </java>          </java>
56      </target>      </target>
57    
     <target name="rmi" depends="compile">  
         <rmic base="${build}" includes="**/PPActionsImpl*.class"/>  
     </target>  
   
58      <target name="jar" depends="clean,fenfire,jar-only"/>      <target name="jar" depends="clean,fenfire,jar-only"/>
59    
60      <target name="jar-only">      <target name="jar-only">

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26