Ticket #589 (closed defect: worksforme)

Opened 21 months ago

Last modified 19 months ago

build.xml: fails on windows platform

Reported by: Jani Laakso Owned by: Jani Laakso
Priority: trivial Milestone:
Component: Packaging Version: 4.0.1-rc
Keywords: Cc:
Known Issue description:
Hours estimate: 0 Deadline (dd.mm.yyyy):
Known Issue version (since): Known Issue title:
Hours done: Depends to:
Affects documentation: no
Known Issue workaround:
Affects release notes: no Contract:

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

Changed 19 months ago by Jani Laakso

  • status changed from new to closed
  • hours_left changed from 0.75 to 0
  • resolution set to worksforme
  • affects_release_notes unset

Jouni has succesfully made build with Windows platform.

Note: See TracTickets for help on using tickets.