diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-24 23:45:39 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-24 23:45:39 +0700 |
commit | dddefd99b1d5e7078e0212343fdce3230f2aec18 (patch) | |
tree | 0b367d596cdeb68a8faf7ea592be4ea10b8e2f5f /docs/developer | |
parent | ad4a42ce1d7d2110f0b9cda5c97dd43215062802 (diff) | |
download | aspectj-dddefd99b1d5e7078e0212343fdce3230f2aec18.tar.gz aspectj-dddefd99b1d5e7078e0212343fdce3230f2aec18.zip |
IDE.md: add download info for AspectJ installer
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/developer')
-rw-r--r-- | docs/developer/IDE.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/developer/IDE.md b/docs/developer/IDE.md index 70a090980..491d3403c 100644 --- a/docs/developer/IDE.md +++ b/docs/developer/IDE.md @@ -89,6 +89,18 @@ As mentioned in the introduction, AspectJ features its own Ant task, which is de [this chapter](https://www.eclipse.org/aspectj/doc/next/devguide/printable.html#antTasks) of the Development Environment Guide. +### Command line + +If you wish to install AspectJ in a separate directory and use it from the command line without any extra build tools, +feel free to download the **AspectJ installer**. It is and executable JAR installer. It requires Java and possibly admin +rights, if e.g. under Windows you want to install AspectJ to _C:/Program Files/AspectJ_. You execute it from a command +prompt via `java -jar installer-<version>.jar` and select your installation options. Then you add `<ASPECTJ_HOME>/bin` +to your path and are good to go. You can now call tools like the Aspectj compiler `ajc`, the AspectJ documentation +generator `ajdoc` (similar to Javadoc) or the AspectJ Browser `ajbrowser` from the command line. + +You can find older installer versions until 1.9.6 on the [AspectJ website](https://www.eclipse.org/aspectj/downloads.php), +more recent ones are currently being hosted on the [AspectJ.dev website](https://aspectj.dev/maven/org/aspectj/installer/). + ## Biased recommendation Feel free to be skeptical, because the author has both IDE and build tool biases, but I am recommending Maven as a build |