aboutsummaryrefslogtreecommitdiff
path: root/build.xml
AgeCommit message (Collapse)Author
2009-12-21Added support to fully automatically upload a cutting edge build to ↵Reinier Zwitserloot
projectlombok.org, as well as a page with information about it, gathered from the changelog.
2009-11-29'ant test' will now run the lombok unit tests.Reinier Zwitserloot
2009-11-27Solved the problem in the two-phase compile (some of lombok is JVM1.5, other ↵Reinier Zwitserloot
bits are JVM1.6) being interdependent and causing implicit compilation warnings. Also added source="1.x" to all ant file javac targets, as apparently this needs to be there when compiling with JDK7.
2009-11-25Refactored the source folders.Reinier Zwitserloot
2009-11-08Added a findbugs ant target, along with an installDeps job to automatically ↵Reinier Zwitserloot
fetch and unpack findbugs from its sourceforge repository. Still need to figure out how to maintain a list of findbugs warnings that findbugs should be ignoring.
2009-11-02Added 'clean' to all the publish targets. Occassionally dirty build dirs ↵Reinier Zwitserloot
cause mistakes, which isn't worth massively slowing down builds normally, but it is, when publishing. Done on suggestion by Ray vanderborght via http://groups.google.com/group/project-lombok/browse_thread/thread/b0e48417fc4c0e9
2009-11-02Added a publish-all target.Reinier Zwitserloot
2009-10-17Fixes to the buildScripts, and disableCheckedExceptions now works.Reinier Zwitserloot
2009-10-15Added maven-publish to the build scripts. Just about every aspect of build ↵Reinier Zwitserloot
and publish is now in the script.
2009-10-14More serious work on the build system.Reinier Zwitserloot
2009-10-13Fixes to the build script stuffReinier Zwitserloot
2009-10-13Pretty big revamp of the build script system. Downloading dependencies is ↵Reinier Zwitserloot
now done automatically by this script, which also means that e.g. lombok-patcher.jar no longer needs to be checked in.
2009-10-07build.xml was getting rather large, so its been split up into separate ↵Reinier Zwitserloot
scripts. The scripts have also gained the ability to build certain dependencies, such as lombok.patcher which is being worked on in tandem with this project, automatically. Also, the deps system has been changed slightly; the agents builds and the main lombok build now all work off of a single dependency directory. Also removed the website/publish script, as we haven't used github's project hosting for some time now.
2009-09-23Change to the build process of the eclipse agent: Any dependencies it has on ↵Reinier Zwitserloot
stuff in lombok-core is now explicitly added in build.xml. Less code duplication that way.
2009-09-03Added a bunch of javadoc. No other changes.Reinier Zwitserloot
2009-08-21Whoops, forgot to update the changelog of 0.8.3.Reinier Zwitserloot
2009-07-31Added generating a sources.jar for maven, on a suggestion by (twitter) @bennorReinier Zwitserloot
2009-07-30Whoops, we updated the 'header' control on index.html and totally forgot to ↵Reinier Zwitserloot
port the changes over to slideshow.html which has the same header. Fixed now, and uploaded to website.
2009-07-29typo fix.Reinier Zwitserloot
2009-07-29Added support for maven.Reinier Zwitserloot
2009-07-29Use single quote instead of double quote in javadoc generation due to wonkyRoel Spilker
behaviour of javadoc tool Worked on feature documentation Renamed all "link to issue" to "Issue #n"
2009-07-28bugfix in the build.xml file - "ant website" would not add the videos to the ↵Reinier Zwitserloot
built .tar.bz2 file. Now it does. (use ant website-novideo to skip adding the videos, which reduces the upload from 18M to 1.4M).
2009-07-28Updated website target to bzip2 the content, as our deployment these days ↵Reinier Zwitserloot
isn't via git, but via an ssh upload.
2009-07-28Version is now 'standalone' - it is separately compiled. The version is now ↵Reinier Zwitserloot
reflected in all javadoc pages, and on the website itself. The website design has been updated to have a link to the changelog and to mention the current version. Addresses issue #9.
2009-07-28Added website feature documentation for @ToString and @EqualsAndHashCode, ↵Reinier Zwitserloot
and modified the docs for @Data to refer to the docs of these new annotations. The build script for the website has been updated to clean out the website build dir first, so files that used to exist but have now been tossed are no longer there. There's also a special website-no-videos target which builds a website deployable without the videos. This makes the upload a lot faster if the videos haven't changed.
2009-07-26Added changelog tracking.Reinier Zwitserloot
2009-07-20Updated credits and build.xml for the video.Reinier Zwitserloot
2009-07-18Removed meta date tag and use single quotes to at least be consistent onRoel Spilker
Windows as well; the double quotes were removed from the actual javadoc html.
2009-07-18Added SneakyThrows which finishes the documentation for the features pages.Reinier Zwitserloot
2009-07-18Added text for the Synchronized annotation to the features pages. Also did ↵Reinier Zwitserloot
some fixes in regards to whitespacing (some fancy footwork in regards to white-space: pre).
2009-07-18Added descriptions to the ant targetsRoel Spilker
2009-07-18Merge branch 'master' of git@github.com:rzwitserloot/lombokRoel Spilker
2009-07-18Added auto-upload featureRoel Spilker
2009-07-18Added Cleanup features text.Reinier Zwitserloot
2009-07-17Added a useful note pointing at website/publish script.Reinier Zwitserloot
2009-07-17Added the openjdk6 tools.jar to the deps dir.Reinier Zwitserloot
2009-07-17Moved from zip to tar for storing the website as an intermediate step, as ↵Reinier Zwitserloot
git for windows has tar but not unzip.
2009-07-17Moved java2html.jar because naming a directory that doesn't contain built ↵Reinier Zwitserloot
material 'build' was just stupid.
2009-07-17Added a script that publishes the website dir to github via some crazy git fu.Reinier Zwitserloot
Also stripped out how javadoc generated a comment with a timestamp, as to publish to github, we check in the files, which generates pointless and enormous changesets.
2009-07-17Added generation of javadoc to the 'website' target, and we also build a zip ↵Reinier Zwitserloot
file now.
2009-07-17Now using the ant task for java2html, and also added the generation of line ↵Reinier Zwitserloot
numbers.
2009-07-17Moved lib/javadoc/java6/package-list to deps, because its not a runtime ↵Reinier Zwitserloot
dependency.
2009-07-17Merge branch 'master' of git@github.com:rzwitserloot/lombokReinier Zwitserloot
2009-07-17Added documentation for the @Data annotation. Also fixed whitespace issues ↵Reinier Zwitserloot
in the snippet views, and removed a debug print in one of the snippets.
2009-07-17Features are now 'compiled' by the build.xml script to include the snippets, ↵Reinier Zwitserloot
found in the usage_examples directory. Also worked on the styling of the feature pages.
2009-07-17Changed the generated javadoc to use links to the sun documentation for ↵Roel Spilker
references to java6 se classes
2009-07-06Fixed javadoc problems, and added a javadoc target to the build script.Reinier Zwitserloot
2009-07-05Final touches on the installer:Reinier Zwitserloot
- some bug fixes for linux - renamed InstallerWindow to Installer - Apple-specific prettification added (dock icon, app name) - more documentation. Also, I started added an open source licence to all files.
2009-07-05W00t - written an installer that should work on linux (sort of), windows, ↵Reinier Zwitserloot
and Mac OS X. Bumped the version number to celebrate, and changed build to roll the agent.jar into the main jar, and change the executable class from the minimal help that was there to the installer. That minimal help thing (ShowUserHelp.java) is now gone.
2009-06-28All lombok code is now targeted at java 1.5, except for the javac-specific ↵Reinier Zwitserloot
stuff, which is on 1.6.