<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/lombok.git/src/lombok/installer, branch feat/memoize</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/'/>
<entry>
<title>Refactored the source folders.</title>
<updated>2009-11-25T06:32:49+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@tipit.to</email>
</author>
<published>2009-11-25T06:32:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=1a0e611a9c5e1ee518670647ce1a44beae559b44'/>
<id>1a0e611a9c5e1ee518670647ce1a44beae559b44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for installing/uninstalling eclipse support from all eclipse locations that lombok is automatically able to find, from the command line without interaction (for mass deployment)</title>
<updated>2009-11-25T03:23:56+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@tipit.to</email>
</author>
<published>2009-11-25T03:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=6c22449923e886fae532b12a7ef3a6777d57a97c'/>
<id>6c22449923e886fae532b12a7ef3a6777d57a97c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The installer is now waaay smarter on linuxes, and should support, out of the box and automatically, debian and debianesques like ubuntu.</title>
<updated>2009-11-09T21:42:32+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@tipit.to</email>
</author>
<published>2009-11-09T21:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=f07948d4959cfdb81bb0c540ebcbe879df0109fb'/>
<id>f07948d4959cfdb81bb0c540ebcbe879df0109fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor bug fixes and style edits. All these were found after running findbugs on the lombok sources.</title>
<updated>2009-11-08T13:52:32+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@tipit.to</email>
</author>
<published>2009-11-08T13:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=56602322d9c44b69017b345aaca5b3807fd5d427'/>
<id>56602322d9c44b69017b345aaca5b3807fd5d427</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more detail to the 'install successful' message for the benefit of people who start eclipse with custom -vm parameters. Doing this ignores eclipse.ini which means lombok never gets loaded.</title>
<updated>2009-11-08T13:51:48+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@tipit.to</email>
</author>
<published>2009-11-08T13:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=e14e8c3df3d7baa700a048b83e430db5c76ca410'/>
<id>e14e8c3df3d7baa700a048b83e430db5c76ca410</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When the installer can't work because the eclipse dir is not writable, you used to get the</title>
<updated>2009-11-02T03:35:35+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@tipit.to</email>
</author>
<published>2009-11-02T03:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=3c3dcec1de856b6bab4c2df7aafc6257f900b45c'/>
<id>3c3dcec1de856b6bab4c2df7aafc6257f900b45c</id>
<content type='text'>
wrong error message; this has been fixed. The error message now gives much more detail on how
to proceed, and the installer no longer hangs after displaying this message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wrong error message; this has been fixed. The error message now gives much more detail on how
to proceed, and the installer no longer hangs after displaying this message.
</pre>
</div>
</content>
</entry>
<entry>
<title>Weird conditions on the disk, such as having an unformatted drive, screws up the eclipse autofinder on windows, causing the installer to throw an exception on bootup.</title>
<updated>2009-11-01T21:43:00+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@tipit.to</email>
</author>
<published>2009-11-01T21:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=6733b1ec567ef2cc647e690f7a4fabc85a541252'/>
<id>6733b1ec567ef2cc647e690f7a4fabc85a541252</id>
<content type='text'>
Fixed it by guarding various blocks in the detector with try/catch/ignore.

Reported by: http://groups.google.com/group/project-lombok/browse_thread/thread/2f4ded6c942ad0a5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed it by guarding various blocks in the detector with try/catch/ignore.

Reported by: http://groups.google.com/group/project-lombok/browse_thread/thread/2f4ded6c942ad0a5
</pre>
</div>
</content>
</entry>
<entry>
<title>Configured warnings and solved some.</title>
<updated>2009-10-18T13:12:41+00:00</updated>
<author>
<name>unknown</name>
<email>Roels@.tis.local</email>
</author>
<published>2009-10-18T13:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=1b0d0ff5ad539f34fc27a8a27621b3f8d6d982b7'/>
<id>1b0d0ff5ad539f34fc27a8a27621b3f8d6d982b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the process fixed a lot of type annoyance by adding more generics.</title>
<updated>2009-10-16T07:32:36+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@tipit.to</email>
</author>
<published>2009-10-16T07:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=b5c8b725655d2ad8a715cfb1fbbdf25dbdcd4ceb'/>
<id>b5c8b725655d2ad8a715cfb1fbbdf25dbdcd4ceb</id>
<content type='text'>
Also changed coding style from for/while/if/switch/catch/do ( expr ) {} to for (expr) {}, hence the changes _everywhere_.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also changed coding style from for/while/if/switch/catch/do ( expr ) {} to for (expr) {}, hence the changes _everywhere_.
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrated lombok.jar and lombok.eclipse.agent.jar into one jar that installs, is a javac apt processor, and an agent, all at once.</title>
<updated>2009-10-11T05:54:25+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@tipit.to</email>
</author>
<published>2009-10-11T05:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=310862d94e3a4705faf0d2b6ed9cdb40247b39ca'/>
<id>310862d94e3a4705faf0d2b6ed9cdb40247b39ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
