--- "Inger, Matthew" <[EMAIL PROTECTED]> wrote:
> Any clue how to use the ANT task?
> I'm trying to run the hibernate plugin.
> There's 0 docs on the ant task, and I don't even
> know where to get started now that i have the jars
> built.

well, you managed to build xdoclet plugins? 

then you already have maven in place. look into
maven.xml in the root - everything is there:
---%<--------

  <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.JellyTemplateEngine"/>

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

  </goal>
---%<-----------

=====
----[ 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!?
Yahoo! Mail - 50x more storage than other providers!
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