Your preferences have been saved!
» Ant Javadoc setting - <?xml version="1.0" encoding="UTF-8"?> <!-- You may freely edit this file. See commented blocks below for --> <!-- some examples of how to customize the build. --> <!-- (If you delete it and reopen the project it will be recreated.) --> <project name="actions" default="default" basedir=".">     <description>Builds, tests, and runs the project Actions.</description>     <import file="nbproject/build-impl.xml"/>     <import file="nbproject/profiler-build-impl.xml"/>          <target name="-post-compile-test">... 16 Feb 12 » Generate Javadoc from Ant - <!--   About this file (build.xml):   Last modified 2001-11-30   Author        Matthias Beil   Contributor   Guillaume Desnoix   License       GNU General Public License 2 (GPL2)                 Copyright (c) 2001 Matthias Beil                 All rights reserved. --> <project name="alma" default="main" basedir="." >... 16 Feb 12 » Zip the documentation - <?xml version="1.0"?> <project name="Example Application Build" default="build-both" basedir=".">      <property file="build.properties"/>   <!-- CVSROOT for the JSTL -->   <property name="cvsroot"              value=":pserver:anoncvs@cvs.apache.org:/home/cvspublic" />   <!-- CVSROOT for the MySQL connector -->   <property name="mysql.cvsroot"              value=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/mmmysql" />... 16 Feb 12 » Assemble the documentation - <?xml version="1.0"?> <project name="Example Application Build" default="build-both" basedir=".">      <property file="build.properties"/>   <!-- CVSROOT for the JSTL -->   <property name="cvsroot"              value=":pserver:anoncvs@cvs.apache.org:/home/cvspublic" />   <!-- CVSROOT for the MySQL connector -->   <property name="mysql.cvsroot"              value=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/mmmysql" />... 16 Feb 12 » Generate Javadocs for the application, using offline package-list files - <?xml version="1.0"?> <project name="Example Application Build" default="build-both" basedir=".">      <property file="build.properties"/>   <!-- CVSROOT for the JSTL -->   <property name="cvsroot"              value=":pserver:anoncvs@cvs.apache.org:/home/cvspublic" />   <!-- CVSROOT for the MySQL connector -->   <property name="mysql.cvsroot"              value=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/mmmysql" />... 16 Feb 12 » Generate Javadocs for the application - <?xml version="1.0"?> <project name="Example Application Build" default="build-both" basedir=".">      <property file="build.properties"/>   <!-- CVSROOT for the JSTL -->   <property name="cvsroot"              value=":pserver:anoncvs@cvs.apache.org:/home/cvspublic" />   <!-- CVSROOT for the MySQL connector -->   <property name="mysql.cvsroot"              value=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/mmmysql" />... 16 Feb 12 » Checking that the documentation is up to date - <?xml version="1.0"?> <project name="Example Application Build" default="build-both" basedir=".">      <property file="build.properties"/>   <!-- CVSROOT for the JSTL -->   <property name="cvsroot"              value=":pserver:anoncvs@cvs.apache.org:/home/cvspublic" />   <!-- CVSROOT for the MySQL connector -->   <property name="mysql.cvsroot"              value=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/mmmysql" />... 16 Feb 12