Ticket #589 (closed defect: worksforme)
build.xml: fails on windows platform
Description
At least rhino call gives an error. Also, there might be another line too if I remember correctly.
<!-- TODO: ERROR: for some reason this does not work on Windows platform, please fix! -->
<java dir="${output-dir}/lib/themes" jar="build/lib/custom_rhino.jar" fork="true" failonerror="true" maxmemory="64m" output="@{file}">
<arg value="-c" />
<arg value="@{file}" />
</java>
I suspect it is because <java.. argument handling is platform specific. If you touch into this, test it with OSX, Linux and Windows platforms.
Change History
Note: See
TracTickets for help on using
tickets.
