Changeset 1383 for extensions/net.sf.basedb.mev/trunk/build.xml
- Timestamp:
- Aug 22, 2011, 3:38:32 PM (11 years ago)
- Location:
- extensions/net.sf.basedb.mev/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.mev/trunk
- Property svn:ignore
-
old new 4 4 build.properties 5 5 .project 6 mev-launcher.jar
-
- Property svn:ignore
-
extensions/net.sf.basedb.mev/trunk/build.xml
r1294 r1383 25 25 <property name="javac.target" value="1.6" /> 26 26 <property name="javac.encoding" value="UTF-8" /> 27 <property name="depend.jars" value="http://base2.thep.lu.se/base/jars/ 2.17.0" />27 <property name="depend.jars" value="http://base2.thep.lu.se/base/jars/" /> 28 28 29 29 <!-- set up classpath for compiling --> … … 193 193 <target 194 194 name="checkjar" 195 description="Checks that the BASE2Core.jar, BASE2Webclient.jar, BASE2CorePlugins.jar and BASE2WSClient.jar exists."195 description="Checks that the base-core-3.0.0.jar, base-webclient-3.0.0.jar, base-coreplugins-3.0.0.jar and base-webservices-client-3.0.0.jar exists." 196 196 > 197 197 <available classname="net.sf.basedb.util.export.spotdata.AbstractBioAssaySetExporter" 198 classpathref="classpath" property="base 2core" />198 classpathref="classpath" property="basecore" /> 199 199 <available classname="net.sf.basedb.plugins.util.Parameters" 200 classpathref="classpath" property="base 2plugins" />200 classpathref="classpath" property="baseplugins" /> 201 201 <available classname="net.sf.basedb.clients.web.extensions.toolbar.FixedButtonFactory" 202 classpathref="classpath" property="base 2web" />202 classpathref="classpath" property="baseweb" /> 203 203 <available classname="net.sf.basedb.info.BioAssaySetInfo" 204 classpathref="classpath" property="base 2webservice" />205 <fail unless="base 2core" message="Can't find BASE2Core.jar in ./lib/compile. Try 'ant download-lib' to download the missing file." />206 <fail unless="base 2plugins" message="Can't find BASE2CorePlugins.jar in ./lib/compile. Try 'ant download-lib' to download the missing file." />207 <fail unless="base 2web" message="Can't find BASE2Webclient.jar in ./lib/compile. Try 'ant download-lib' to download the missing file." />208 <fail unless="base 2webservice" message="Can't find BASE2WSClient.jar in ./lib/compile. Try 'ant download-lib' to download the missing file." />209 <echo>Found BASE2Core.jar, BASE2CorePlugins.jar, BASE2Webclient.jar and BASE2WSClient.jar.</echo>204 classpathref="classpath" property="basewebservice" /> 205 <fail unless="basecore" message="Can't find base-core-3.0.0.jar in ./lib/compile. Try 'ant download-lib' to download the missing file." /> 206 <fail unless="baseplugins" message="Can't find base-coreplugins-3.0.0.jar in ./lib/compile. Try 'ant download-lib' to download the missing file." /> 207 <fail unless="baseweb" message="Can't find base-webclient-3.0.0.jar in ./lib/compile. Try 'ant download-lib' to download the missing file." /> 208 <fail unless="basewebservice" message="Can't find base-webservices-client-3.0.0.jar in ./lib/compile. Try 'ant download-lib' to download the missing file." /> 209 <echo>Found base-core-3.0.0.jar, base-coreplugins-3.0.0.jar, base-webclient-3.0.0.jar and base-webservices-client-3.0.0.jar.</echo> 210 210 </target> 211 211 … … 251 251 <target 252 252 name="download-lib" 253 description="Download BASE2Core.jar, BASE2Webclient.jar, BASE2CorePlugins.jar and BASE2WSClient.jar"253 description="Download base-core-3.0.0.jar, base-webclient-3.0.0.jar, base-coreplugins-3.0.0.jar and base-webservices-client-3.0.0.jar" 254 254 > 255 255 <echo> … … 260 260 ------------------------------------------------------- 261 261 </echo> 262 <download-lib file=" BASE2Core.jar" />263 <download-lib file=" BASE2CorePlugins.jar" />264 <download-lib file=" BASE2Webclient.jar" />265 <download-lib file=" BASE2WSClient.jar" />262 <download-lib file="base-core-3.0.0.jar" /> 263 <download-lib file="base-webclient-3.0.0.jar" /> 264 <download-lib file="base-coreplugins-3.0.0.jar" /> 265 <download-lib file="base-webservices-client-3.0.0.jar" /> 266 266 </target> 267 267
Note: See TracChangeset
for help on using the changeset viewer.