Commit 49f4b6bb authored by Quality Assurance's avatar Quality Assurance Committed by qa

Fixed JSPC and paths with spaces issue

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6245 b35dd754-fafc-0310-a699-88a17e54d16e
parent 16a53afc
......@@ -439,10 +439,10 @@
<pathelement path="${compile.dir}"/>
<path refid="jspc.dependencies"/>
</classpath>
<arg line="-uriroot ${web.dir}"/>
<arg line="-d ${jspc.java.dest.dir}"/>
<arg line="-uriroot '${web.dir}'"/>
<arg line="-d '${jspc.java.dest.dir}'"/>
<arg line="-p org.jivesoftware.wildfire.admin"/>
<arg line="-webinc ${jspc.dest.dir}/web.partial.xml"/>
<arg line="-webinc '${jspc.dest.dir}/web.partial.xml'"/>
</java>
<!-- Compile java source -->
......
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