You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2008/08/07 05:26:49 UTC

svn commit: r683493 - /incubator/jspwiki/trunk/build.xml

Author: ajaquith
Date: Wed Aug  6 20:26:48 2008
New Revision: 683493

URL: http://svn.apache.org/viewvc?rev=683493&view=rev
Log:
Fixed broken Ant 'war-tomcat' target.

Modified:
    incubator/jspwiki/trunk/build.xml

Modified: incubator/jspwiki/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=683493&r1=683492&r2=683493&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Wed Aug  6 20:26:48 2008
@@ -988,6 +988,7 @@
     <taskdef classname="org.apache.jasper.JspC" name="jasper2">
       <classpath>
         <path refid="tomcat.classpath" />
+        <path refid="path.base" />
       </classpath>
     </taskdef>
     <jasper2