This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: ANT Phing Wrapper
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
I am working on building some elgg plugins and widgets and thus need an ANT wrapper to drive Phing builds from my IDE. This is what I came up with, the name may change:
<?xml version="1.0" encoding="UTF-8"?>
<!-- PhingBuidler ANT Wrapper for calling Phing by Fred Grott
GPLv3.0, 2008.
blog: http://www.jroller.com/shareme
-->
<project name="PhingBuilder">
<!-- Need to read in properties file denoting phing settings
Settings that are immutable and not changeable once set would
be the buildfile name, logger to be used, and etc.
env file name should be proejctname.phing.properties
other setings set in properties here and need to be
mutable are target name and etc.