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.
Subscribe to:
Post Comments (Atom)
Ever feel like no one is listening?
Ever have that feeling that no one is listening to you? Yeah, that feeling. It can be a strong feeling to have, a hurtful feeling also. The...
-
Ever have that feeling that no one is listening to you? Yeah, that feeling. It can be a strong feeling to have, a hurtful feeling also. The...
-
Let's face it, this life isn't easy. Ther are things that we must do daily in order to survive. It can feel like you don't have...
-
Here's an easy method to return yesterday's date: import java.time.LocalDateTime; public class DoIt { public static void mai...
No comments:
Post a Comment