Changeset 974 for extensions/net.sf.basedb.mev/trunk/build.xml
- Timestamp:
- Feb 26, 2009, 10:48:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.mev/trunk/build.xml
r697 r974 23 23 <property name="javac.target" value="1.5" /> 24 24 <property name="javac.encoding" value="ISO-8859-1" /> 25 <property name="depend.jars" value="http://base2.thep.lu.se/base/jars/2. 7.0" />25 <property name="depend.jars" value="http://base2.thep.lu.se/base/jars/2.11.0" /> 26 26 27 27 <!-- set up classpath for compiling --> … … 99 99 <target 100 100 name="checkjar" 101 description="Checks that the BASE2Core.jar, BASE2Webclient.jar and BASE2CorePlugins.jar exists."101 description="Checks that the BASE2Core.jar, BASE2Webclient.jar, BASE2CorePlugins.jar and BASE2WSClient.jar exists." 102 102 > 103 103 <available classname="net.sf.basedb.core.Application" … … 107 107 <available classname="net.sf.basedb.clients.web.extensions.toolbar.FixedButtonFactory" 108 108 classpathref="classpath" property="base2web" /> 109 <available classname="net.sf.basedb.info.BioAssaySetInfo" 110 classpathref="classpath" property="base2webservice" /> 109 111 <fail unless="base2core" message="Can't find BASE2Core.jar in ./lib/compile. Try 'ant download-lib' to download the missing file." /> 110 112 <fail unless="base2plugins" message="Can't find BASE2CorePlugins.jar in ./lib/compile. Try 'ant download-lib' to download the missing file." /> 111 113 <fail unless="base2web" message="Can't find BASE2Webclient.jar in ./lib/compile. Try 'ant download-lib' to download the missing file." /> 112 <echo>Found BASE2Core.jar, BASE2CorePlugins.jar and BASE2Webclient.jar.</echo> 114 <fail unless="base2webservice" message="Can't find BASE2WSClient.jar in ./lib/compile. Try 'ant download-lib' to download the missing file." /> 115 <echo>Found BASE2Core.jar, BASE2CorePlugins.jar, BASE2Webclient.jar and BASE2WSClient.jar.</echo> 113 116 </target> 114 117 115 118 <target 116 119 name="download-lib" 117 description="Download BASE2Core.jar, BASE2Webclient.jar and BASE2CorePlugins.jar."120 description="Download BASE2Core.jar, BASE2Webclient.jar, BASE2CorePlugins.jar and BASE2WSClient.jar" 118 121 > 119 122 <echo> … … 127 130 <download-lib file="BASE2CorePlugins.jar" /> 128 131 <download-lib file="BASE2Webclient.jar" /> 132 <download-lib file="BASE2WSClient.jar" /> 129 133 </target> 130 134
Note: See TracChangeset
for help on using the changeset viewer.