Re: trivial third party jar dependancy



On Fri, 28 Mar 2008 03:26:52 +0000, Mark Space wrote:


But it helps if you wrestle around with this yourself, if you want to
remember it later.

Yeh. I think this is the hardest thing about java -- the build process.
There are plenty of books explaing OOP theory, or books on ANT, but
little that I've found between the two.

Right now I'm actually using rake tasks (ruby) which is only mildly
awkward but easier for me to understand than ANT:

http://code.google.com/p/jrake/

BTW, you should be able to build on the command line without using so
many cd (change directories). And you can use relative paths, you don't
need the full path. But this is not a big deal, it should be seldom
that you need actually do it by hand. (I did this as an exercise for
myself to see if I remember it all. I only made a couple of mistakes.
:D)

Thanks :)


-Thufir

.



Relevant Pages

  • Re: trivial third party jar dependancy
    ... There are plenty of books explaing OOP theory, or books on ANT, but little that I've found between the two. ...
    (comp.lang.java.help)
  • Re: trivial third party jar dependancy
    ... There are plenty of books explaing OOP theory, or books on ANT, but little that I've found between the two. ... Fortunately the manuals are online and mostly free, for most Java and Java-based platforms. ...
    (comp.lang.java.help)