ramido / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

Add ant build scripts to example.workbench #141

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are currently no build scripts. We should add ant build scripts for:

(1) draft compile build with assertions enabled
(2) production compile (max optimization, no assertions, no casting or class 
information)
(3) deployment
(4) zip build from repository for given revision (includes svn checkout of 
components, jar file creation, etc.

Original issue reported on code.google.com by Lars.Grammel on 7 Feb 2011 at 2:04

GoogleCodeExporter commented 9 years ago
Useful links:

http://code.google.com/webtoolkit/doac/latest/FAQ_DebuggingAndCompiling.html#Wha
t%27s_with_all_the_cache/nocache_stuff_and_weird_filenames

http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#
compiler_options

Original comment by Lars.Grammel on 28 Mar 2011 at 8:24