Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/xdocs/download
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4606/xdoclet-plugins/plugin-tapestry/xdocs/download

Added Files:
        x2tp-ant.zip x2tp-empty-maven-1.0-src.tar.gz 
        x2tp-empty-maven-1.0-src.zip x2tp.xml 
Log Message:
Added maven style documentation... but not finished yet :-(

--- NEW FILE: x2tp-empty-maven-1.0-src.tar.gz ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: x2tp-ant.zip ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: x2tp-empty-maven-1.0-src.zip ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: x2tp.xml ---
<project name="x2tp" default="generateAll">

   <!-- configure your source and destination directory here -->
   <property name="pages.src.dir" value="src"/>
   <property name="pages.dest.dir" value="tmp"/>
   <property name="components.src.dir" value="src"/>
   <property name="components.dest.dir" value="tmp"/>
   
   <!-- configure the xdoclet2 deps dir here -->
   <property name="xdoclet.lib.dir" value="lib"/>
   
   <path id="xdoclet.task.classpath">
       <fileset dir="${xdoclet.lib.dir}">
            <include name="*.jar"/>
       </fileset>
   </path>
   <taskdef name="xdoclet2" classname="org.xdoclet.ant.XDocletTask" 
classpathref="xdoclet.task.classpath" />

   <target name="generateAll" 
depends="generatePageSpecification,generateComponentsSpecification"/>
   
   <!-- process tapestry pages -->
   <target name="generatePageSpecification" description="generates .page files">
       <mkdir dir="${pages.dest.dir}"/>
       <xdoclet2 verbose="true">
           <fileset dir="${pages.src.dir}"><include name="**/*.java"/></fileset>
           <component 
classname="org.xdoclet.plugin.tapestry.PageSpecificationPlugin" 
destdir="${pages.dest.dir}"/>
       </xdoclet2>
   </target>
   
   <!-- process tapestry pages -->
   <target name="generateComponentsSpecification" description="generates .jwc 
files">
          <mkdir dir="${components.dest.dir}"/>
          <xdoclet2 verbose="true">
              <fileset dir="${components.src.dir}"><include 
name="**/*.java"/></fileset>
              <component 
classname="org.xdoclet.plugin.tapestry.ComponentSpecificationPlugin" 
destdir="${components.dest.dir}"/>
          </xdoclet2>
   </target>
</project>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to