Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 1.3.2
    release 1.3.2:
    
    compile the java sources in order:
      first the normal sources are build
      then the java-multi-release sources are build in ascending order
  • 1.3.1
    release 1.3.1:
    fix error when creating a .jar file with java 8
    reduce logging level from finer to finest for remaining per file events
  • 1.3.0
    release 1.3.0:
    
    implement the source java searcher:
    this allows the builder to only build some class files instead of all
    when one (or some) have been changed.
    the dependency detection can easily detect false dependencies, but
    should usually not fail to detect dependencies.
      exceptions are:
      + a folder exists with the same name as a class
      + the dependency is in from a different scope
        + these dependencies are currently also not detected by the
          all java searcher.
    
    remove removed files:
    also the package/install compiler now delete files that have been
    removed from their source directory
  • 1.2.2
    6ab7f2c5 · release 1.2.2: ·
    stop calling the compiler with the same arguments multiple times
      this would for example happen with class sources
        class ==> t:binary, f:java.
        when f:java is generated and when t:binary is generated
        the same call happens
  • 1.2.1
    release 1.2.1:
    fix the stupid change detector of java class files.
    place different source types in their own archive during package.
  • 1.2.0
    release 1.2.0:
    the source dependencies are now used to build everything that is needed
    to execute the specified command.
      i.e. if a install is specified a compile+package is done first
        (only for the main scope, because install is main only)
  • 1.1.0
    1.1.0 release:
    now it is possible to package and install the project.
    needed sources are still not build when necessary.
  • 1.0.0
    f165a8b0 · remove confusing comment ·
    can now fully compile itself
    you only have to copy the junit jars to the install directory
    and provide setting files for them.
    group, name, version and depends are needed, others are ignored.