--- "Inger, Matthew" <[EMAIL PROTECTED]> wrote:
> I would try, but as i've said, I can't get the
> hibernate plugin
> to even run, regardless of what the input is.

I thought you managed this?


What was your error? Can you remind me? 


Here is my maven-xml snippet:
---%<-----------

  <goal name="xdoclet">
        <path id="xdoclet.task.classpath">
            <path refid="maven.dependency.classpath"/>
        </path>

                <taskdef
                        name="xdoclet"
                       
classname="org.xdoclet.ant.XDocletTask"
                       
classpathref="xdoclet.task.classpath"
                />
       <xdoclet>
            <fileset
dir="${pom.build.sourceDirectory}">
                <include name="**/*.java"/>
            </fileset>
          <component
classname="org.generama.VelocityTemplateEngine"/>
          <component
classname="org.generama.JellyTemplateEngine"/>

         <component
             
classname="org.xdoclet.plugin.hibernate.HibernateMappingPlugin"
             
destdir="${basedir}/target/xdoclet/hibernatedoclet"
              />
         </xdoclet>

  </goal>

---%<-----------
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!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to