Commit cd1f0cba authored by Christian Schudt's avatar Christian Schudt

Clean plugins directory when calling Ant "plugins" target.

Don't know why, but it fixes the issue described here:
https://community.igniterealtime.org/thread/55868

org.apache.jasper.JasperException: XML parsing error on file /WEB-INF/web.xml
parent da205c4d
......@@ -1191,6 +1191,8 @@
<!-- plugins =============================================================================== -->
<target name="plugins" description="Builds all plugins" depends="anttasks">
<antcall target="clean-plugins"/>
<tstamp>
<format property="buildJavaDate" pattern="MMM dd, yyyy"/>
</tstamp>
......
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