summaryrefslogtreecommitdiffstats
path: root/build/package/mac-readme.txt
blob: 210bf8c86617a5ac25e6242eec6e477ff0dd696a (plain)
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
==============================================================================
IT Mill Toolkit <version></version> Readme
==============================================================================

-------------
How to Start?
-------------

Just double-click Start IT Mill Toolkit icon. It will start a web application at port 8888
on the local host and opens a web browser window to display the start page of IT Mill
Toolkit Content Browser.

If the start icon fails in your environment for some reason, another option is to open a
shell window, change to the installation directory, and execute "sh start.sh".

The installation directory is a web application as itself and is directly importable to
Eclipse IDE by selecting "File / Import / Existing Projects into Workspace" from Eclipse
main menu. See the manual for detailed instructions.

------------------------------------------
What's Inside the IT Mill Toolkit Package?
------------------------------------------

You should start exploring IT Mill Toolkit through the provided Content Browser web
application within this package; see 'How to Start?' above.

The WebContent directory contains the content available through the Content Browser: the
IT Mill Toolkit Library, demos, documentation, and other useful information to get started
with IT Mill Toolkit.

Below is a list of most important locations and files:

Start IT Mill Toolkit
- start exploring IT Mill Toolkit by double-clicking this icon

COPYING
- license file

WebContent/WEB-INF/lib/itmill-toolkit-<version></version>.jar
- IT Mill Toolkit Library containing Java source and compiled files

WebContent/demo/itmill-toolkit.war
- deployable demo application for your application server

WebContent/doc/manual.pdf
- IT Mill Toolkit Reference Manual in PDF format

WebContent/doc/manual/index.html
- IT Mill Toolkit Reference Manual in HTML format

WebContent/doc/api/index.html
- IT Mill Toolkit API Documentation as JavaDoc reference

WebContent/WEB-INF/src
- Content Browser source code, compiled into WebContent/WEB-INF/classes
 
WebContent/doc/example-source
- example source code in HTML format

WebContent/demo
- files required by the demos

IT Mill Toolkit Hosted Mode.launch
IT Mill Toolkit Web Mode.launch
- launch configurations for Eclipse workspace

build-widgetsets.xml
- builds GWT widget sets for IT Mill Toolkit applications

WebContent/ITMILL
- widget sets and themes

gwt
- Google Web Toolkit is required for building new widget sets