Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Philip Dodds
Sounds good :) P On 8/1/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: On 8/1/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > > > > On 8/1/06, Philip Dodds <[EMAIL PROTECTED]> wrote: > > > Probably need to modify the GenerateServiceUnitMojo so that it contains > > logic similar to teh Generat

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Guillaume Nodet
On 8/1/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: On 8/1/06, Philip Dodds <[EMAIL PROTECTED]> wrote: > Probably need to modify the GenerateServiceUnitMojo so that it contains > logic similar to teh GenerateComponentMojo. Though we'll need to filter > out > the jbi-component so it does en

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Guillaume Nodet
On 8/1/06, Philip Dodds <[EMAIL PROTECTED]> wrote: Probably need to modify the GenerateServiceUnitMojo so that it contains logic similar to teh GenerateComponentMojo. Though we'll need to filter out the jbi-component so it does end up bundled. I can take a look now if you like That would be

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Philip Dodds
Terry, What sort of dependency issues are you considering within the SU? problems with the dependency to the component that it is deploying to? P On 8/1/06, Terry Cox <[EMAIL PROTECTED]> wrote: > I've just seen a problem though. Far from me to say "I told you so" but... This is causing us

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Guillaume Nodet
On 8/1/06, Terry Cox <[EMAIL PROTECTED]> wrote: > I've just seen a problem though. Far from me to say "I told you so" but... Did you ? I missed that, you should talk louder ;) This is causing us some problems too. It also raises the issue of the build resolving or flagging dependency issu

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Terry Cox
I've just seen a problem though. Far from me to say "I told you so" but... This is causing us some problems too. It also raises the issue of the build resolving or flagging dependency issues within SUs, which is likely to become a problem in the lifecycle of richly featured applications usi

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Philip Dodds
Probably need to modify the GenerateServiceUnitMojo so that it contains logic similar to teh GenerateComponentMojo. Though we'll need to filter out the jbi-component so it does end up bundled. I can take a look now if you like P On 8/1/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: I've just

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Guillaume Nodet
I've just seen a problem though. I though the maven-jbi-plugin would embed jar dependencies in the service unit, but it does not seem to be the case. Let's say I have a multiproject build containing a jar, a SU and a SA. If the code inside the SU depends on the jar, I would want the jbi plugin to

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Philip Dodds
Sounds great! P On 8/1/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: Based on some earlier discussions, I will start to refactor some of the samples that use standard JBI components to use the maven jbi plugin instead of an ant based build file. This will allow: * testing the samples as pa

Refactor samples to use the maven jbi plugin

2006-08-01 Thread Guillaume Nodet
Based on some earlier discussions, I will start to refactor some of the samples that use standard JBI components to use the maven jbi plugin instead of an ant based build file. This will allow: * testing the samples as part of the build * demonstrate the use of the jbi plugin Note that the sa