Changeset 684 for plugins/base2/net.sf.basedb.illumina/trunk/build.xml
- Timestamp:
- Apr 30, 2008, 2:17:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.illumina/trunk/build.xml
r633 r684 108 108 <target 109 109 name="checkjar" 110 description="Checks that the BASE2Core.jar and BASE2CorePlugins.jar exists."110 description="Checks that the BASE2Core.jar, BASE2CorePlugins.jar and BASE2WSClient.jar exists." 111 111 > 112 112 <available classname="net.sf.basedb.core.Application" … … 114 114 <available classname="net.sf.basedb.plugins.ReporterFlatFileImporter" 115 115 classpathref="classpath" property="base2coreplugins" /> 116 <available classname="net.sf.basedb.ws.client.SessionClient" 117 classpathref="classpath" property="base2wsclient" /> 116 118 <fail unless="base2core" message="Can't find BASE2Core.jar in ./lib/compile" /> 117 119 <fail unless="base2coreplugins" message="Can't find BASE2CorePlugins.jar in ./lib/compile" /> 118 <echo>Found BASE2Core.jar and BASE2CorePlugins.jar.</echo> 120 <fail unless="base2wsclient" message="Can't find BASE2WSClient.jar in ./lib/compile" /> 121 <echo>Found BASE2Core.jar, BASE2CorePlugins.jar, and BASE2WSClient.jar.</echo> 119 122 </target> 120 123 </project>
Note: See TracChangeset
for help on using the changeset viewer.