I am rather anxious today. I think it has to do with the medication(s) I am on at the moment. Doctor changed some medications, added some, did some other things put me back on medications I haven’t been on in a while…the same ol’ same ol’. Anti-Psychotic meds work wonders when they work, they’re amazing. When your mind doesn’t want them to work? Well, that’s when things become quite a problem. I hate to admit it, but life doesn’t always work the way we want it to work. What can I say? It’s a mess at times. There’s nothing wrong with that, but to say it’s not complex is a complete overhaul of whatever there is. Talk about a mixed bag of nuts. Someone doesn’t understand everything there is to understand about it all. If I wasn’t anxious, today would be a better day than it is. But, well I am so there’s nothing I can do about it. I wish there was…but there isn’t so I’ll just have to deal with whatever comes my way. Such a bummer if you think about it all. Nothing is ever cureable. Every...
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