RADEMAKERS Tanguy wrote:
> If you're going to compile java code and you don't want to go all the
> way and install some kind of IDE, then you should really really really
> look into using Ant. In fact, some linux distros already come with a
> version of ant installed (but since your distro shipped without a JDK i
> guess that's doubtful in your case).
> 
> One of the key benefits is that your classpath settings are effectively
> documented in your ant build file, which is a real time saver if you
> come back to your code six months later, or if you need to get the code
> compiling on some one else's machine. I read your blog entry and it
> would be easy to setup a build file to compile and jar your code.

I guess it depends on how much time you want to spend learning ant to 
compile a single jave file.  =)

My distro was CentOS, btw... no jdk available in the centos repos. :(

rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232709
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to