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

Diff of /fenfire/build.xml

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

revision 1.5 by benja, Sat Mar 1 08:33:12 2003 UTC revision 1.6 by benja, Sat Mar 1 09:23:30 2003 UTC
# Line 4  Line 4 
4    
5      <property name="src" location="${basedir}"/>      <property name="src" location="${basedir}"/>
6      <property name="build" location="build"/>      <property name="build" location="build"/>
7        <property name="dep" location="../fenfire-depends"/>
8    
9      <target name="fenfire" depends="compile,test"      <target name="fenfire" depends="compile,test"
10              description="Compile and test Fenfire">              description="Compile and test Fenfire">
# Line 17  Line 18 
18      </target>      </target>
19    
20      <target name="test">      <target name="test">
21            <java classname="org.python.util.jython" fork="true"
22                  failonerror="true">
23                <arg value="org/fenfire/test/test.py"/>
24                <arg value="org"/>
25                <sysproperty key="python.path"
26                             value="${dep}/jythonlib.jar:${dep}/pythonlib.jar:."/>
27                <classpath refid="depends.path"/>
28            </java>        
29      </target>      </target>
30    
31      <target name="run">      <target name="run">
# Line 35  Line 44 
44          <pathelement path="${classpath}"/>          <pathelement path="${classpath}"/>
45          <pathelement location="build/"/>          <pathelement location="build/"/>
46          <pathelement location="lib/libvob.jar"/>          <pathelement location="lib/libvob.jar"/>
47          <pathelement location="../fenfire-depends/jython.jar"/>          <pathelement location="${dep}/jython.jar"/>
48          <pathelement location="../fenfire-depends/jena.jar"/>          <pathelement location="${dep}/jena.jar"/>
49          <pathelement location="../fenfire-depends/icu4j.jar"/>          <pathelement location="${dep}/fenfire-depends/icu4j.jar"/>
50          <pathelement location="../fenfire-depends/xerces.jar"/>          <pathelement location="${dep}/fenfire-depends/xerces.jar"/>
51      </path>      </path>
52  </project>  </project>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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