Commit c2c2c5b4 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Schnapps! Fix for JM-58 (multiple plugins fail on build) - thanks ryang.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1047 b35dd754-fafc-0310-a699-88a17e54d16e
parent e1e618bb
......@@ -340,7 +340,7 @@
</target><target name="-jspc-impl" unless="no.jspc">
<!-- Have to use Tomcat 5's JspC task, not the default Ant one -->
<taskdef classname="org.apache.jasper.JspC" name="jasper2" >
<taskdef classname="org.apache.jasper.JspC" name="jasper2" loaderref="jasper">
<classpath id="jspc.classpath">
<pathelement location="${java.home}/../lib/tools.jar" />
<pathelement path="${compile.dir}" />
......@@ -809,7 +809,7 @@
</copy>
<!-- Declare the jspc task with our plugin's classpath -->
<taskdef classname="org.apache.jasper.JspC" name="jasper2" >
<taskdef classname="org.apache.jasper.JspC" name="jasper2" loaderref="jasper">
<classpath>
<pathelement location="${java.home}/../lib/tools.jar" />
<pathelement location="${plugin.dev.dest.dir}/@{plugin}/target/lib/plugin-@{plugin}.jar" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment