Re: [m2] where do i put hibernate-properties-ProviderHistory.xml to get merged?

2007-01-22 Thread Max Bowsher
Mick Knutson wrote:
> I am still using XDoclet 1 and want to create an entry for
> hibernate-properties-ProviderHistory.xml but am not sure where to put that
> file to get picked up during a merge...
> Can anyone please help ?

If you specify mergedir="${project.build.sourceDirectory}" inside your
 tag, then you put your .xml file in the same directory
as the .java file it relates to.

-- 
Max Bowsher <[EMAIL PROTECTED]>
http://www.mxtelecom.com

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



Re: [m2] where do i put hibernate-properties-ProviderHistory.xml to get merged?

2007-01-22 Thread Wayne Fay

The XDoclet plugin itself should specify, among other things, where it
looks for the default merge directory etc.

You may have to dig into the XDoclet M2 plugin code to find this if it
has not been properly documented. Also, you may be able to specify it
in the configuration section in the pom.xml itself.

Wayne

On 1/22/07, Mick Knutson <[EMAIL PROTECTED]> wrote:

This actually is more a Maven thing than XDoclet I think.
How and where does Maven links a merge directory to the xdoclet plugin.



On 1/22/07, Wayne Fay <[EMAIL PROTECTED]> wrote:
>
> Sounds like a great question for the XDoclet Users list. Apparently no
> one in Maven land can help.
>
> Wayne
>
> On 1/22/07, Mick Knutson <[EMAIL PROTECTED]> wrote:
> > From the XDoclet generated hbm.xml file:
> >
> >
> >
> >
> >
> >
> >
> >
> > On 1/22/07, Mick Knutson <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >
> > > 
> > >  > > name="providerIdentifier"
> > > type="long"
> > > column="PROVIDERIDENTIFIER"/>
> > >  > > name="historyCreateUser"
> > > type="java.lang.String"
> > > column="HISTORYCREATEUSER"/>
> > >  > > name="historyCreateDateTime"
> > > type="java.util.Date"
> > > column="HISTORYCREATEDATETIME"/>
> > > 
> > >
> > >
> > >
> > >
> > >
> > >
> > > On 1/22/07, Damien Lecan <[EMAIL PROTECTED]> wrote:
> > > >
> > > > 2007/1/19, Mick Knutson < [EMAIL PROTECTED]>:
> > > > >
> > > > > I am still using XDoclet 1 and want to create an entry for
> > > > > hibernate-properties-ProviderHistory.xml but am not sure where to
> put
> > > > that
> > > > > file to get picked up during a merge...
> > > > > Can anyone please help ?
> > > >
> > > >
> > > > What is hibernate-properties-ProviderHistory.xml file ?
> > > >
> > > > Damien
> > > >
> > > >
> > >
> > >
> > > --
> > > Thanks
> > >
> > > DJ MICK
> > >
> > > (Mick Knutson)
> > > http://www.djmick.com
> > > http://www.myspace.com/djmick_dot_com
> > > http://www.thumpradio.com
> > >
> >
> >
> >
> > --
> > Thanks
> >
> > DJ MICK
> >
> > (Mick Knutson)
> > http://www.djmick.com
> > http://www.myspace.com/djmick_dot_com
> > http://www.thumpradio.com
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Thanks

DJ MICK

(Mick Knutson)
http://www.djmick.com
http://www.myspace.com/djmick_dot_com
http://www.thumpradio.com




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



Re: [m2] where do i put hibernate-properties-ProviderHistory.xml to get merged?

2007-01-22 Thread Mick Knutson

This actually is more a Maven thing than XDoclet I think.
How and where does Maven links a merge directory to the xdoclet plugin.



On 1/22/07, Wayne Fay <[EMAIL PROTECTED]> wrote:


Sounds like a great question for the XDoclet Users list. Apparently no
one in Maven land can help.

Wayne

On 1/22/07, Mick Knutson <[EMAIL PROTECTED]> wrote:
> From the XDoclet generated hbm.xml file:
>
>
>
>
>
>
>
>
> On 1/22/07, Mick Knutson <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > 
> >  > name="providerIdentifier"
> > type="long"
> > column="PROVIDERIDENTIFIER"/>
> >  > name="historyCreateUser"
> > type="java.lang.String"
> > column="HISTORYCREATEUSER"/>
> >  > name="historyCreateDateTime"
> > type="java.util.Date"
> > column="HISTORYCREATEDATETIME"/>
> > 
> >
> >
> >
> >
> >
> >
> > On 1/22/07, Damien Lecan <[EMAIL PROTECTED]> wrote:
> > >
> > > 2007/1/19, Mick Knutson < [EMAIL PROTECTED]>:
> > > >
> > > > I am still using XDoclet 1 and want to create an entry for
> > > > hibernate-properties-ProviderHistory.xml but am not sure where to
put
> > > that
> > > > file to get picked up during a merge...
> > > > Can anyone please help ?
> > >
> > >
> > > What is hibernate-properties-ProviderHistory.xml file ?
> > >
> > > Damien
> > >
> > >
> >
> >
> > --
> > Thanks
> >
> > DJ MICK
> >
> > (Mick Knutson)
> > http://www.djmick.com
> > http://www.myspace.com/djmick_dot_com
> > http://www.thumpradio.com
> >
>
>
>
> --
> Thanks
>
> DJ MICK
>
> (Mick Knutson)
> http://www.djmick.com
> http://www.myspace.com/djmick_dot_com
> http://www.thumpradio.com
>
>

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





