2 more questions:

in ${systemScope.put('name', 'value')}, can I make value a ${var}?  It
does not seem to work for me.

I also run into class not found exception when my bean uses other
external class.  I very much sure my plugin/tag dependencies do have
the required class.  is it
some kind of classloader problem?  is there a good way to trouble shoot?


any thoughts?

-D




On Tue, 31 Aug 2004 17:50:11 -0700, dan tran <[EMAIL PROTECTED]> wrote:
> Dion, your suggestion  works and also pass -Dxxxx=vvvv to maven cli also works
> 
> Thanks
> 
> -D
> 
> 
> 
> On Wed, 1 Sep 2004 10:26:20 +1000, Dion Gillard <[EMAIL PROTECTED]> wrote:
> > ${systemScope.put('name', 'value')}
> > should do it.
> >
> >
> >
> > On Tue, 31 Aug 2004 17:08:49 -0700, dan tran <[EMAIL PROTECTED]> wrote:
> > > Let's me rephrase,
> > >
> > > My jellyBean ( a java bean) needs a preconfigure system property.
> > > So when I invoke the tag from a goal.  How do I preconfigure the required
> > > system property before invoke the tag? Same concept when I invoke
> > > maven-test-plugin goal.
> > >
> > > Hope it is clearer this time.
> > >
> > > -D
> > >
> > >
> > >
> > > On Wed, 1 Sep 2004 10:00:47 +1000, Dion Gillard <[EMAIL PROTECTED]> wrote:
> > > > ${my.system.property} ???
> > > >
> > > >
> > > >
> > > > On Tue, 31 Aug 2004 16:58:52 -0700, dan tran <[EMAIL PROTECTED]> wrote:
> > > > > Hello, I have created a plugin with of jellyBean tag.  Then I have a goal
> > > > > to call the tag.
> > > > >
> > > > >  <goal name="myGoal">
> > > > >     <opcenter:jts                            <!--- my tag -->
> > > > >         ...
> > > > >         ...
> > > > >     />
> > > > >
> > > > > The bean requires a external system property.
> > > > >
> > > > > How do i pass a system property in to my jellyBean?
> > > > >
> > > > > Advice is greatly appreciated.
> > > > >
> > > > > -Dan
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > http://www.multitask.com.au/people/dion/
> > > >
> > >
> >
> > --
> > http://www.multitask.com.au/people/dion/
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to