Doug, 

Yes. There is an ant task.

Below is a copy of an ant build target adapt as required :-

  <!-- ================================================================ -->
  <!-- M E T A                                                          -->
  <!-- ================================================================ -->

  
  <target name="meta" description="Generates the XML descriptors">
    <mkdir dir="meta" />
    <taskdef name="meta" classname="org.apache.avalon.meta.info.ant.MetaTask">
      <classpath refid="classpath" />
    </taskdef>
    <meta destDir="meta" format="xml">
      <fileset dir="src/java">
        <include name="**/*.java"/>
      </fileset>
    </meta>
  </target>


I hope that this is what you were looking for...


Regards,

Peter

On Fri, 2003-12-12 at 20:16, Ferguson, Doug wrote:
> Anybody out there using ant to create .xinfo files?
> 
> I thought about trying to port the maven code, but I thought maybe someone
> else already has.
> 
> d./
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Peter Courcoux <[EMAIL PROTECTED]>

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

Reply via email to