All Downloads are FREE. Search and download functionalities are using the official Maven repository.

iteralmind.codelet.0.1.4.1.source-code.build.properties Maven / Gradle / Ivy

#Codelet:  Ant build properties file.

############################################################
####  The directory in which all below DIRECTORY ROOTS go.
####  Must not end with file-separator.
####     Windows example: If this file's path is
####         C:\java_code\sandbox\codelet\build.properties
####     then set this to
####         C:/java_code
############################################################
   base.dir=__INSTALLATION_DIRECTORY_HERE__

############################################################
####  The sub-directory containing all Codelet
####  configuration files, as exists in
####     build.xml/${dir_sandbox}
####  Must not end with a file.separator
############################################################
   codelet.config.dir=codelet_config

############################################################
####  Do not change anything below this line
############################################################

   #The name of this project, which is used as the name of the directory to
   #put under all the below directory roots. This is actually used as the
   #pre-version prefix, and therefore may not end with a slash.
      project.name=codelet

   #Current version number for this project
         #Originates in Codelet > build.properties > version.number
         #Required by
         #   - Template Feather > build.properties > codelet_project_version
         #   - XBN-Java > build.properties > codelet_project_version
         #   - ...\Sublime Text 3\Packages\User\autocompletes_and_snippets\java\xbnjava\xbnjava.sublime-completions
         #   - z_build/other/codelet.sublime-project
      version.number=0.1.4.1

   #When building Codelet, should classes be compiled all at once (in one
   #javac call), or one class at a time (one javac call per class, in the
   #proper sequence)?
   #If all at once, then set this to *any non-empty value*. If one class at
   #a time, then either comment this out, or set it to the empty-string
      compile.as.a.whole=VALUE_DOESNT_MATTER_JUST_THAT_THE_VARIABLE_EXISTS

   #If you use Sun's javac to compile your code, comment the
   #build.compiler line out. Otherwise, set it to the compiler of your
   #choice.
      #build.compiler=jikes

   #See http://ant.apache.org/manual/Types/regexp.html#implementation
      #ant.regexp.regexpimpl=org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp

   #DIRECTORY ROOTS: The directories in which "com.github.*" exists.
   #All slashes must be compatible with your operating
   #system.  For example, on Windows, '/'
   #Do not end these with a slash.
      sandbox.dir=${base.dir}/sandbox/z__for_git_commit_only
      build.dir=${base.dir}/build
      working.dir=${base.dir}/working
      build.class.dir=${sandbox.dir}/${project.name}/bin

   #Directory in which LinkChecker 9.3 is installed. For optional task
   #'linkchecker'
   #http://wummel.github.io/linkchecker/
   #Including the final slash.
   link.checker.install.dir=C:/applications/programming/LinkChecker/

   #XBN-Java
      #Codelet depends on XBN-Java and Template Featherweight.

      #Unlike Template Featherweight, Codelet must make every XBN-Java class
      #available, whether or not they're directly used by the classes in
      #com.github.aliteralmind.codelet.*. This is because Codelet users
      #are encouraged to add customizer functions, which may require extra
      #functionality not otherwise available.

         #The project-plus-version name of XBN-Java.
               #Originates in XBN-Java > build.properties > version.number
               #Required by
               #   - Template Feather > build.properties > xbnjava_project_version
               #   - Codelet > build.properties > xbnjava_project_version
               #   - ...\Sublime Text 3\Packages\User\autocompletes_and_snippets\java\xbnjava\xbnjava.sublime-completions
            xbnjava_project_version=0.1.5

         #The project-plus-version name of Template Featherweight.
               #Originates in Template Feather > build.properties > version.number
               #Required by
               #   - XBN-Java > build.properties > templatefeather_project_version
               #   - Codelet > build.properties > templatefeather_project_version
            templatefeather_project_version=0.1.1.2

         #To auto-copy the jars from the XBN-Java and Template Featherwight
         #build directories, UN-comment this variable (Manually copy with
         #"ant copyxbnjar").
            #do.auto.copy.xbn.jars=VALUE_DOESNT_MATTER_JUST_THAT_THE_VARIABLE_EXISTS

   #Package-groups for JavaDoc.  Separate with commas (no spaces).
   #To avoid this error
   #   java.util.MissingResourceException: Can't find resource for bundle
   #   com.sun.tools.doclets.internal.toolkit.resources.doclets,
   #   key doclet.Same_package_name_usedA package may only be in ONE group (t).
   #each packages must be in exactly one group.
   #
   #Tip: At a command prompt, use the following to show all
   #directories (/a:d), to infinite depth (/s), hiding all the
   #redundant *\. and *\..  items (/h):  "[c:\] dir xbn /s /f /a:d /h"

      codelet.javadoc.packages.main=com.github.aliteralmind.codelet,com.github.aliteralmind.codelet.alter,com.github.aliteralmind.codelet.simplesig,com.github.aliteralmind.codelet.taglet,com.github.aliteralmind.codelet.type,com.github.aliteralmind.codelet.util

      codelet.javadoc.packages.examples=com.github.aliteralmind.codelet.examples,com.github.aliteralmind.codelet.examples.for_testing_only,com.github.aliteralmind.codelet.examples.adder,com.github.aliteralmind.codelet.examples.non_xbn,com.github.aliteralmind.codelet.examples.simplesig,com.github.aliteralmind.codelet.examples.util






© 2015 - 2025 Weber Informatics LLC | Privacy Policy