Your preferences have been saved!
» Create tar file - # Global defaults name=          Anakia project=       anakia version=       1.0 final.name=    ${project}-${version} root.package=  org.apache.anakia # compile switches debug= on optimize= on deprecation= off... 16 Feb 12 » Tasks that use the zip files to construct tar 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 » Tar the binary distribution with 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 » Tar the binary web distribution with 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 » Tar the binary stand-alone distribution with 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 » Tar the source and documentation together - <?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 » Tar 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