| 1 | DAC (Dynamic Agent Computations) 0.12 Release Notes |
|---|
| 2 | |
|---|
| 3 | 1. Overview |
|---|
| 4 | |
|---|
| 5 | This release contains: |
|---|
| 6 | |
|---|
| 7 | * Bug fixes |
|---|
| 8 | * Finished known issues from 0.11 |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | 2. Installation Prerequisites |
|---|
| 12 | |
|---|
| 13 | Before installing DAC (Dynamic Agent Computations), make sure the following products, |
|---|
| 14 | with the specified versions, are installed on your system: |
|---|
| 15 | |
|---|
| 16 | * Java 6 Development Kit |
|---|
| 17 | * Apache ant 1.6 |
|---|
| 18 | |
|---|
| 19 | 2.1 Java 6 Development Kit |
|---|
| 20 | |
|---|
| 21 | You must install the J2SE Development Kit (JDK) 6, which can be downloaded |
|---|
| 22 | from: |
|---|
| 23 | |
|---|
| 24 | http://java.sun.com/javase/downloads/index.jsp |
|---|
| 25 | |
|---|
| 26 | After 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 | |
|---|
| 35 | 2.2 Apache Ant 1.6.5 (or newer, 1.7.0 will work as well) |
|---|
| 36 | |
|---|
| 37 | To run samples included in the binary distribution of Apache CXF, |
|---|
| 38 | you must install the Apache Ant 1.6.5 build utility, which can be downloaded |
|---|
| 39 | from: |
|---|
| 40 | |
|---|
| 41 | http://ant.apache.org/bindownload.cgi |
|---|
| 42 | |
|---|
| 43 | After installing Apache Ant, add the <AntInstallDir>/bin directory to your PATH. |
|---|
| 44 | |
|---|
| 45 | For more details, see the Installation Guide. |
|---|
| 46 | |
|---|
| 47 | |
|---|
| 48 | 3. Building the Samples |
|---|
| 49 | |
|---|
| 50 | Building the samples included in the binary distribution is easy. Change to |
|---|
| 51 | the samples directory and follow the build instructions in the README.txt file |
|---|
| 52 | included with each sample. |
|---|
| 53 | |
|---|
| 54 | |
|---|
| 55 | 4. Reporting Problems |
|---|
| 56 | |
|---|
| 57 | If you have any problems or want to send feedback of any kind, please |
|---|
| 58 | use DAC discussion board: |
|---|
| 59 | |
|---|
| 60 | http://www.dacframe.org/trac/dac/discussion |
|---|
| 61 | |
|---|
| 62 | |
|---|
| 63 | 5. 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 | |
|---|
| 76 | 6. Known issues |
|---|
| 77 | * |
|---|