Navigation


root/release_notes.txt

Revision 383:743859ef0e21, 2.0 KB (checked in by abalcerzak <abalcerzak@…>, 2 years ago)

minor fixes and 0.12 preparation

Line 
1DAC (Dynamic Agent Computations) 0.12 Release Notes
2
31. Overview
4 
5This release contains:
6
7    * Bug fixes
8    * Finished known issues from 0.11
9
10
112. Installation Prerequisites
12
13Before installing DAC (Dynamic Agent Computations), make sure the following products,
14with the specified versions, are installed on your system:
15
16    * Java 6 Development Kit
17    * Apache ant 1.6
18
192.1 Java 6 Development Kit
20
21You must install the J2SE Development Kit (JDK) 6, which can be downloaded
22from:
23
24    http://java.sun.com/javase/downloads/index.jsp
25
26After installing the JDK, set or modify the following environment variables:
27
28    * JAVA_HOME -- set this environment variable
29      to point at the root directory of the JDK 6.0 installation.
30
31    * PATH -- make sure that your PATH includes:
32      %JAVA_HOME%\bin  (Windows)
33      $JAVA_HOME/bin   (UNIX)
34
352.2 Apache Ant 1.6.5 (or newer, 1.7.0 will work as well)
36
37To run samples included in the binary distribution of Apache CXF,
38you must install the Apache Ant 1.6.5 build utility, which can be downloaded
39from:
40
41    http://ant.apache.org/bindownload.cgi
42
43After installing Apache Ant, add the <AntInstallDir>/bin directory to your PATH.
44
45For more details, see the Installation Guide.
46
47
483. Building the Samples
49
50Building the samples included in the binary distribution is easy. Change to
51the samples directory and follow the build instructions in the README.txt file
52included with each sample.
53
54
554. Reporting Problems
56
57If you have any problems or want to send feedback of any kind, please
58use DAC discussion board:
59
60http://www.dacframe.org/trac/dac/discussion
61
62
635. Specific issues, features, and improvements fixed in this version
64
65** Bugs
66    * Google App Engine log4j warning issue
67
68** Features
69    * #66: Implement Executor Service feature on Google App Engine
70    * #67: Implement Dynamic Execution of External Code on Google App Engine
71
72** Samples
73    * usage_of_the_CMBF_ex - added an option to run this sample on Google App Engine
74
75
766. Known issues
77    *
Note: See TracBrowser for help on using the browser.