Re: Dependency injection and Plexus Compilers

2008-05-01 Thread Jason van Zyl
I need to see it, you can send it to me. On 1-May-08, at 10:12 AM, sgargan wrote: Jason, So I played around with expressions some more to see if I couldn't inject what was needed. From what I can tell the the expression evaluator is only applied to Mojos with Expressions in the compiler c

Re: Dependency injection and Plexus Compilers

2008-05-01 Thread sgargan
Jason, So I played around with expressions some more to see if I couldn't inject what was needed. From what I can tell the the expression evaluator is only applied to Mojos with Expressions in the compiler component being ignored. Ideally this compiler would leverage the standard compiler plugin

Re: Dependency injection and Plexus Compilers

2008-04-29 Thread sgargan
To compile some internal linux based projects I'm looking to write a simple compiler that creates an scons or waf build file from the compiler configuration. I'm hoping to hook the artifacts the script creates back into maven so that it can manage them. We have fairly simple build requirements thi

Re: Dependency injection and Plexus Compilers

2008-04-29 Thread sgargan
Thanks, I will take a look at this and see if it fits the bill. Hilco Wijbenga-2 wrote: > > On Tue, Apr 22, 2008 at 4:37 PM, sgargan <[EMAIL PROTECTED]> wrote: >> I've been playing around with developing a simple compiler. Its coming >> along >> nicely, but for one thing. The configuration th

Re: Dependency injection and Plexus Compilers

2008-04-23 Thread Jason van Zyl
On 22-Apr-08, at 4:37 PM, sgargan wrote: Hi there, I've been playing around with developing a simple compiler. Its coming along nicely, but for one thing. The configuration that gets passed to the compiler instance is great, but not as complete as I would like. Ideally I would like to hav

Re: Dependency injection and Plexus Compilers

2008-04-23 Thread Hilco Wijbenga
On Tue, Apr 22, 2008 at 4:37 PM, sgargan <[EMAIL PROTECTED]> wrote: > I've been playing around with developing a simple compiler. Its coming along > nicely, but for one thing. The configuration that gets passed to the > compiler instance is great, but not as complete as I would like. Ideally I >