Ticket #1012 (closed defect: fixed)

Opened 15 months ago

Last modified 15 months ago

Packaging: Win, Linux packages not created (only OSX)

Reported by: Jani Laakso Owned by: Jani Laakso
Priority: blocker Milestone: 5.0.0-beta-phase2 (release candidate)
Component: Packaging Version: 5.0.0-pre
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: yes Contract:

Description

build.xml creates now only single (partially OSX specific) ZIP package

Add platform specific build blocks, add build-for-all-platforms which loops each plat. specific builds

Windows needs ZIP package.

  • eclipse import fails because Windows GWT binaries are not added
  • classpath needs to be updated
  • add start-demo.bat

Linux needs tar.gz package

  • eclipse import fails because Linux GWT binaries are not added
  • classpath needs to be updated

OSX needs tar.gz (or dmg) package which is mostly done.

  • eclipse import works

Change History

Changed 15 months ago by Jani Laakso

  • component changed from undefined to Packaging

Changed 15 months ago by Jani Laakso

  • status changed from new to closed
  • hours_left changed from 3 to 0
  • resolution set to fixed
	<!-- Package creation - - - - - - - - - - - - - - - - - - - - - - - - -

	When creating release use only "package-*" targets:
	package-all-platforms
	 * creates four release packages for three three platforms (below)
	 
	package-windows
     * itmill-toolkit-windows-<version>.zip
	
	package-linux
	 * itmill-toolkit-linux-<version>.tar.bz2
	 
	package-mac
	 * itmill-toolkit-mac-<version>.tar.gz
	 * itmill-toolkit-mac-<version>.dmg

	NOTE: This build script requires directories named build/gwt/(linux|windows|mac) .
	You must unpack platform specific binaries under linux, windows and mac directories.
	build/gwt/(linux|windows|mac) are used for
  	a) compile WebContent/ITMILL/widgetsets
	b) creating platform specific release ZIP/TGZ packages.
	-->
Note: See TracTickets for help on using tickets.