Re: Looking for help with context classloader

2008-01-25 Thread James Abley
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(); >

Looking for help with context classloader

2008-01-23 Thread Toomey, Kevin H (ATS, IT)
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