Revision: 1678 http://svn.sourceforge.net/vexi/?rev=1678&view=rev Author: mkpg2 Date: 2007-02-14 08:16:01 -0800 (Wed, 14 Feb 2007)
Log Message: ----------- Adding autodocs Modified Paths: -------------- website/trunk/www/build.xml website/trunk/www/src/left_sidebar.html Modified: website/trunk/www/build.xml =================================================================== --- website/trunk/www/build.xml 2007-02-14 16:10:59 UTC (rev 1677) +++ website/trunk/www/build.xml 2007-02-14 16:16:01 UTC (rev 1678) @@ -109,10 +109,19 @@ <DoProjWithBuildXml name="docbook" dir="docbook"/> </target> + <!-- TODO - move this to org.vexi.widgets --> + <target name="autodocs"> + <ant antfile="../org.vexi.widgetdoc/build.xml" + dir="../org.vexi.widgetdoc" target="run"> + <property name="outdir" value="${build_dir}/autodocs"/> + <property name="srcdir" value="../org.vexi.widgets/src"/> + </ant> + </target> + <!--############################################################### Build www ###############################################################--> - <target name="buildsite" depends="init,www,org.vexi.vexidev,org.vexi.updatesite,docbook"/> + <target name="buildsite" depends="init,www,org.vexi.vexidev,org.vexi.updatesite,docbook,autodocs"/> <target name="buildsite-archive" depends="buildsite"> <tar destfile="vexi-sf-website.tar" basedir="${build_dir}" /> Modified: website/trunk/www/src/left_sidebar.html =================================================================== --- website/trunk/www/src/left_sidebar.html 2007-02-14 16:10:59 UTC (rev 1677) +++ website/trunk/www/src/left_sidebar.html 2007-02-14 16:16:01 UTC (rev 1678) @@ -7,7 +7,7 @@ <li><a href="http://vexi.sourceforge.net/applications.shtml">Demo Applications</a></li> <li>VexiDev Eclipse Plugin</li> <li>Vexi Debugger</li> - <li>Widget Autodocs</li> + <li><a href="http://vexi.sourceforge.net/applications.shtml">Widget Autodocs</a></li> <li>FAQ</li> </ul> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn