diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-14 16:32:30 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-14 16:32:30 +0200 |
commit | 09dcd79529db676b533ad28e9b657da9171c0675 (patch) | |
tree | 0124447de531fd28472ff53a715ad6f86a683bd2 /README | |
parent | 3a3ca496efafb6f15a149f2014142db4a05b919a (diff) | |
download | lombok-09dcd79529db676b533ad28e9b657da9171c0675.tar.gz lombok-09dcd79529db676b533ad28e9b657da9171c0675.tar.bz2 lombok-09dcd79529db676b533ad28e9b657da9171c0675.zip |
More serious work on the build system.
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -1,8 +1,21 @@ projectlombok makes java a spicier language by adding 'handlers' that know how to build and compile simple, boilerplate-free, not-quite-java code. +See LICENCE for the project lombok licence. -Using lombok is made as simple as possible, and aims to work on all major java IDEs as well as javac itself. -See LICENCE for the project lombok licence. +To start: + +First, run: + +ant installDeps + +to grab a bunch of dependencies interactively from the internet. + +Then, to build lombok: + +ant dist + +try ant -projecthelp for descriptions of other options. + Project Authors: |