00:35
Ant is going to get a bit complex, so I suppose I need a kind of mini hairball that is very light for this to work.
09:53
What I really need though is a generator for build.xmls which I can recurse into when compling things potentially.
11:57
I believe I am going to use a shell script instead, this would be limited to building on UNIX like systems only however. But on non-UNIX systems this would prove a bit more difficult. I can do something similar to Squirrnix and have a compilation of a basic system which builds things.
16:45
I never realized that LinkedList
was a Deque
, that is pretty nice.
16:59
The one thing I am missing though is the lack of unmodifiable collections. I will need to duplicate that for certain cases.
19:32
Looks like JavaME has something called liblets now, this means that there is no longer a need to cram entire libraries into a single JAR and now it can just reuse pre-existing ones.
20:18
Actually, I believe I am feature creeping again.