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