aboutsummaryrefslogtreecommitdiff
path: root/website/setup
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2012-03-26 22:43:10 +0200
committerRoel Spilker <r.spilker@gmail.com>2012-03-26 22:43:10 +0200
commite245bd9377019517f6d1f0a2f089dcbe4f208b26 (patch)
treef313e4daea7c28e2e06432f343a6d731f0c5f1d9 /website/setup
parentc49848a4b13cc883aa8b15a0ab56731222be4ea6 (diff)
parent4689d2a9bf79f592690a71e7ad7d25cb38b2344b (diff)
downloadlombok-e245bd9377019517f6d1f0a2f089dcbe4f208b26.tar.gz
lombok-e245bd9377019517f6d1f0a2f089dcbe4f208b26.tar.bz2
lombok-e245bd9377019517f6d1f0a2f089dcbe4f208b26.zip
Merge branch 'master' of github.com:rzwitserloot/lombok
Diffstat (limited to 'website/setup')
-rw-r--r--website/setup/android.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/website/setup/android.html b/website/setup/android.html
index bbcc9c66..0eb5853e 100644
--- a/website/setup/android.html
+++ b/website/setup/android.html
@@ -55,7 +55,9 @@
In eclipse, create a 'lightweight' lombok jar that contains only the annotations by running:
<pre>
java -jar lombok.jar publicApi</pre>
- Then, add this jar to your android project, and, as usual, install lombok into eclipse.
+ Then, add the <code>lombok-api.jar</code> file created by running this command
+ to your android project instead of the complete <code>lombok.jar</code>, and,
+ as usual, install lombok into eclipse by double-clicking <code>lombok.jar</code>.
</div>
<h3>Ant</h3>
<div>
@@ -70,6 +72,9 @@ java -jar lombok.jar publicApi</pre>
<h3>Maven</h3>
<div>
You should be able to just follow the normal <a href="../mavenrepo/index.html">lombok with maven instructions</a>.<br />
+ Note that if you use android, eclipse, and maven together you may have to replace <code>lombok.jar</code> in your eclipse android project's build path
+ (which you can modify in that project's properties page) with <code>lombok-api.jar</code>, as produced in the procedure explained for <em>Eclipse</em>,
+ above.
</div>
<div class="endBar">
</div>