On Thu, Oct 30, 2008 at 1:01 PM, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> On Wed, 29 Oct 2008, Matt Benson <[EMAIL PROTECTED]> wrote: > > --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > > Okay, what say we move the Project instantiation to > > ProjectHelper then, so that custom ProjectHelpers can > > influence the Project class used if needed? > > we probably can do so without breaking existing code. > > > This still doesn't alleviate the problem that EasyAnt will need a > > little custom configuration to install the ProjectHelper and, > > probably, an Executor. > > As for the ProjectHelper, there is a services facility, so all it > takes is putting the correct services entry into META-INF/services > (JavaFront does so) and keeping the jar in your classpath. AFAIK this only works with Java 6. Xavier