-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathInstall
74 lines (49 loc) · 1.58 KB
/
Install
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Lainsoft Forge
==============
version 0.3 alfa
2005-mar-03
Preview
-----------------
In order to been able to complie and generate the bin jar
you need to create a "lib" named directory in the project base path
there you will provide this libs:
commons-beanutils ver >= 1.7
commons-betwixt ver >= 0.6
commons-collection ver >= 3.1
commons-digister ver >= 1.6
commons-logging ver >= 1.0.4
xdoclet ver >= 1.2.2
servlet-api ver >= 2.4
jsp-api ver >= 2.0
commons-fileupload ver >= 1.2.1
bsf ver >= 2.4.0
Compiling
-----------------
To compile, generate documentation, and the bin jar you will need
apache-ant (soon apache-maven), which you can obtain from http://ant.apache.org/,
then in the base path of the project just type:
$ ant
In the case you just want to compile the source files just type:
$ ant compile
Generating javadoc:
$ ant docs
Generate web.xml and forge.tld
$ ant webdesc
Create bin jar:
$ ant bin_dist
And finally generate source tar.bzip2
$ ant src_dist
ToDo
---------------
There are many things to do, so we enlist it:
- Document the project, this means javadoc mostly,
and content for the project page
- Mavenize the project
- For the next release we need to aggregate the CompositeCommand
feature for more details send a mail to hesenrre at gmail dot com
(this is a temporal mail address until we fix our mail server)
- Code the persistance, and interaction modules, for more details
send a mail to the address above.
Repository
---------------
http://darcs.lainsoftfoundation.org/browse?r=forge;a=summary