# =============================== # File: ANT Build Properties # Author: Matt Tiedeman # =============================== #****************************************************************************** # Application Information #****************************************************************************** # # Application Name # ---------------- # The applications name or a brief description. This will be used within the # java documentation. # appDesc=Web Application #****************************************************************************** # Compiler options #****************************************************************************** # # Compiler Optimizations # ---------------------- # Should contain either 'on' or 'off'. # flag.optimize=on # # Deprecation Warnings # -------------------- # Should contain either 'on' or 'off'. # flag.deprecation=on # # Compiler Version # ---------------- # Should contain one of the following 'modern', 'classic' or 'jikes'. # Use 'modern' for JDK 1.3 and above, 'classic' for JDK 1.1/1.2 or 'jikes' # for the jikes compiler. # build.compiler=classic #****************************************************************************** # iPlanet Information #****************************************************************************** # # iPlanet servlet jar file # ------------------------ # If a TOMCAT installation cannot be found, this will be added to the # 'partialClasspath' above. # iplanetServletJar=C:\\Netscape\\Server4\\bin\\https\\jar\\servlets.jar #****************************************************************************** # JUnit Testing Information #****************************************************************************** # # JUnit test jar file # ------------------- # The JUnit testing package's jar file. If you want to skip testing, comment # out the jUnitJar property. # #jUnitJar=C:\\cygwin\\opt\\websrc\\dev1\\janus-dev5\\developers\\share\\junit3.2\\junit.jar #****************************************************************************** # Miscellaneous paths and file name settings #****************************************************************************** # # The name of the jar file for this web application. In our case, this # will contain Beans and thing. This should not contain the .jar extension. # If you do not want a jar file created, remark out the jarFile property from # this file and ANT will not create a jar file. # jarFile=claimsStatus # # Web Application sub-directory # ----------------------------- # While this is the sub-directory the web application uses, it is also the # projects WAR filename (without the .war extension, of course). If the # 'tomcatServletJar' file can be located, a TOMCAT installation is assumed and # the 'webApp' sub-directory is created within the TOMCAT directory tree. If # a TOMCAT installation is not found, the 'webApp' sub-directory will be # created within the 'webPub' sub-directory. # webApp=cs # # WebPub directory # ---------------- # The path where the webApp should be created if a TOMCAT installation cannot # be located. The path should end with a slash (just like the environment # variable does). # # webPub=C:\\cygwin\\opt\\webpub\\dev1\\janus-dev5\\ # # Classpath (well, at least most of it) # ------------------------------------- # The build file will attempt to find an installation of TOMCAT. If it # succeeds, the classpath will have the tomcat servlet.jar file added to it. # If a TOMCAT installation cannot be located, the classpath will have the # iPlanet servlets.jar file added to it. # partialClasspath=C:\\Oracle\\Ora81\\jdbc\\lib\\classes12.zip;C:\\jdk1.3\\lib\\tools.jar #****************************************************************************** # Tomcat Information #****************************************************************************** # # TOMCAT directory # ---------------- tomcat=C:\\tomcat # # TOMCAT servlet jar file # ----------------------- # If a TOMCAT installation can be found, this will be appended to 'tomcat' and # then added to the 'partialClasspath' above. # tomcatServletJar=\\lib\\servlet.jar