Commit graph

38 commits

Author SHA1 Message Date
5ea0877ad6 Fixed missing directories on build 2015-01-03 11:20:46 +01:00
c27d28b692 Implemented build process for client-side (static) code and assets using Browserify 2015-01-01 20:23:21 +01:00
0e95f9a073 Refactored build script and versioning to work again after move from SVN to Git at code.google.com 2014-12-15 22:29:34 +01:00
8e7178c3a5 Added target to create a new patch 2014-12-14 10:17:13 +01:00
da65dbbbfd First implementation of Antville add-ons aka trails which hopefully are better suited for a modular approach than the current Feature implementation 2014-11-30 22:27:00 +01:00
ab8560b057 Updated license header and unified comments 2014-07-04 17:16:51 +02:00
c7d78eba65 Reduced line indent from 3 to 2 spaces 2014-07-04 15:32:18 +02:00
6bb0d00c79 Fixed GitHub URLs in build.xml 2013-07-28 20:39:34 +00:00
e58d37e820 Added --force switch to svn export command for directories which are now already created from git submodules 2012-04-22 17:17:36 +00:00
38ab82d586 * Updated location of Jala module (now at GitHub)
* Pushed version string to 1.4
2012-04-20 11:10:37 +00:00
518db43b8a Switched JSDoc to using the recently added codeview template 2011-06-27 20:19:02 +00:00
58c3ba3a24 Removed rc suffix from version string: preparing for release! 2011-06-27 19:02:34 +00:00
054b09d457 Updated Ant target library for uploading files to Google Code to version 0.0.3 2011-06-16 16:20:41 +00:00
51d2953305 * Removed obsolete svn:externals property
* Updated build.xml according to recent changes of jsdoc-toolkit
2011-06-16 15:57:09 +00:00
5a4e8a1de3 * Updated H2 database driver to version 1.3.155
* Set Antville version to 1.3rc
2011-06-16 09:25:06 +00:00
c158dafa70 Removed debugging output 2011-05-29 10:49:45 +00:00
4a4849a02a * Increased version to 1.3b
* Modified helma.dir property to static path
 * Added “extra” to set of directories the gettext parser will scan
2011-05-21 11:21:27 +00:00
8b37e6a224 Rewrote build script to work with forked Helma repositories at GitHub 2011-03-30 09:35:55 +00:00
b27aa3145c * Moved value normalization from HopObject to Metadata prototype
* Removed limitation to edit running polls
 * Fixed some issues in MySQL database scheme
 * Moved routine for replacing version tags from init to export target in build script
2011-02-20 11:26:41 +00:00
64ea43e12e * Updated version number to 1.3α
* Prepared automatic replacement of version and date tags during build process
2011-02-10 23:47:08 +00:00
3bb19f9e93 * Moved files related to build process from build/extra up one level
* Added release target for transferring packages to Google Code
2011-01-21 00:15:18 +00:00
de9755d01a * Removed “-RC” suffix from version number
* Added “-p” switch to jsdoc-toolkit call for inclusion of “private” variable names (ie. starting with an underscore)
2010-06-05 15:33:29 +00:00
bc27343ab8 * Added deletion of POT and PO files in i18n dir to export target
* Removed task deleting compat, db and extra dirs from antclick target
2010-06-05 13:48:04 +00:00
c6643d6eb8 Added patched PoParser.js file from Jala’s HopKit to prevent errors when creating message files on other machines with default Jala installs 2010-06-05 07:37:44 +00:00
74da62f8ed Added exclusion of the db/h2.compat directory when deleting unnecessary files 2010-05-31 08:57:21 +00:00
6a309d7d96 Instead of copying the db/h2.compat directory to apps/antclick directly include it as repository from within apps.properties 2010-05-31 08:30:05 +00:00
2e9395b26b Moved build/extra/antclick directory to db/h2.compat for consistency 2010-05-31 08:18:29 +00:00
f6154ab84d Modified version string to 1.2-RC (release candidate) 2010-05-31 08:05:11 +00:00
668fa8dbeb Replaced h2.jar with newer h2-1.2.136.jar keeping name with version info 2010-05-24 15:47:59 +00:00
c3d0344288 * Added patch build target to build.xml
* Added Root.patch() method to updater repository
 * Transformed SQL scripts into JavaScript code usable with patch build target
 * Added empty global onStop() method to get rid of annoying log message
 * Renamed Root.xgettext() method to Root.extractMessages and moved code from Root.js to Global/i18n.js
 * Renamed Root.main_action() to Root.updater_action() in updater repository
 * Removed function wrapper from patch-*.js files to make them work with patch build target
2010-05-10 21:29:40 +00:00
09884674fb Fixed syntax error in XML 2010-02-04 08:32:10 +00:00
b3eaa8e820 Do not move but copy the h2.txt file to the target directory 2010-02-04 08:26:47 +00:00
678f6a1f53 Ignore external repositories when exporting Antville 2010-02-03 11:57:26 +00:00
66dfe39e9b Moved license file h2.txt from legal to build/extra (only needed in AntClick package) 2010-02-03 11:37:06 +00:00
d56a9b4140 Reformatted XML 2010-02-03 11:26:02 +00:00
3c55faaafa * Added default apps.properties file to extra dir for convenience
* Updated INSTALL file
 * Added instruction to move build/extra/antclick w/o db.properties to extra/postgre for convenient inclusion in apps.properties when using PostgreSQL
2010-02-03 11:18:08 +00:00
6778692e86 * Delete some more files before packing AntClick
* Reformatted XML
2010-02-03 10:01:38 +00:00
8c772bc8cd Modified paths in build.xml according to kinomu and got rid of build.sh/.bat files; build is now
invoked from the base directory directly with the ant command.
2010-02-03 09:11:40 +00:00
Renamed from build/build.xml (Browse further)