diff options
author | wisberg <wisberg> | 2005-01-29 09:19:00 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-01-29 09:19:00 +0000 |
commit | 231112c89fbae16bc327e89e23397aed66d8f919 (patch) | |
tree | 8de134de017b64956e8fc9d882c3015bc23ac299 /org.aspectj.lib/readme-org.aspectj.lib.html | |
parent | 311cef3ae0d9d1b8b1bb6b12da9b6d035525b3ee (diff) | |
download | aspectj-231112c89fbae16bc327e89e23397aed66d8f919.tar.gz aspectj-231112c89fbae16bc327e89e23397aed66d8f919.zip |
Initial library module
Diffstat (limited to 'org.aspectj.lib/readme-org.aspectj.lib.html')
-rw-r--r-- | org.aspectj.lib/readme-org.aspectj.lib.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/org.aspectj.lib/readme-org.aspectj.lib.html b/org.aspectj.lib/readme-org.aspectj.lib.html new file mode 100644 index 000000000..18afd17ca --- /dev/null +++ b/org.aspectj.lib/readme-org.aspectj.lib.html @@ -0,0 +1,36 @@ +<html> + <head><title>org.aspectj.lib library module</title></head> + <body> + <h1>org.aspectj.lib library module</h1> +<p> +This module is compiled using AspectJ, both in Eclipse and with Ant. +The Eclipse support is defined as usual in +<a href=".classpath">.classpath</a> and <a href=".project">.project</a>. +The Ant build support in <a href="../build/build.xml">../build/build.xml</a> +is limited: +</p> +<ul> + <li>This module is built and published as + <code>{aspectj}/lib/aspectjlib.jar</code>. + This happens automatically, with no explicit Ant script. + The <a href="../build/src/org/aspectj/internal/tools/build/Builder.java"> + Builder.java</a> + task uses <code>moduleAliasFor(String)</code> to map from the name of + the empty file + <a href="../build/products/tools/dist/lib/aspectjlib.jar"> + ../build/products/tools/dist/lib/aspectjlib.jar</a> + back to the module output + <a href="../aj-build/jars/org.aspectj.lib.jar"> + ../aj-build/jars/org.aspectj.lib.jar</a>.</li> + <li>The AspectJ support compiles only source files in <a href="src/">src/</a></li> + <li>It does not use inpath, aspectpath, or any other aspectj-specific + option</li> + <li>All non-Java (resource) files in the source directory will be included + in the library.</li> + <li>There should be no dependencies. Any libraries or modules on + the Java classpath would be included in the shipped library.</li> + <li>This is built using the release of AspectJ in + <a href="../lib/aspectj">../lib/aspectj</a>.</li> +</ul> + </body> +</html>
\ No newline at end of file |