You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by hc...@apache.org on 2005/01/22 22:33:28 UTC

cvs commit: jakarta-turbine-jcs/sandbox/yajcache/nbproject genfiles.properties project.properties build-impl.xml profiler-build-impl.xml project.xml

hchar       2005/01/22 13:33:28

  Added:       sandbox/yajcache/nbproject genfiles.properties
                        project.properties build-impl.xml
                        profiler-build-impl.xml project.xml
  Log:
  move yajcache to sandbox
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-jcs/sandbox/yajcache/nbproject/genfiles.properties
  
  Index: genfiles.properties
  ===================================================================
  build.xml.data.CRC32=2bb1d1e9
  build.xml.script.CRC32=6630f1f4
  build.xml.stylesheet.CRC32=ba5d3624
  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
  nbproject/build-impl.xml.data.CRC32=2bb1d1e9
  nbproject/build-impl.xml.script.CRC32=7c3de2d1
  nbproject/build-impl.xml.stylesheet.CRC32=1cf0b40c
  
  
  
  1.1                  jakarta-turbine-jcs/sandbox/yajcache/nbproject/project.properties
  
  Index: project.properties
  ===================================================================
  application.args=
  build.classes.dir=${build.dir}/classes
  build.classes.excludes=**/*.java,**/*.form
  # This directory is removed when the project is cleaned:
  build.dir=build
  # Only compile against the classpath explicitly listed here:
  build.sysclasspath=ignore
  build.test.classes.dir=${build.dir}/test/classes
  build.test.results.dir=${build.dir}/test/results
  debug.classpath=\
      ${run.classpath}
  debug.test.classpath=\
      ${run.test.classpath}
  # This directory is removed when the project is cleaned:
  dist.dir=dist
  dist.jar=${dist.dir}/yajcache.jar
  dist.javadoc.dir=${dist.dir}/javadoc
  file.reference.commons-beanutils-1.6.1.jar=lib/commons-beanutils-1.6.1.jar
  file.reference.commons-collections-3.1.jar=lib/commons-collections-3.1.jar
  file.reference.commons-lang-2.0.jar=lib/commons-lang-2.0.jar
  file.reference.commons-logging-1.0.3.jar=lib/commons-logging-1.0.3.jar
  file.reference.log4j-1.2.8.jar=lib/log4j-1.2.8.jar
  jar.compress=true
  javac.classpath=\
      ${file.reference.commons-beanutils-1.6.1.jar};\
      ${file.reference.commons-collections-3.1.jar};\
      ${file.reference.commons-lang-2.0.jar};\
      ${file.reference.commons-logging-1.0.3.jar}
  # Space-separated list of extra javac options
  javac.compilerargs=-Xlint:unchecked
  javac.deprecation=true
  javac.source=1.5
  javac.target=1.5
  javac.test.classpath=\
      ${javac.classpath}:\
      ${build.classes.dir}:\
      ${libs.junit.classpath}
  javadoc.author=true
  javadoc.encoding=
  javadoc.noindex=false
  javadoc.nonavbar=false
  javadoc.notree=false
  javadoc.private=true
  javadoc.splitindex=true
  javadoc.use=true
  javadoc.version=true
  javadoc.windowtitle=
  platform.active=Java_HotSpot_TM__Client_VM_1.5.0_01-b08
  run.classpath=\
      ${javac.classpath}:\
      ${build.classes.dir}
  # Space-separated list of JVM arguments used when running the project
  # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  # or test-sys-prop.name=value to set system properties for unit tests):
  run.jvmargs=
  run.test.classpath=\
      ${file.reference.log4j-1.2.8.jar};\
      ${javac.test.classpath};\
      ${build.test.classes.dir}
  src.dir=src
  test.src.dir=test
  
  
  
  1.1                  jakarta-turbine-jcs/sandbox/yajcache/nbproject/build-impl.xml
  
  Index: build-impl.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!--
  *** GENERATED FROM project.xml - DO NOT EDIT  ***
  ***         EDIT ../build.xml INSTEAD         ***
  
  For the purpose of easier reading the script
  is divided into following sections:
  
    - initialization
    - compilation
    - jar
    - execution
    - debugging
    - javadoc
    - junit compilation
    - junit execution
    - junit debugging
    - applet
    - cleanup
  
  -->
  <project name="yajcache-impl" default="build" basedir="..">
      <target name="default" depends="test,jar,javadoc" description="Build and test whole project."/>
      <!-- 
      ======================
      INITIALIZATION SECTION 
      ======================
      -->
      <target name="-pre-init">
          <!-- Empty placeholder for easier customization. -->
          <!-- You can override this target in the ../build.xml file. -->
      </target>
      <target name="-init-private" depends="-pre-init">
          <property file="nbproject/private/private.properties"/>
      </target>
      <target name="-init-user" depends="-pre-init,-init-private">
          <property file="${user.properties.file}"/>
          <!-- The two properties below are usually overridden -->
          <!-- by the active platform. Just a fallback. -->
          <property name="default.javac.source" value="1.4"/>
          <property name="default.javac.target" value="1.4"/>
      </target>
      <target name="-init-project" depends="-pre-init,-init-private,-init-user">
          <property file="nbproject/project.properties"/>
      </target>
      <target name="-do-init" depends="-pre-init,-init-private,-init-user,-init-project,-init-macrodef-property">
          <j2seproject:property name="platform.home" value="platforms.${platform.active}.home" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
          <j2seproject:property name="platform.bootcp" value="platforms.${platform.active}.bootclasspath" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
          <j2seproject:property name="platform.compiler" value="platforms.${platform.active}.compile" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
          <j2seproject:property name="platform.javac.tmp" value="platforms.${platform.active}.javac" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
          <condition property="platform.javac" value="${platform.home}/bin/javac">
              <equals arg1="${platform.javac.tmp}" arg2="$${platforms.${platform.active}.javac}"/>
          </condition>
          <property name="platform.javac" value="${platform.javac.tmp}"/>
          <j2seproject:property name="platform.java.tmp" value="platforms.${platform.active}.java" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
          <condition property="platform.java" value="${platform.home}/bin/java">
              <equals arg1="${platform.java.tmp}" arg2="$${platforms.${platform.active}.java}"/>
          </condition>
          <property name="platform.java" value="${platform.java.tmp}"/>
          <condition property="platform.invalid" value="true">
              <or>
                  <contains string="${platform.javac}" substring="$${platforms."/>
                  <contains string="${platform.java}" substring="$${platforms."/>
              </or>
          </condition>
          <fail unless="platform.home">Must set platform.home</fail>
          <fail unless="platform.bootcp">Must set platform.bootcp</fail>
          <fail unless="platform.java">Must set platform.java</fail>
          <fail unless="platform.javac">Must set platform.javac</fail>
          <fail if="platform.invalid">Platform is not correctly set up</fail>
          <available file="${manifest.file}" property="manifest.available"/>
          <condition property="manifest.available+main.class">
              <and>
                  <isset property="manifest.available"/>
                  <isset property="main.class"/>
                  <not>
                      <equals arg1="${main.class}" arg2="" trim="true"/>
                  </not>
              </and>
          </condition>
          <available property="have.tests" file="${test.src.dir}"/>
          <condition property="netbeans.home+have.tests">
              <and>
                  <isset property="netbeans.home"/>
                  <isset property="have.tests"/>
              </and>
          </condition>
          <condition property="no.javadoc.preview">
              <isfalse value="${javadoc.preview}"/>
          </condition>
          <property name="run.jvmargs" value=""/>
          <property name="javac.compilerargs" value=""/>
          <property name="work.dir" value="${basedir}"/>
          <condition property="no.deps">
              <and>
                  <istrue value="${no.dependencies}"/>
              </and>
          </condition>
      </target>
      <target name="-post-init">
          <!-- Empty placeholder for easier customization. -->
          <!-- You can override this target in the ../build.xml file. -->
      </target>
      <target name="-init-check" depends="-pre-init,-init-private,-init-user,-init-project,-do-init">
          <fail unless="src.dir">Must set src.dir</fail>
          <fail unless="test.src.dir">Must set test.src.dir</fail>
          <fail unless="build.dir">Must set build.dir</fail>
          <fail unless="dist.dir">Must set dist.dir</fail>
          <fail unless="build.classes.dir">Must set build.classes.dir</fail>
          <fail unless="dist.javadoc.dir">Must set dist.javadoc.dir</fail>
          <fail unless="build.test.classes.dir">Must set build.test.classes.dir</fail>
          <fail unless="build.test.results.dir">Must set build.test.results.dir</fail>
          <fail unless="build.classes.excludes">Must set build.classes.excludes</fail>
          <fail unless="dist.jar">Must set dist.jar</fail>
      </target>
      <target name="-init-macrodef-property">
          <macrodef name="property" uri="http://www.netbeans.org/ns/j2se-project/1">
              <attribute name="name"/>
              <attribute name="value"/>
              <sequential>
                  <property name="@{name}" value="${@{value}}"/>
              </sequential>
          </macrodef>
      </target>
      <target name="-init-macrodef-javac">
          <macrodef name="javac" uri="http://www.netbeans.org/ns/j2se-project/1">
              <attribute name="srcdir" default="${src.dir}"/>
              <attribute name="destdir" default="${build.classes.dir}"/>
              <attribute name="classpath" default="${javac.classpath}"/>
              <attribute name="debug" default="${javac.debug}"/>
              <element name="customize" optional="true"/>
              <sequential>
                  <javac srcdir="@{srcdir}" destdir="@{destdir}" debug="@{debug}" deprecation="${javac.deprecation}" source="${javac.source}" target="${javac.target}" fork="yes" executable="${platform.javac}" includeantruntime="false">
                      <classpath>
                          <path path="@{classpath}"/>
                      </classpath>
                      <compilerarg line="${javac.compilerargs}"/>
                      <customize/>
                  </javac>
              </sequential>
          </macrodef>
      </target>
      <target name="-init-macrodef-junit">
          <macrodef name="junit" uri="http://www.netbeans.org/ns/j2se-project/1">
              <attribute name="includes" default="**/*Test.java"/>
              <sequential>
                  <junit showoutput="true" fork="true" dir="${basedir}" failureproperty="tests.failed" errorproperty="tests.failed" jvm="${platform.java}">
                      <batchtest todir="${build.test.results.dir}">
                          <fileset dir="${test.src.dir}" includes="@{includes}"/>
                      </batchtest>
                      <classpath>
                          <path path="${run.test.classpath}"/>
                      </classpath>
                      <syspropertyset>
                          <propertyref prefix="test-sys-prop."/>
                          <mapper type="glob" from="test-sys-prop.*" to="*"/>
                      </syspropertyset>
                      <formatter type="brief" usefile="false"/>
                  </junit>
              </sequential>
          </macrodef>
      </target>
      <target name="-init-macrodef-nbjpda">
          <macrodef name="nbjpdastart" uri="http://www.netbeans.org/ns/j2se-project/1">
              <attribute name="name" default="${main.class}"/>
              <attribute name="classpath" default="${debug.classpath}"/>
              <attribute name="stopclassname" default=""/>
              <sequential>
                  <nbjpdastart transport="dt_socket" addressproperty="jpda.address" name="@{name}" stopclassname="@{stopclassname}">
                      <classpath>
                          <path path="@{classpath}"/>
                      </classpath>
                      <bootclasspath>
                          <path path="${platform.bootcp}"/>
                      </bootclasspath>
                  </nbjpdastart>
              </sequential>
          </macrodef>
          <macrodef name="nbjpdareload" uri="http://www.netbeans.org/ns/j2se-project/1">
              <attribute name="dir" default="${build.classes.dir}"/>
              <sequential>
                  <nbjpdareload>
                      <fileset includes="${fix.includes}*.class" dir="@{dir}"/>
                  </nbjpdareload>
              </sequential>
          </macrodef>
      </target>
      <target name="-init-macrodef-debug">
          <macrodef name="debug" uri="http://www.netbeans.org/ns/j2se-project/1">
              <attribute name="classname" default="${main.class}"/>
              <attribute name="classpath" default="${debug.classpath}"/>
              <attribute name="args" default="${application.args}"/>
              <sequential>
                  <java fork="true" classname="@{classname}" dir="${work.dir}" jvm="${platform.java}">
                      <jvmarg value="-Xdebug"/>
                      <jvmarg value="-Xnoagent"/>
                      <jvmarg value="-Djava.compiler=none"/>
                      <jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
                      <jvmarg line="${run.jvmargs}"/>
                      <classpath>
                          <path path="@{classpath}"/>
                      </classpath>
                      <syspropertyset>
                          <propertyref prefix="run-sys-prop."/>
                          <mapper type="glob" from="run-sys-prop.*" to="*"/>
                      </syspropertyset>
                      <arg line="@{args}"/>
                  </java>
              </sequential>
          </macrodef>
      </target>
      <target name="-init-macrodef-java">
          <macrodef name="java" uri="http://www.netbeans.org/ns/j2se-project/1">
              <attribute name="classname" default="${main.class}"/>
              <element name="customize" optional="true"/>
              <sequential>
                  <java fork="true" classname="@{classname}" dir="${work.dir}" jvm="${platform.java}">
                      <jvmarg line="${run.jvmargs}"/>
                      <classpath>
                          <path path="${run.classpath}"/>
                      </classpath>
                      <syspropertyset>
                          <propertyref prefix="run-sys-prop."/>
                          <mapper type="glob" from="run-sys-prop.*" to="*"/>
                      </syspropertyset>
                      <customize/>
                  </java>
              </sequential>
          </macrodef>
      </target>
      <target name="-init-presetdef-jar">
          <presetdef name="jar" uri="http://www.netbeans.org/ns/j2se-project/1">
              <jar jarfile="${dist.jar}" compress="${jar.compress}">
                  <fileset dir="${build.classes.dir}" xmlns="http://www.netbeans.org/ns/j2se-project/1"/>
              </jar>
          </presetdef>
      </target>
      <target name="init" depends="-pre-init,-init-private,-init-user,-init-project,-do-init,-post-init,-init-check,-init-macrodef-property,-init-macrodef-javac,-init-macrodef-junit,-init-macrodef-nbjpda,-init-macrodef-debug,-init-macrodef-java,-init-presetdef-jar"/>
      <!--
      ===================
      COMPILATION SECTION
      ===================
      -->
      <target name="deps-jar" depends="init" unless="no.deps"/>
      <target name="-pre-pre-compile" depends="init,deps-jar">
          <mkdir dir="${build.classes.dir}"/>
      </target>
      <target name="-pre-compile">
          <!-- Empty placeholder for easier customization. -->
          <!-- You can override this target in the ../build.xml file. -->
      </target>
      <target name="-do-compile" depends="init,deps-jar,-pre-pre-compile,-pre-compile">
          <j2seproject:javac xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
          <copy todir="${build.classes.dir}">
              <fileset dir="${src.dir}" excludes="${build.classes.excludes}"/>
          </copy>
      </target>
      <target name="-post-compile">
          <!-- Empty placeholder for easier customization. -->
          <!-- You can override this target in the ../build.xml file. -->
      </target>
      <target name="compile" depends="init,deps-jar,-pre-pre-compile,-pre-compile,-do-compile,-post-compile" description="Compile project."/>
      <target name="-pre-compile-single">
          <!-- Empty placeholder for easier customization. -->
          <!-- You can override this target in the ../build.xml file. -->
      </target>
      <target name="-do-compile-single" depends="init,deps-jar,-pre-pre-compile">
          <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
          <j2seproject:javac xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1">
              <customize>
                  <patternset includes="${javac.includes}"/>
              </customize>
          </j2seproject:javac>
      </target>
      <target name="-post-compile-single">
          <!-- Empty placeholder for easier customization. -->
          <!-- You can override this target in the ../build.xml file. -->
      </target>
      <target name="compile-single" depends="init,deps-jar,-pre-pre-compile,-pre-compile-single,-do-compile-single,-post-compile-single"/>
      <!--
      ====================
      JAR BUILDING SECTION
      ====================
      -->
      <target name="-pre-pre-jar" depends="init">
          <dirname property="dist.jar.dir" file="${dist.jar}"/>
          <mkdir dir="${dist.jar.dir}"/>
      </target>
      <target name="-pre-jar">
          <!-- Empty placeholder for easier customization. -->
          <!-- You can override this target in the ../build.xml file. -->
      </target>
      <target name="-do-jar-without-manifest" depends="init,compile,-pre-pre-jar,-pre-jar" unless="manifest.available">
          <j2seproject:jar xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
      </target>
      <target name="-do-jar-with-manifest" depends="init,compile,-pre-pre-jar,-pre-jar" if="manifest.available" unless="manifest.available+main.class">
          <j2seproject:jar manifest="${manifest.file}" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
      </target>
      <target name="-do-jar-with-mainclass" depends="init,compile,-pre-pre-jar,-pre-jar" if="manifest.available+main.class">
          <j2seproject:jar manifest="${manifest.file}" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1">
              <manifest xmlns="http://www.netbeans.org/ns/j2se-project/1">
                  <attribute j2seproject:name="Main-Class" value="${main.class}"/>
              </manifest>
          </j2seproject:jar>
      </target>
      <target name="-post-jar">
          <!-- Empty placeholder for easier customization. -->
          <!-- You can override this target in the ../build.xml file. -->
      </target>
      <target name="jar" depends="init,compile,-pre-jar,-do-jar-with-manifest,-do-jar-without-manifest,-do-jar-with-mainclass,-post-jar" description="Build JAR."/>
      <!--
      =================
      EXECUTION SECTION
      =================
      -->
      <target name="run" depends="init,compile" description="Run a main class.">
          <j2seproject:java xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1">
              <customize>
                  <arg line="${application.args}"/>
              </customize>
          </j2seproject:java>
      </target>
      <target name="run-single" depends="init,compile-single">
          <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
          <j2seproject:java classname="${run.class}" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
      </target>
      <!--
      =================
      DEBUGGING SECTION
      =================
      -->
      <target name="-debug-start-debugger" if="netbeans.home" depends="init">
          <j2seproject:nbjpdastart name="${debug.class}" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
      </target>
      <target name="-debug-start-debuggee" depends="init,compile">
          <j2seproject:debug xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
      </target>
      <target name="debug" if="netbeans.home" depends="init,compile,-debug-start-debugger,-debug-start-debuggee" description="Debug project in IDE."/>
      <target name="-debug-start-debugger-stepinto" if="netbeans.home" depends="init">
          <j2seproject:nbjpdastart stopclassname="${main.class}" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
      </target>
      <target name="debug-stepinto" if="netbeans.home" depends="init,compile,-debug-start-debugger-stepinto,-debug-start-debuggee"/>
      <target name="-debug-start-debuggee-single" if="netbeans.home" depends="init,compile-single">
          <fail unless="debug.class">Must select one file in the IDE or set debug.class</fail>
          <j2seproject:debug classname="${debug.class}" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
      </target>
      <target name="debug-single" if="netbeans.home" depends="init,compile-single,-debug-start-debugger,-debug-start-debuggee-single"/>
      <target name="-pre-debug-fix" depends="init">
          <fail unless="fix.includes">Must set fix.includes</fail>
          <property name="javac.includes" value="${fix.includes}.java"/>
      </target>
      <target name="-do-debug-fix" if="netbeans.home" depends="init,-pre-debug-fix,compile-single">
          <j2seproject:nbjpdareload xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
      </target>
      <target name="debug-fix" if="netbeans.home" depends="init,-pre-debug-fix,-do-debug-fix"/>
      <!--
      ===============
      JAVADOC SECTION
      ===============
      -->
      <target name="-javadoc-build" depends="init">
          <mkdir dir="${dist.javadoc.dir}"/>
          <j2seproject:property name="platform.javadoc.tmp" value="platforms.${platform.active}.javadoc" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
          <condition property="platform.javadoc" value="${platform.home}/bin/javadoc">
              <equals arg1="${platform.javadoc.tmp}" arg2="$${platforms.${platform.active}.javadoc}"/>
          </condition>
          <property name="platform.javadoc" value="${platform.javadoc.tmp}"/>
          <condition property="javadoc.notree.opt" value="-notree">
              <istrue value="${javadoc.notree}"/>
          </condition>
          <property name="javadoc.notree.opt" value=""/>
          <condition property="javadoc.use.opt" value="-use">
              <istrue value="${javadoc.use}"/>
          </condition>
          <property name="javadoc.use.opt" value=""/>
          <condition property="javadoc.nonavbar.opt" value="-nonavbar">
              <istrue value="${javadoc.nonavbar}"/>
          </condition>
          <property name="javadoc.nonavbar.opt" value=""/>
          <condition property="javadoc.noindex.opt" value="-noindex">
              <istrue value="${javadoc.noindex}"/>
          </condition>
          <property name="javadoc.noindex.opt" value=""/>
          <condition property="javadoc.splitindex.opt" value="-splitindex">
              <istrue value="${javadoc.splitindex}"/>
          </condition>
          <property name="javadoc.splitindex.opt" value=""/>
          <condition property="javadoc.author.opt" value="-author">
              <istrue value="${javadoc.author}"/>
          </condition>
          <property name="javadoc.author.opt" value=""/>
          <condition property="javadoc.version.opt" value="-version">
              <istrue value="${javadoc.version}"/>
          </condition>
          <property name="javadoc.version.opt" value=""/>
          <condition property="javadoc.private.opt" value="-private">
              <istrue value="${javadoc.private}"/>
          </condition>
          <property name="javadoc.private.opt" value=""/>
          <condition property="javadoc.classpath.opt" value="${javac.classpath}">
              <not>
                  <equals arg1="${javac.classpath}" arg2=""/>
              </not>
          </condition>
          <property name="javadoc.classpath.opt" value="&quot;&quot;"/>
          <apply executable="${platform.javadoc}" failonerror="true" parallel="true">
              <arg value="-d"/>
              <arg file="${dist.javadoc.dir}"/>
              <arg value="-source"/>
              <arg value="${javac.source}"/>
              <arg value="-windowtitle"/>
              <arg value="${javadoc.windowtitle}"/>
              <arg line="${javadoc.notree.opt} ${javadoc.use.opt} ${javadoc.nonavbar.opt} ${javadoc.noindex.opt} ${javadoc.splitindex.opt} ${javadoc.author.opt} ${javadoc.version.opt} ${javadoc.private.opt}"/>
              <arg value="-classpath"/>
              <arg path="${javadoc.classpath.opt}"/>
              <arg value="-sourcepath"/>
              <arg file="${src.dir}"/>
              <fileset dir="${src.dir}" includes="**/*.java"/>
          </apply>
      </target>
      <target name="-javadoc-browse" if="netbeans.home" unless="no.javadoc.preview" depends="init,-javadoc-build">
          <nbbrowse file="${dist.javadoc.dir}/index.html"/>
      </target>
      <target name="javadoc" depends="init,-javadoc-build,-javadoc-browse" description="Build Javadoc."/>
      <!--
      =========================
      JUNIT COMPILATION SECTION
      =========================
      -->
      <target name="-pre-pre-compile-test" if="have.tests" depends="init,compile">
          <mkdir dir="${build.test.classes.dir}"/>
      </target>
      <target name="-pre-compile-test">
          <!-- Empty placeholder for easier customization. -->
          <!-- You can override this target in the ../build.xml file. -->
      </target>
      <target name="-do-compile-test" if="have.tests" depends="init,compile,-pre-pre-compile-test,-pre-compile-test">
          <j2seproject:javac srcdir="${test.src.dir}" destdir="${build.test.classes.dir}" debug="true" classpath="${javac.test.classpath}" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
          <copy todir="${build.test.classes.dir}">
              <fileset dir="${test.src.dir}">
                  <exclude name="**/*.java"/>
              </fileset>
          </copy>
      </target>
      <target name="-post-compile-test">
          <!-- Empty placeholder for easier customization. -->
          <!-- You can override this target in the ../build.xml file. -->
      </target>
      <target name="compile-test" depends="init,compile,-pre-pre-compile-test,-pre-compile-test,-do-compile-test,-post-compile-test"/>
      <target name="-pre-compile-test-single">
          <!-- Empty placeholder for easier customization. -->
          <!-- You can override this target in the ../build.xml file. -->
      </target>
      <target name="-do-compile-test-single" if="have.tests" depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single">
          <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
          <j2seproject:javac srcdir="${test.src.dir}" destdir="${build.test.classes.dir}" debug="true" classpath="${javac.test.classpath}" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1">
              <customize>
                  <patternset includes="${javac.includes}"/>
              </customize>
          </j2seproject:javac>
      </target>
      <target name="-post-compile-test-single">
          <!-- Empty placeholder for easier customization. -->
          <!-- You can override this target in the ../build.xml file. -->
      </target>
      <target name="compile-test-single" depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single,-do-compile-test-single,-post-compile-test-single"/>
      <!--
      =======================
      JUNIT EXECUTION SECTION
      =======================
      -->
      <target name="-pre-test-run" if="have.tests" depends="init">
          <mkdir dir="${build.test.results.dir}"/>
      </target>
      <target name="-do-test-run" if="have.tests" depends="init,compile-test,-pre-test-run">
          <j2seproject:junit xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
      </target>
      <target name="-post-test-run" if="have.tests" depends="init,compile-test,-pre-test-run,-do-test-run">
          <fail if="tests.failed">Some tests failed; see details above.</fail>
      </target>
      <target name="test-report" if="have.tests" depends="init"/>
      <target name="-test-browse" if="netbeans.home+have.tests" depends="init"/>
      <target name="test" depends="init,compile-test,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse" description="Run unit tests."/>
      <target name="-pre-test-run-single" if="have.tests" depends="init">
          <mkdir dir="${build.test.results.dir}"/>
      </target>
      <target name="-do-test-run-single" if="have.tests" depends="init,compile-test-single,-pre-test-run-single">
          <fail unless="test.includes">Must select some files in the IDE or set test.includes</fail>
          <j2seproject:junit includes="${test.includes}" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
      </target>
      <target name="-post-test-run-single" if="have.tests" depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single">
          <fail if="tests.failed">Some tests failed; see details above.</fail>
      </target>
      <target name="test-single" depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single,-post-test-run-single" description="Run single unit test."/>
      <!--
      =======================
      JUNIT DEBUGGING SECTION
      =======================
      -->
      <target name="-debug-start-debuggee-test" if="have.tests" depends="init,compile-test">
          <fail unless="test.class">Must select one file in the IDE or set test.class</fail>
          <j2seproject:debug classname="junit.textui.TestRunner" classpath="${debug.test.classpath}" args="${test.class}" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
      </target>
      <target name="-debug-start-debugger-test" if="netbeans.home+have.tests" depends="init,compile-test">
          <j2seproject:nbjpdastart name="${test.class}" classpath="${debug.test.classpath}" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
      </target>
      <target name="debug-test" depends="init,compile-test,-debug-start-debugger-test,-debug-start-debuggee-test"/>
      <target name="-do-debug-fix-test" if="netbeans.home" depends="init,-pre-debug-fix,compile-test-single">
          <j2seproject:nbjpdareload dir="${build.test.classes.dir}" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
      </target>
      <target name="debug-fix-test" if="netbeans.home" depends="init,-pre-debug-fix,-do-debug-fix-test"/>
      <!--
      =========================
      APPLET EXECUTION SECTION
      =========================
      -->
      <target name="run-applet" depends="init,compile-single">
          <fail unless="applet.url">Must select one file in the IDE or set applet.url</fail>
          <j2seproject:java classname="sun.applet.AppletViewer" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1">
              <customize>
                  <arg value="${applet.url}"/>
              </customize>
          </j2seproject:java>
      </target>
      <!--
      =========================
      APPLET DEBUGGING  SECTION
      =========================
      -->
      <target name="-debug-start-debuggee-applet" if="netbeans.home" depends="init,compile-single">
          <fail unless="applet.url">Must select one file in the IDE or set applet.url</fail>
          <j2seproject:debug classname="sun.applet.AppletViewer" args="&quot;${applet.url}&quot;" xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/>
      </target>
      <target name="debug-applet" if="netbeans.home" depends="init,compile-single,-debug-start-debugger,-debug-start-debuggee-applet"/>
      <!--
      ===============
      CLEANUP SECTION
      ===============
      -->
      <target name="deps-clean" depends="init" unless="no.deps"/>
      <target name="-do-clean" depends="init">
          <delete dir="${build.dir}"/>
          <delete dir="${dist.dir}"/>
      </target>
      <target name="-post-clean">
          <!-- Empty placeholder for easier customization. -->
          <!-- You can override this target in the ../build.xml file. -->
      </target>
      <target name="clean" depends="init,deps-clean,-do-clean,-post-clean" description="Clean build products."/>
  </project>
  
  
  
  1.1                  jakarta-turbine-jcs/sandbox/yajcache/nbproject/profiler-build-impl.xml
  
  Index: profiler-build-impl.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!--
  *** GENERATED FROM project.xml - DO NOT EDIT  ***
  ***         EDIT ../build.xml INSTEAD         ***
  
  For the purpose of easier reading the script
  is divided into following sections:
  
    - initialization
    - profiling
    - applet profiling
  
  -->
  <project name="cache-profiler-impl" default="profile" basedir="..">
      <target name="default" depends="profile" description="Build and profile the project."/>
      <!-- 
      ======================
      INITIALIZATION SECTION 
      ======================
      -->
      <target name="-profile-pre-init">
          <!-- Empty placeholder for easier customization. -->
          <!-- You can override this target in the ../build.xml file. -->
      </target>
      <target name="-profile-init-private" depends="-profile-pre-init">
          <property file="nbproject/private/private.properties"/>
      </target>
      <target name="-profile-init-user" depends="-profile-pre-init,-profile-init-private">
          <property file="${user.properties.file}"/>
          <!-- The two properties below are usually overridden -->
          <!-- by the active platform. Just a fallback. -->
          <property name="default.javac.source" value="1.4"/>
          <property name="default.javac.target" value="1.4"/>
      </target>
      <target name="-profile-init-project" depends="-profile-pre-init,-profile-init-private,-profile-init-user">
          <property file="nbproject/project.properties"/>
      </target>
      <target name="-profile-do-init" depends="-profile-pre-init,-profile-init-private,-profile-init-user,-profile-init-project,-profile-init-macrodef-property">
          <available file="${manifest.file}" property="manifest.available"/>
          <condition property="manifest.available+main.class">
              <and>
                  <isset property="manifest.available"/>
                  <isset property="main.class"/>
                  <not>
                      <equals arg1="${main.class}" arg2="" trim="true"/>
                  </not>
              </and>
          </condition>
          <available property="have.tests" file="${test.src.dir}"/>
          <condition property="netbeans.home+have.tests">
              <and>
                  <isset property="netbeans.home"/>
                  <isset property="have.tests"/>
              </and>
          </condition>
          <condition property="no.javadoc.preview">
              <isfalse value="${javadoc.preview}"/>
          </condition>
          <property name="run.jvmargs" value=""/>
          <property name="javac.compilerargs" value=""/>
          <property name="work.dir" value="${basedir}"/>
          <condition property="no.deps">
              <and>
                  <istrue value="${no.dependencies}"/>
              </and>
          </condition>
      </target>
      <target name="-profile-post-init">
          <!-- Empty placeholder for easier customization. -->
          <!-- You can override this target in the ../build.xml file. -->
      </target>
      <target name="-profile-init-check" depends="-profile-pre-init,-profile-init-private,-profile-init-user,-profile-init-project,-profile-do-init">
          <fail unless="src.dir">Must set src.dir</fail>
          <fail unless="test.src.dir">Must set test.src.dir</fail>
          <fail unless="build.dir">Must set build.dir</fail>
          <fail unless="dist.dir">Must set dist.dir</fail>
          <fail unless="build.classes.dir">Must set build.classes.dir</fail>
          <fail unless="dist.javadoc.dir">Must set dist.javadoc.dir</fail>
          <fail unless="build.test.classes.dir">Must set build.test.classes.dir</fail>
          <fail unless="build.test.results.dir">Must set build.test.results.dir</fail>
          <fail unless="build.classes.excludes">Must set build.classes.excludes</fail>
          <fail unless="dist.jar">Must set dist.jar</fail>
      </target>
      <target name="-profile-init-macrodef-property">
          <macrodef name="property" uri="http://www.netbeans.org/ns/j2se-project/1">
              <attribute name="name"/>
              <attribute name="value"/>
              <sequential>
                  <property name="@{name}" value="${@{value}}"/>
              </sequential>
          </macrodef>
      </target>
      <target name="init" depends="-profile-pre-init,-profile-init-private,-profile-init-user,-profile-init-project,-profile-do-init,-profile-post-init,-profile-init-check,-profile-init-macrodef-property"/>
      <!--
      =================
      PROFILING SECTION
      =================
      -->
      <target name="profile" if="netbeans.home" depends="init,compile" description="Profile a project in the IDE.">
          <nbprofile classname="${main.class}" args="${application.args}">
              <classpath>
                  <path path="${run.classpath}"/>
              </classpath>
          </nbprofile>
      </target>
      <target name="profile-single" if="netbeans.home" depends="init,compile-single" description="Profile a selected class in the IDE.">
          <fail unless="profile.class">Must select one file in the IDE or set profile.class</fail>
          <nbprofile classname="${profile.class}">
              <classpath>
                  <path path="${run.classpath}"/>
              </classpath>
          </nbprofile>
      </target>
      <!--
      =========================
      APPLET PROFILING  SECTION
      =========================
      -->
      <target name="profile-applet" if="netbeans.home" depends="init,compile-single">
          <nbprofile classname="sun.applet.AppletViewer" args="${applet.url}">
              <classpath>
                  <path path="${run.classpath}"/>
              </classpath>
          </nbprofile>
      </target>
  </project>
  
  
  
  1.1                  jakarta-turbine-jcs/sandbox/yajcache/nbproject/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project xmlns="http://www.netbeans.org/ns/project/1">
      <type>org.netbeans.modules.java.j2seproject</type>
      <configuration>
          <data xmlns="http://www.netbeans.org/ns/j2se-project/1">
              <name>yajcache</name>
              <minimum-ant-version>1.6</minimum-ant-version>
              <explicit-platform explicit-source-supported="true"/>
          </data>
      </configuration>
  </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org