diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-03-22 16:55:33 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-03-22 16:55:33 +0100 |
commit | 88e95158f0958beb5804aab07ee0022b038d2847 (patch) | |
tree | cc390c9102277484b58d50a936a0d5e2305bee4c /website/setup/android.html | |
parent | 6ca2a91d6bb7054328a845771af0a4e618002f14 (diff) | |
download | lombok-88e95158f0958beb5804aab07ee0022b038d2847.tar.gz lombok-88e95158f0958beb5804aab07ee0022b038d2847.tar.bz2 lombok-88e95158f0958beb5804aab07ee0022b038d2847.zip |
Expanded on android+maven+eclipse instructions.
Diffstat (limited to 'website/setup/android.html')
-rw-r--r-- | website/setup/android.html | 7 |
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> |