Re: maven, xdoclet, jbossservice

2003-10-08 Thread khote
thanks, that is useful to know.
I am subscribed to that list, I just haven't seen anything like it there.
The main thing I think I was missing here is the concept of the subtask.  I
did not understand that at all ...


- Original Message - 
From: "Konstantin Priblouda" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>; "khote"
<[EMAIL PROTECTED]>
Sent: Wednesday, October 08, 2003 2:11 AM
Subject: Re: maven, xdoclet, jbossservice


>
> --- khote <[EMAIL PROTECTED]> wrote:
> > uh, yes, I know that.
> > How does MAVEN do it is a good question to ask MAVEN
> > people.
> > xdoclet mailing list is generally useless for this
> > kind of information,
> > they're too ant-oriented to be of much help to
> > people who are trying to do
> > it with maven.
>
> As I'm active xdoclet commiteer, you would have
> reached me as well on xdoclet list. I'r readinhg /
> answering both. We are pretty maven oriented
> meanwhile...
>
>
>
>
> =
> [ Konstantin Pribluda ( ko5tik ) ]
> Zu Verstärkung meines Teams suche ich ab Sofort einen
> Softwareentwickler[In] für die Festanstellung.
> Arbeitsort: Mainz
> Skills:  Programieren, Kentnisse in OpenSource-Bereich
> [ http://www.pribluda.de ]
>
> __
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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



Re: maven, xdoclet, jbossservice

2003-10-08 Thread Konstantin Priblouda

--- khote <[EMAIL PROTECTED]> wrote:
> uh, yes, I know that.
> How does MAVEN do it is a good question to ask MAVEN
> people.
> xdoclet mailing list is generally useless for this
> kind of information,
> they're too ant-oriented to be of much help to
> people who are trying to do
> it with maven.

As I'm active xdoclet commiteer, you would have
reached me as well on xdoclet list. I'r readinhg /
answering both. We are pretty maven oriented
meanwhile...




=
[ Konstantin Pribluda ( ko5tik ) ]
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
[ http://www.pribluda.de ]

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

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



Re: maven, xdoclet, jbossservice

2003-10-08 Thread Konstantin Priblouda

--- khote <[EMAIL PROTECTED]> wrote:
> So "configParam" is a word used to generically
> describe a placeholder,
> rather than actually using
>
maven.xdoclet.hibernatedoclet.jbossservice.configParam.0.name=depends
>
maven.xdoclet.hibernatedoclet.jbossservice.configParam.0.value=whatever.
> 
> instead use (per your example)
>
maven.xdoclet.hibernatedoclet.jbossservice.0.depends=foobar
> 
> Thank you for answering.

maven.xdoclet.hibernatedoclet.jbossservice.0 is a
prefix to configure instance 0 of jbosservice subtask 
( you could have more than one ) 

regards,

=
[ Konstantin Pribluda ( ko5tik ) ]
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
[ http://www.pribluda.de ]

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

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



Re: maven, xdoclet, jbossservice

2003-10-08 Thread khote
So "configParam" is a word used to generically describe a placeholder,
rather than actually using
maven.xdoclet.hibernatedoclet.jbossservice.configParam.0.name=depends
maven.xdoclet.hibernatedoclet.jbossservice.configParam.0.value=whatever.

instead use (per your example)
maven.xdoclet.hibernatedoclet.jbossservice.0.depends=foobar

Thank you for answering.

- Original Message - 
From: "Konstantin Priblouda" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, October 08, 2003 1:32 AM
Subject: Re: maven, xdoclet, jbossservice


> Though dIon recommends to ask in xdoclet-user,
> I'll answer here.
>
> > > I'm trying to better understand how maven &
> > xdoclet work together, in
> > > particular how configParam works.
> > > I'm using hibernatedoclet well enough, but I'm not
> > quite getting what I
> > need
> > > from jbossservice when it outputs the
> > jboss-service.xml
> > > I need to add:
> > >
> > >
> > jboss.jca:service=LocalTxCM
> > >
> > > to the mbean descriptor.  I've tried something in
> > the mergeDir, but it
> > > places it outsite the    tags.
>
> Well, that's where merge point is defined - just after
> closing mbean tag.
>
> But adding :
> maven.xdoclet.hibernatedoclet.jbossservice.0.depends=foobar
> to your project.properties shall do the trick.
> ( you got only one additional dependency though ),
> at least in current CVS versions.
>
> regards,
>
> =
> [ Konstantin Pribluda ( ko5tik ) ]
> Zu Verstärkung meines Teams suche ich ab Sofort einen
> Softwareentwickler[In] für die Festanstellung.
> Arbeitsort: Mainz
> Skills:  Programieren, Kentnisse in OpenSource-Bereich
> [ http://www.pribluda.de ]
>
> __
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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



Re: maven, xdoclet, jbossservice

2003-10-08 Thread khote
uh, yes, I know that.
How does MAVEN do it is a good question to ask MAVEN people.
xdoclet mailing list is generally useless for this kind of information,
they're too ant-oriented to be of much help to people who are trying to do
it with maven.

I'm asking about the configParam variable, is it like a classpathref, a
refid?  is it a string?
How do I set it within a project.properties or even a maven.xml file?

I've seen in some of the plugin.jelly files such things as

To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, October 07, 2003 8:49 PM
Subject: Re: maven, xdoclet, jbossservice


> the xdoclet plugin is supported on the xdoclet mailing list.
> --
> dIon Gillard, Multitask Consulting
> Blog:  http://blogs.codehaus.org/people/dion/
>
>
> "khote" <[EMAIL PROTECTED]> wrote on 07/10/2003 10:08:01 PM:
>
> > I'm trying to better understand how maven & xdoclet work together, in
> > particular how configParam works.
> > I'm using hibernatedoclet well enough, but I'm not quite getting what I
> need
> > from jbossservice when it outputs the jboss-service.xml
> > I need to add:
> >
> >jboss.jca:service=LocalTxCM
> >
> > to the mbean descriptor.  I've tried something in the mergeDir, but it
> > places it outsite the    tags.
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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



Re: maven, xdoclet, jbossservice

2003-10-08 Thread Konstantin Priblouda
Though dIon recommends to ask in xdoclet-user, 
I'll answer here. 

> > I'm trying to better understand how maven &
> xdoclet work together, in
> > particular how configParam works.
> > I'm using hibernatedoclet well enough, but I'm not
> quite getting what I 
> need
> > from jbossservice when it outputs the
> jboss-service.xml
> > I need to add:
> > 
> >   
> jboss.jca:service=LocalTxCM
> > 
> > to the mbean descriptor.  I've tried something in
> the mergeDir, but it
> > places it outsite the    tags.

Well, that's where merge point is defined - just after
closing mbean tag.

But adding :
maven.xdoclet.hibernatedoclet.jbossservice.0.depends=foobar
to your project.properties shall do the trick.
( you got only one additional dependency though ),
at least in current CVS versions.

regards,

=
[ Konstantin Pribluda ( ko5tik ) ]
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
[ http://www.pribluda.de ]

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

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



Re: maven, xdoclet, jbossservice

2003-10-07 Thread dion
the xdoclet plugin is supported on the xdoclet mailing list.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


"khote" <[EMAIL PROTECTED]> wrote on 07/10/2003 10:08:01 PM:

> I'm trying to better understand how maven & xdoclet work together, in
> particular how configParam works.
> I'm using hibernatedoclet well enough, but I'm not quite getting what I 
need
> from jbossservice when it outputs the jboss-service.xml
> I need to add:
> 
>jboss.jca:service=LocalTxCM
> 
> to the mbean descriptor.  I've tried something in the mergeDir, but it
> places it outsite the    tags.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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



maven, xdoclet, jbossservice

2003-10-07 Thread khote
I'm trying to better understand how maven & xdoclet work together, in
particular how configParam works.
I'm using hibernatedoclet well enough, but I'm not quite getting what I need
from jbossservice when it outputs the jboss-service.xml
I need to add:

   jboss.jca:service=LocalTxCM

to the mbean descriptor.  I've tried something in the mergeDir, but it
places it outsite the    tags.


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