close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
01/06/2011 11:00:17 AM (10 years ago)
- Author:
-
malte.appeltauer
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
11 | 11 | '''Dynamic Composition'''. JCop provides control-flow specific layer composition as known from other COP languages. In addition, it offers declarative composition statements that are specified within context modules and thus combines COP with concepts of aspect-oriented programming. |
12 | 12 | |
13 | | == Downloads == |
| 13 | == Downloads & Installation == |
14 | 14 | |
15 | | * [https://www.hpi.uni-potsdam.de/hirschfeld/svn/cop/JCopProject/src/JCop/versions/ Download latest JCop Compiler] |
| 15 | An archive containing the latest version of JCop and all necessary files is available in our [https://www.hpi.uni-potsdam.de/hirschfeld/svn/cop/JCopProject/src/JCop/versions/ repository]. In addition, a JVM 1.5 or higher must be installed on the system. |
16 | 16 | |
17 | | |
18 | | == Installation == |
19 | | |
20 | | An archive containing the latest version of JCop and all necessary files is available [https://www.hpi.uni-potsdam.de/hirschfeld/svn/cop/JCopProject/src/JCop/versions/ here]. In addition, a |
21 | | JVM 1.5 or higher must be installed on the system. |
22 | | |
23 | | === Required Files === |
24 | | |
25 | | The following files are required to run the compiler at the command line. Besides the |
26 | | platform independent JAR archives the JCop distribution contains command scripts for |
27 | | Windows and Unix systems. |
| 17 | The archive contains the following files that are required to run the compiler via command line. Besides the platform independent JAR archives the JCop distribution contains command scripts for Windows and Unix systems. |
28 | 18 | |
29 | 19 | * ''jcop.jar'', Executable archive that contains the JCop compiler. |