-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathREADME.txt
43 lines (31 loc) · 1.61 KB
/
README.txt
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
===========================================================
Welcome to Apache ESME <http://esme.apache.org/>
===========================================================
Enterprise Social Messaging Experiment (ESME) is a secure and highly
scalable microsharing and micromessaging platform that allows people to
discover and meet one another and get controlled access to other sources
of information, all in a business process context.
Building ESME
=============
Please note that ESME currently only works with JDK 1.6. We are hopeful
that JDK 1.5 will soon be supported.
You can build the ESME sources using the Maven 2 build system. Execute the
following command in the ESME source directory to build the sources and
to start the application via jetty:
mvn jetty:run
See the Maven web site at http://maven.apache.org/ for more instructions
and the latest Maven downloads.
Mailing Lists
=============
Discussion about the ESME project takes place on the development mailing
list [email protected]. The list is open to anyone and
publicly archived. You can subscribe the mailing list by sending a
message to [email protected], and unsubscribe by
sending a message to [email protected]. To receive
more instructions, send a message to [email protected].
Issue Tracker
=============
If you encounter errors in ESME or want to suggest an improvement or
a new feature, please visit the ESME issue tracker at
https://issues.apache.org/jira/browse/ESME. There you can also find the
latest information on known issues and recent bug fixes and enhancements.