Oh the irony

So I’m working on a PHP app for building eBay affiliate stores. Been a pretty good experience really as this is my first full PHP app and not just messing with a wordpress plugin or other such trivial thing.

Anyway, I go to package it up for download for beta testing and found myself copying over the file into a temp directory so I can then remove the directories that weren’t mean for distribution. It dawned on me that a perfect solution for this was Ant. So I whipped up an ant build file with a couple lines in it that just zips up the required directories and presto, I’m done.

Who would have thought I would use a Java app to package up a PHP app?



Don't miss anything, subscribe!
A few more you might be interested in:
  • No related posts
  • 2 Responses to “Oh the irony”


    1. 1 Dave Doyle

      Excellent!

      Maybe we can all do stuff like this. I’m going to package my next Perl app using Ruby! Interoperability all around.

    2. 2 The Bull

      I like that! For building our test db, we have a ruby script that builds an XML file that is then used by DBUnit. Who says all these languages can’t live peacefully?

    Leave a Reply