← Back to team overview

slub.team team mailing list archive

[Merge] lp:~ralf-claussnitzer/goobi-production/bug-988837 into lp:goobi-production

 

Ralf Claussnitzer has proposed merging lp:~ralf-claussnitzer/goobi-production/bug-988837 into lp:goobi-production.

Requested reviews:
  Henning Gerhardt (henning-gerhardt)
Related bugs:
  Bug #988837 in Goobi.Production: "tomcat deployment target failes"
  https://bugs.launchpad.net/goobi-production/+bug/988837

For more details, see:
https://code.launchpad.net/~ralf-claussnitzer/goobi-production/bug-988837/+merge/103684
-- 
https://code.launchpad.net/~ralf-claussnitzer/goobi-production/bug-988837/+merge/103684
Your team Saxon State Library Team is subscribed to branch lp:goobi-production.
=== modified file 'deploy.xml'
--- deploy.xml	2011-12-20 08:07:09 +0000
+++ deploy.xml	2012-04-26 12:40:50 +0000
@@ -43,7 +43,11 @@
         Datatype declarations
         ==================================================-->
 
-    <taskdef name="catalina-deploy" classname="org.apache.catalina.ant.DeployTask"/>
+    <taskdef name="catalina-deploy" classname="org.apache.catalina.ant.DeployTask">
+		<classpath>
+			<fileset dir="${build.tomcat.dir.lib}"/>
+		</classpath>
+	</taskdef>
 
     <!--==================================================
         Public build Targets


Follow ups