Commit graph

61 commits

Author SHA1 Message Date
hns
41c9ff1670 Updated version info. 2003-06-06 13:52:50 +00:00
hns
c6a371a609 Updated Helma version to 1.2.5-pre1, Antclick to 1.0.1-pre1
Removed apps.properties generation element, the file from CVS is used instead.
2003-06-04 13:40:25 +00:00
hns
4712fac888 Updated Helma version to 1.2.4 2003-04-15 14:37:11 +00:00
p3k
a63526e7d7 * modified build.xml to only copy jar files from helma/lib (no recursion)
* added mysql.jar to helma/build/main/lib/ext
(note: we could remove helma/lib/ext/mysql.jar now)
2003-03-20 19:11:06 +00:00
hns
79e3c082bf Updated Helma version to 1.2.3
Replaced hopblog application with gong.
2003-03-05 14:49:25 +00:00
hns
ac0c47adc1 Updated version to 1.2.2 2003-02-04 15:39:59 +00:00
hns
1fec2b0be0 updated helma version to 1.2.1 2002-12-17 16:47:14 +00:00
hns
14f8c0cf1c Updated version to 1.2 2002-12-10 15:58:41 +00:00
hns
020766d634 Updated helma version to 1.2 rc2 and antclick version to 1.0pre3 2002-12-05 18:06:24 +00:00
hns
853001e62e Include README.txt (which is up to date) and exclude docs/ (which is outdated) 2002-12-05 14:15:26 +00:00
hns
2e9f98039d Updated version string to 1.2 RC1 2002-12-03 12:58:15 +00:00
hns
4e8a6f3a12 Do not include source file in main helma distribution and make separate source
package instead.
2002-12-03 12:50:28 +00:00
hns
0f07aa0b41 Fix indentation (tab to space) 2002-12-03 10:33:43 +00:00
hns
2a9515663a Update version, copy launcher.jar 2002-11-26 17:35:17 +00:00
hns
1e7dee5c80 Generate launcher.jar. 2002-11-18 16:09:04 +00:00
hns
aa1b666fbd Updated antclick version to 1.0pre2 2002-10-25 13:51:16 +00:00
hns
50853a16c6 The RMI interface to Application is now put into a separate RemoteApplication class. 2002-09-26 16:43:46 +00:00
hns
c044ab86ab Set debug on so we get line numbers with stack traces. 2002-08-01 16:04:04 +00:00
hns
748c225afe Attempt to copy licenses folder into build package 2002-07-24 18:46:38 +00:00
hns
8f75b2183c create images dir (although this doesn't seem to be necessary) 2002-07-16 15:37:07 +00:00
hns
af183dfb0e unzip images to /static/images instead of /static/antville 2002-07-16 15:30:03 +00:00
hns
e724c8367e added mountpoint for base app in apps.properties file 2002-07-11 12:34:50 +00:00
p3k
02c20371b0 added access permission for execution of hop.sh in tar action;
added prefix parameter in tar actions
2002-06-28 16:28:56 +00:00
p3k
b2890fe700 added chmod 755 for hop.sh; renamed param buildvariation to distribution 2002-06-25 14:35:03 +00:00
p3k
06ade1be76 removed target "app-package" (is replaced by target "app" and some cool code by stefanp in build.sh / .bat) 2002-06-18 14:40:20 +00:00
p3k
9a39b7b589 added little target "help" that only depends on "usage" for convenience 2002-06-18 14:24:06 +00:00
stefanp
9851f312f7 make sure dist-directory exists everywhere 2002-06-18 12:20:17 +00:00
stefanp
3461ea9ef1 removed todo-list 2002-06-18 11:08:53 +00:00
stefanp
1527bef536 first checkin of build-model which fits the new cvs-layout 2002-06-18 11:01:29 +00:00
hns
a6e1df85b0 Removed RMI compiler tags for Remote Image manipulation classes
(which have been removed).
2002-06-11 17:06:56 +00:00
p3k
cdc0fb82f2 don't delete the snapshot.src directory 2002-06-05 16:57:45 +00:00
p3k
8a00c456d8 still experimenting with file permissions and the right taring... 2002-05-15 17:50:17 +00:00
p3k
b03410952c grrr, i hate that tar xml ant weirdo-ness: still experimenting with file permissions and the right taring... 2002-05-15 17:33:15 +00:00
p3k
d240acab24 modified antclick task to achieve correct file permissions when taring that thang 2002-05-15 17:23:59 +00:00
p3k
db9fab2c8c fixed a typo creating syntax error in line 313 2002-05-15 16:35:00 +00:00
p3k
1f2cf86509 added lines in target "antclick" for creating a tgz package, too 2002-05-15 16:32:08 +00:00
p3k
0dcf1ad58b added line to change access rights for hop.sh in /antclick 2002-05-15 15:57:02 +00:00
p3k
e1b5aedeca added targets "antclick", "cleanup", "fullcleanup"; modified target "package" (now excludes docs) and added target "fullpackage" (which does what "package" did before) 2002-05-15 15:51:28 +00:00
p3k
a193cbf2b2 added a lot of beautiful comments at the beginning of the file (to inform about the different targets and their purpose) 2002-05-14 16:18:09 +00:00
p3k
9bcef4ca11 removed rss application; instead, added a new target for checking out and zipping any application residing in the cvs [syntax: ant -buildfile file.xml -Dapplication=appName] 2002-05-10 16:01:14 +00:00
stefanp
c0d7a163ba checkout now gets only the sources, checkoutfull gets everything needed
for building.
2002-04-26 15:09:36 +00:00
p3k
f99abd660d added rss application to checkout 2002-04-25 15:37:16 +00:00
stefanp
c9c85a67c7 separated building of snapshot and of distribution.
"build package" now works in helma/work-directory only.
added targets "build snapshot" and "build snapshotcompile" to build helma.jar
added target "build helmadocs" to download documentation from helma.org.
2002-04-25 14:08:48 +00:00
p3k
5fb400ec4c added zipped application manager 2002-03-21 17:33:14 +00:00
p3k
0ba6b08469 added line to prevent build.sh from being included twice 2001-11-29 14:56:44 +00:00
p3k
79763b9c9a added chmod 755 in tarfileset for build.sh 2001-11-28 14:30:19 +00:00
p3k
09fc07cfd2 added chmod 755 for build.sh; updated version number 2001-11-28 13:22:26 +00:00
p3k
cde4b29a5b added more example applications for checkout 2001-11-27 15:44:17 +00:00
p3k
af93d7b66a added application "himp" for check-out 2001-11-16 19:53:47 +00:00
p3k
29a7f75ec2 added package inclusion of build and src files; removed package inclusion of helma-src.jar 2001-11-08 14:44:41 +00:00