On 23/01/2008, Toomey, Kevin H (ATS, IT) <[EMAIL PROTECTED]> wrote:
> I'm writing a web application for among things, managing the building and
> deploying of applications, and I'm using Ant (1.7.0) as the engine for those
> pieces. The basic flow is:
>
> Project p = new Project();
> p.init();
>
I'm writing a web application for among things, managing the building and
deploying of applications, and I'm using Ant (1.7.0) as the engine for those
pieces. The basic flow is:
Project p = new Project();
p.init();
p.setUserProperty("ant.file", "common.xml")
ProjectHelper2 ph = new ProjectHelper