This life is here for a reason, we don’t have to say exactly what that reason is, we just have to believe in it no matter what happens in this life, we have to understand one thing. That thing is that we are not alone in the universe. I’m not saying there are aliens out there, but yeah there are aliens out there. It’s a concept that people have wondered about from time to time, there doesn’t appear to be anything else you can do but wonder what’s going on in the skies above us! There are so many things in this life that don’t always seem to matter, but you wish they would, at least that’s what I’d like to think would happen. I’m not sure that’s how this life is meant to be understood of course. If there’s anything in this life that doesn’t make sense, then it will always be there. It doesn’t have to make sense, that’s the absurdity of it all! Why should it make sense if there’s nothing to grasp from it all? I’m not sure I know the ansewr to that question. Such a life comes and goes an...
Let's talk about Ant for a moment and how it has basically changed my life. Talk about an awakening.
Ant is basically a version of Make. I've never used Make, so I haven't a clue how that works... but I'm sure someone out there knows how Make does its thing.
You see, Ant is awesome. It allows you to automate your builds. You can compile and run Java programs using Ant. You can create directories, zip up files, delete directories and lots of other things.
Whenever I create a new Java project, I usually create an Ant build to go with it. Heck, I've even used Ant for web projects allowing me to push a website I'm testing into the localhost folder so I can view it with my web browser. I've even setup Ant to handle database creation, e-mailing updated files to my gmail account, and even ftping files to my live server. Talk about efficiency!
Talk about making my life easier.
Seriously, if you've not checked out Ant... you should. It's well worth it.
Ant is basically a version of Make. I've never used Make, so I haven't a clue how that works... but I'm sure someone out there knows how Make does its thing.
You see, Ant is awesome. It allows you to automate your builds. You can compile and run Java programs using Ant. You can create directories, zip up files, delete directories and lots of other things.
Whenever I create a new Java project, I usually create an Ant build to go with it. Heck, I've even used Ant for web projects allowing me to push a website I'm testing into the localhost folder so I can view it with my web browser. I've even setup Ant to handle database creation, e-mailing updated files to my gmail account, and even ftping files to my live server. Talk about efficiency!
Talk about making my life easier.
Seriously, if you've not checked out Ant... you should. It's well worth it.
Comments
Post a Comment