summaryrefslogtreecommitdiffstats
path: root/build/products
diff options
context:
space:
mode:
authorwisberg <wisberg>2002-12-18 17:21:37 +0000
committerwisberg <wisberg>2002-12-18 17:21:37 +0000
commit32927b5ae4598cd2793deef988b828b3ac16b064 (patch)
tree824b2dbbd15612d25d8dcaeab20565b99f58e1f6 /build/products
parentdcd9f7160413716cedeac639dba0ae9f55282fd1 (diff)
downloadaspectj-32927b5ae4598cd2793deef988b828b3ac16b064.tar.gz
aspectj-32927b5ae4598cd2793deef988b828b3ac16b064.zip
renamed readmes, corrected links -- tools being used for entire product
Diffstat (limited to 'build/products')
-rw-r--r--build/products/tools/dist/LICENSE-AspectJ.html (renamed from build/products/tools/dist/LICENSE-TOOLS.html)2
-rw-r--r--build/products/tools/dist/README-AspectJ.html (renamed from build/products/tools/dist/README-TOOLS.html)48
2 files changed, 35 insertions, 15 deletions
diff --git a/build/products/tools/dist/LICENSE-TOOLS.html b/build/products/tools/dist/LICENSE-AspectJ.html
index 27bbede73..8e0756904 100644
--- a/build/products/tools/dist/LICENSE-TOOLS.html
+++ b/build/products/tools/dist/LICENSE-AspectJ.html
@@ -10,7 +10,7 @@
<p>This is a binary-only release.&nbsp; Source code
is available from
-<a href="@aspectj.home.url@">@aspectj.home.url@</a></p>
+<a href="http://eclipse.org/aspectj">http://eclipse.org/aspectj</a></p>
<p>The AspectJ compiler and core tools are distributed under the
Common Public License version 1.0 available
diff --git a/build/products/tools/dist/README-TOOLS.html b/build/products/tools/dist/README-AspectJ.html
index 80f57081f..b369b3571 100644
--- a/build/products/tools/dist/README-TOOLS.html
+++ b/build/products/tools/dist/README-AspectJ.html
@@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
-<title>AspectJ Installation Note</title>
+<title>AspectJ Readme</title>
<STYLE TYPE="text/css">
<!--
@@ -141,47 +141,67 @@
<BODY BGCOLOR="white">
-<h2 align="center">AspectJ<sup><small>TM</small></sup> Compiler and Core Tools</h2>
+<h2 align="center">AspectJ<sup><small>TM</small></sup></h2>
<p align="center"><i>Version @build.version.long@ released on @build.date@.</i></p>
<h3>1 Contents of this Package</h3>
<UL>
- <li>in the directory <CODE>&lt;aspectj install dir&gt;/bin</CODE>
+ <li>the <a href="bin"><CODE>&lt;aspectj install dir&gt;/bin</CODE></a>
+ directory has scripts for
<ul>
- <li><CODE>ajc</CODE>: compiler for the AspectJ language</li>
+ <li><CODE>ajc</CODE>: the compiler for the AspectJ language</li>
<!-- XXX removed references to ajdoc and ajdb -->
- <li><CODE>ajbrowser</CODE>: GUI for compiling programs with
- <CODE>ajc</CODE> and navigating the
- crosscutting structure</li>
+ <li><CODE>ajbrowser</CODE>: a graphical editor for
+ compiling programs with <CODE>ajc</CODE>
+ and navigating the crosscutting structure of those programs</li>
</ul>
- <li>in the directory <CODE>&lt;aspectj install dir&gt;/lib</CODE>
+ <li>the directory <a href="lib"><CODE>&lt;aspectj install dir&gt;/lib</CODE></a>
+ has the AspectJ binaries,
<ul>
<li><CODE>aspectjtools.jar</CODE>: libraries for the
- AspectJ compiler, core tools, and Ant tasks</li>
+ <code>ajc</code>, <code>ajbrowser</code>, and Ant tasks</li>
<li><CODE>aspectjrt.jar</CODE>: libraries for compiled
AspectJ code</li>
</ul>
</li>
+ <li>the directory <a href="doc"><CODE>&lt;aspectj install dir&gt;/doc</CODE></a>
+ has examples, guides for programming and development environments,
+ instructions for the Ant tasks, and a quick reference, all available
+ from <a href="doc/index.html">index</a> page.
+ </li>
+ <li>this <a href="README-AspectJ.html">README-AspectJ.html</a>, and
+ </li>
+ <li>the <a href="LICENSE-AspectJ.html">LICENSE-AspectJ.html</a>
+ applying to this distribution.
+ </li>
</UL>
<hr>
<h3>2 Install Procedure</h3>
-<p>After finishing automatic installation, we recommend that you perform the
+<p>The AspectJ tools <code>ajc</code> and <code>ajbrowser</code> are
+Java programs that can be run indirectly from the scripts or
+directly from <code>aspectjtools.jar</code>.
+The <code>aspectjrt.jar</code> needs to be on the classpath
+when compiling or running programs compiled
+by <code>ajc</code>. This procedure shows ways to do that.
+</p>
+
+<p>After finishing automatic installation, we recommend that the
following steps to complete your installation:</p>
- <p><b>2.1 Add <CODE>&lt;aspectj install dir&gt;/lib/aspectjrt.jar</CODE> to your class path</b></p>
+ <p><b>2.1 Add <CODE>&lt;aspectj install dir&gt;/lib/aspectjrt.jar</CODE>
+ to your class path</b></p>
<blockquote>
- <p>This .jar file contains several small classes that are
- required to compile programs with the ajc compiler, and are the only
- extra classes necessary to run programs compiled with the ajc
+ <p>This small .jar file contains classes required to compile programs
+ with the ajc compiler, and to run programs compiled with the ajc
compiler. You must have these classes somewhere on your class path
when running programs compiled with ajc. For detailed instructions
please see the <a href="#configInstructions">Configuration