--
Thanks

DJ MICK

(Mick Knutson)
http://www.djmick.com
http://www.myspace.com/djmick_dot_com
http://www.thumpradio.com


Re: [m2] where do i put hibernate-properties-ProviderHistory.xml to get merged?

2007-01-22 Thread Wayne Fay

Sounds like a great question for the XDoclet Users list. Apparently no
one in Maven land can help.

Wayne

On 1/22/07, Mick Knutson <[EMAIL PROTECTED]> wrote:

From the XDoclet generated hbm.xml file:

   

   




On 1/22/07, Mick Knutson <[EMAIL PROTECTED]> wrote:
>
>
>
> 
>  name="providerIdentifier"
> type="long"
> column="PROVIDERIDENTIFIER"/>
>  name="historyCreateUser"
> type="java.lang.String"
> column="HISTORYCREATEUSER"/>
>  name="historyCreateDateTime"
> type="java.util.Date"
> column="HISTORYCREATEDATETIME"/>
> 
>
>
>
>
>
>
> On 1/22/07, Damien Lecan <[EMAIL PROTECTED]> wrote:
> >
> > 2007/1/19, Mick Knutson < [EMAIL PROTECTED]>:
> > >
> > > I am still using XDoclet 1 and want to create an entry for
> > > hibernate-properties-ProviderHistory.xml but am not sure where to put
> > that
> > > file to get picked up during a merge...
> > > Can anyone please help ?
> >
> >
> > What is hibernate-properties-ProviderHistory.xml file ?
> >
> > Damien
> >
> >
>
>
> --
> Thanks
>
> DJ MICK
>
> (Mick Knutson)
> http://www.djmick.com
> http://www.myspace.com/djmick_dot_com
> http://www.thumpradio.com
>



--
Thanks

DJ MICK

(Mick Knutson)
http://www.djmick.com
http://www.myspace.com/djmick_dot_com
http://www.thumpradio.com




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



Re: [m2] where do i put hibernate-properties-ProviderHistory.xml to get merged?

2007-01-22 Thread Mick Knutson

From the XDoclet generated hbm.xml file:


   

   




On 1/22/07, Mick Knutson <[EMAIL PROTECTED]> wrote:















On 1/22/07, Damien Lecan <[EMAIL PROTECTED]> wrote:
>
> 2007/1/19, Mick Knutson < [EMAIL PROTECTED]>:
> >
> > I am still using XDoclet 1 and want to create an entry for
> > hibernate-properties-ProviderHistory.xml but am not sure where to put
> that
> > file to get picked up during a merge...
> > Can anyone please help ?
>
>
> What is hibernate-properties-ProviderHistory.xml file ?
>
> Damien
>
>


--
Thanks

DJ MICK

(Mick Knutson)
http://www.djmick.com
http://www.myspace.com/djmick_dot_com
http://www.thumpradio.com





--
Thanks

DJ MICK

(Mick Knutson)
http://www.djmick.com
http://www.myspace.com/djmick_dot_com
http://www.thumpradio.com


Re: [m2] where do i put hibernate-properties-ProviderHistory.xml to get merged?

2007-01-22 Thread Mick Knutson


   
   
   







On 1/22/07, Damien Lecan <[EMAIL PROTECTED]> wrote:


2007/1/19, Mick Knutson <[EMAIL PROTECTED]>:
>
> I am still using XDoclet 1 and want to create an entry for
> hibernate-properties-ProviderHistory.xml but am not sure where to put
that
> file to get picked up during a merge...
> Can anyone please help ?


What is hibernate-properties-ProviderHistory.xml file ?

Damien





--
Thanks

DJ MICK

(Mick Knutson)
http://www.djmick.com
http://www.myspace.com/djmick_dot_com
http://www.thumpradio.com


Re: [m2] where do i put hibernate-properties-ProviderHistory.xml to get merged?

2007-01-22 Thread Damien Lecan

2007/1/19, Mick Knutson <[EMAIL PROTECTED]>:


I am still using XDoclet 1 and want to create an entry for
hibernate-properties-ProviderHistory.xml but am not sure where to put that
file to get picked up during a merge...
Can anyone please help ?



What is hibernate-properties-ProviderHistory.xml file ?

Damien


Re: [m2] where do i put hibernate-properties-ProviderHistory.xml to get merged?

2007-01-19 Thread Mick Knutson

Can someone please help me as I can't find this info anywhere...

I am using xdoclet 1, not xdoclet2

On 1/18/07, Mick Knutson <[EMAIL PROTECTED]> wrote:


I am still using XDoclet 1 and want to create an entry for
hibernate-properties-ProviderHistory.xml but am not sure where to put that
file to get picked up during a merge...
Can anyone please help ?

--
Thanks

DJ MICK

(Mick Knutson)
http://www.djmick.com
http://www.myspace.com/djmick_dot_com
http://www.thumpradio.com





--
Thanks

DJ MICK

(Mick Knutson)
http://www.djmick.com
http://www.myspace.com/djmick_dot_com
http://www.thumpradio.com


[m2] where do i put hibernate-properties-ProviderHistory.xml to get merged?

2007-01-18 Thread Mick Knutson

I am still using XDoclet 1 and want to create an entry for
hibernate-properties-ProviderHistory.xml but am not sure where to put that
file to get picked up during a merge...
Can anyone please help ?

--
Thanks

DJ MICK

(Mick Knutson)
http://www.djmick.com
http://www.myspace.com/djmick_dot_com
http://www.thumpradio.com