aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-01-28[trivial] [build] .gitignore the jvm locations cachefileReinier Zwitserloot
2019-07-10Add iml files to gitignoreCaleb Brinkman
2018-08-27Make ant install-maven work on mac again :-)Roel Spilker
2018-03-11Website updated to list supporters on the website.Reinier Zwitserloot
2015-10-02Adds the IntelliJ IDEA output directory `/out` to .gitignoreDawid Rusin
2014-06-25deployEdge has now been fixed to the new server model. The rest of the ↵Roel Spilker
deploy tasks still need fixing though.
2014-06-25[issue 699] [issue 682] [issue 683] lots of fixes for eclipse/ecj based ↵Roel Spilker
issues surrounding path finding.
2014-02-07[eclipse debugging] a new target, 'eclipseForDebugging', which imports deps ↵Reinier Zwitserloot
from your eclipse so that line numbers etc line up with your eclipse.
2012-10-25The testrunner now uses a different mechanism to verify correctness of ↵Reinier Zwitserloot
produced errors and warnings (i.e. we intentionally compile code with errors in them to verify that the appropriate error or warning message is emitted when lombok is active during a compilation run of either javac or ecj) - instead of string comparisons, it's a little more complex. This to enable testing of both javac6 and javac7, even if they produce (slightly) different error output. Updated all message files in the 'expected output' directories to represent this change.
2012-10-22Ever since we do a lot more than just calling 'parse' when running delombok ↵Reinier Zwitserloot
in our tests, the tests are in the unfortunate scenario where we always compile against a given javac (lib/build/javac6.jar), and always run the tests against a given javac, but that javac tries to use the bootclasspath of the host JRE, and if that is JRE7, you get all sorts of errors. I fixed it by still compiling against a given javac (we can only ship one lombok.jar after all), but having the test task run with a given bootclasspath and a given javac.jar. There are 2 tasks that download both rt.jar and javac.jar for either OpenJDK6 or OpenJDK7, and it writes a properties file with those locations. The test task will use this property file, and explain what you need to do if it is not there. Incidentally, this brought to light issue 422: Delombok in java7 produces VerifyErrors.
2012-01-23further fixes to the build script. I think it's good now....Reinier Zwitserloot
2011-07-18Updated .gitignore to ignore only the things we meant, i.e. with 'debug' we ↵Reinier Zwitserloot
meant the top-level debug dir, not any file named debug.
2011-07-18There's now 1 test suite that runs all tests, and 'ant eclipse' will make a ↵Roel Spilker
launch config that adds the appropriate -javaagent VM param to ensure the runWithEclipse tests work.
2011-03-13Updated maven pom and deploy process; now lombok is linked in mavencentral ↵Reinier Zwitserloot
so we no longer need our own repository. Also updated publish process to new server (escudo is in, libertad is out).
2011-02-15Added .markdown.html to gitignore. I wrote a tool that produces these from ↵Roel Spilker
.markdown files.
2010-11-27Want to code lombok in intellij? Run 'ant intellij', possible from this ↵Reinier Zwitserloot
patch on, to do so. This involved switching to ivyplusplus 1.4 and includes a hack to make sure 1.3 users get upgraded.
2010-11-22Ivy cache is now local to prevent cache conflict with other ivy using projects.Roel Spilker
2010-07-12Changed build system to ivy.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-10-14More serious work on the build system.Reinier 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-12We now test lombok in a new eclipse launched in the debugger which is waaay ↵Reinier Zwitserloot
nicer. The old runEclipse scripts are now useless, so they have been removed.
2009-07-18Added google.properties, which contains passwords, to gitignoreRoel Spilker
2009-06-08Initial commit. As a proof of concept, it already works in javac and eclipse!Reinier Zwitserloot