Thu Jun 11 11:18:25 AM MDT 2026 Let’s talk about what today is. Today is a rather ungrateful day. It’s a Thursday, so that’s got to mean something. Of course I thought yesterday was Thursday. Such a bummer. I’m freezing today. I don’t know how hot it’s supposed to get outside? But I feel cold. I don’t usually feel cold in the summertime. I hope I’m not getting sick or coming down with something. I’m sitting in my office and I have my minky on my lap because I’m freezing! Sami’s friend dropped off some chairs so we have a place to sit now. They’re nice oversized comfy chairs too! Only cost her eight dollars, so that’s what we paid for them. It feels good to have a place to sit in while writing or watching TV again. Talk about a good thing to have around. Last night, I had some crazy thoughts. Typical “life is a simulation” thought process. I don’t know why I am having these thoughts. They seem to come out of nowhere. It just happens to be that way though. I’m not crazy, sure I’ve be...
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